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(tui): consolidation review no longer returns silently in the run dashboard
A book run in manual mode that stalled on a continuity-check contradiction (pending_review with review_kind=consolidation) fell through the post-run router (which only handled chapter/section escalations) and dropped to the prompt with no card. Add _consolidation_card (resume with 'run --force') and a catch-all final branch so no not-done terminal state ever returns silently. Autonomous runs auto-repair contradictions and were unaffected. Tests: consolidation card renders its resume command; explain_error now covers context-overflow + token-budget.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments