Pipeline cannot converge when a red suite-check needs a test-side edit #544
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#544
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
During #535 implementation (os-sdlc test-path resolution), the suite-check gate went red because a pre-existing test encoded the old contract the ticket was replacing. The os-sdlc map has no route for "the failing test itself must change", so the repair loop routed to programmer-repair, which cannot edit test files.
Observed
The test
OsSdlc::Runner::GateCommandsTest#test_lint_present_and_test_lint_nil_for_a_production_only_difffailed because it asserted the old return-a-missing-path behavior. The map routed suite-check/fail → programmer-repair, which lacks test-editing authority. Three repair rounds burned the bound; the run endedbound_exhausted:suite-check/fail. The fix took one test-fixture edit by hand.Reproduce
n/a: This is a map-routing design gap, not reproducible without a full pipeline run whose suite failure stems from a test file outside the ticket's authored scope.
Expected
When suite-check/fail occurs in a test file the ticket did not author, the pipeline should route the failure to a test-repair node (or test-writer), with the failing test named; or the escalate verdict should report "test-side conflict" so a human decides in one turn instead of three.
Illustration
Origin
Skeptic verdict: VERDICT: CREATE — Origin chain resolves to a root candidate (this ticket, ADR-0160 map-contents design) with observed pipeline failure (bound_exhausted on #535) and a hand improvisation only as the workaround, not the cause — genuine map-routing gap, not speculative.