You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recompute undeclared set after PipeParallel deterministic fixes
After Step 3 nulls out combined_output and sets output to "Anything"
on PipeParallel specs, the undeclared set was never reduced, causing
Step 4 to trigger the LLM pipeline unnecessarily for concepts whose
only references were just eliminated.
Add _collect_local_bare_concept_codes helper that scans all pipe specs
and concept definitions for locally-referenced bare concept codes, and
use it after Step 3 to remove concepts that are no longer referenced
from the undeclared set before the LLM call.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments