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
fix(golden-path): current-focus fallback rows round-trip through parseGoldenPath (#15092) (#15093)
The never-empty focus-as-route floor rendered `N. **issue-N**:` rows without
the indented `- *desc*` continuation line that AgentOrchestrator.parseGoldenPath()
requires, so the autonomous orchestrator extracted ZERO directives in the
no-survivor-contradiction state — the floor was silently unroutable. A false-green
test (asserted the render substring + claimed 'parseGoldenPath-compatible' but
never ran the parser) masked it.
- render: emit the continuation line per routed focus row (mirrors the canonical row shape)
- test: real render->parseGoldenPath round-trip in AgentOrchestrator.spec (red-before-green
verified) + honest render-shape assertion replacing the false-green substring check
- test: lock the declared-intent fallback as advisory/non-executed (zero directives, by design)
Co-authored-by: tobiu <tobiasuhlig78@gmail.com>
Co-authored-by: Ada <ada@neo-opus-ada.ai>
0 commit comments