fix(trekresearch): gate Phase 4.5 on VOYAGE_STORM_ENABLED, not effort alone
CLAUDE.md claimed both STORM phases go inert when the flag is unset. Only Phase 5 did: the flag check lives in research-loop-cap.mjs, and Phase 4.5 never invokes the cap — it was gated on effort: high alone. At high effort with the flag unset, discovery still mined Phase-4 output and mutated the dimension list, so `dimensions` diverged from `dimensions_baseline` and the decline branch was unreachable for half the mechanism. The code was the deviator, so the guard is fixed rather than the claim: the Phase 4.5 skip-guard now names both conditions, with the reason inline. Three surfaces scoped the flag to "the loop" and are corrected with it (README, docs/command-modes, docs/architecture), plus the orchestrator phase map. CLAUDE.md's claim is now true, but its stated MECHANISM was not — Phase 4.5's inertness comes from its own guard, not from the cap module — so that sentence is corrected too. New doc-consistency pin: the flag must be documented as gating both phases on all four reference surfaces. Review finding 00a3af1a. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011vPSXe88qp5aqWUqbDNWoF
This commit is contained in:
parent
4c4457f6e9
commit
2e352a7dbb
8 changed files with 55 additions and 9 deletions
|
|
@ -393,7 +393,15 @@ other agents — the value of Gemini is independence.
|
|||
|
||||
## Phase 4.5 — Dimension discovery
|
||||
|
||||
**Skip this phase entirely unless `phase_signal_result.effort == 'high'`.**
|
||||
**Skip this phase entirely unless `phase_signal_result.effort == 'high'` AND
|
||||
`VOYAGE_STORM_ENABLED=1`.** Both conditions, never either.
|
||||
|
||||
This phase never invokes `research-loop-cap.mjs`, so the cap's own flag check
|
||||
does not cover it — the flag has to be read here. Gating on effort alone would
|
||||
leave discovery mutating the dimension list at `effort: high` with the flag
|
||||
unset, making `dimensions` diverge from `dimensions_baseline` and putting the
|
||||
decline branch out of reach for half the mechanism. Doing nothing must leave
|
||||
**both** STORM phases inert.
|
||||
|
||||
Phase 4 retrieves more than the interview knew to ask for. This phase mines
|
||||
that surplus: findings that were **retrieved but unintegrated** — material an
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue