Remove the skip resume action from the round pipeline (fail loudly) #435
Labels
No labels
P0
P1
P2
P3
bug
create
delete
enhancement
filed-by/agent
filed-by/user
frozen
lint-rule
needs-info
needs-triage
next
plugin/cc-architect
plugin/os
plugin/os-adr
plugin/os-aidd-lint
plugin/os-backlog
plugin/os-context
plugin/os-doc-hygiene
plugin/os-sdlc
plugin/os-vault
project/cc-os
ready-for-agent
ready-for-human
recurring
review
update
waiting
wayfinder:grilling
wayfinder:map
wayfinder:map
wayfinder:research
wayfinder:task
wayfinder:task
wontfix
worklist/deviations
worklist/lint-rule
worklist/new-implement-build
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
jared/cc-os#435
Loading…
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?
Context
Walking the resume code after the legacy-pipeline retirement showed skip wedges rounds: it records a -1 StepResult and deactivates the escalation, but the round stays active with no pending dispatch, so InstructionQuery returns await_completion forever. The user's standing principle: the pipeline fails loudly; no accept-the-red path. Every escalation is already written skippable: false and the flag has zero behavioral readers.
Tasks
Acceptance criteria
Out of scope: making abort update the ticket as blocked with details (separate follow-up).
Origin
45e8b8f) without a fail-loud review. End: DESIGN (docs/os-sdlc-rebuild/legacy-retirement-plan.md, open question 1; ADR-0130).Work started: TDD removal dispatched in-session (2026-08-19), main branch.
Resolution
Done: Removed the skip resume action, SKIPPED_EXIT_STATUS, the skippable escalations column (SCHEMA_VERSION 3→4), and the dead Escalation::SkipNotAllowed class; resume is retry|retry-with-guidance|abort. TDD: red test asserting skip is refused, then removal. CLI help, resume_command, and prose in implement SKILL, CONTEXT.md, pipeline-state-investigate SKILL updated. ADR-0131 records the fail-loud decision.
Evidence: Commit
3d9ffc2. Full suite 804 runs / 2095 assertions / 0 failures; rubocop clean on all touched files; grep audit shows no dangling skip/skippable/SkipNotAllowed references in the round pipeline. Diff reviewed in-session.Follow-ups: #436 captured: make abort mark the worked ticket blocked with clear details. Also under active design discussion: whether the remaining resume actions survive at all (user is skeptical of park-and-resume entirely).