context: the most expensive dispatch has no sizing gate #109
Labels
No labels
already-shipped
bug
documentation
duplicate
enhancement
external-review
good first issue
help wanted
in progress
invalid
needs-decision
proposal
question
security
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: crenshawdev/cadence-archived#109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
plan.md sizes a phase BEFORE spending a planner dispatch on it. context.md has no such step: every phase buys a full analyzer pass - the single most expensive dispatch in the spine (75k on verbatim phase 1, 132k on phase 2) - even when the phase is small or its ground was settled by a prior phase's deviations.
Same sizing question, same seam, same shape as plan.md's: settle scope cheaply, then decide whether the analyzer pass is bought or skipped with a conversational fallback. The phase-2 evidence says a big phase earns the pass; the gate exists for the small ones.