Build #438 slice 6: coding map replaces the toy map #445
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#445
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?
Parent
#438 (map-driven os-sdlc runner build spec). Design: docs/os-sdlc-rebuild/map-runner-design.md. Settled decisions + guard-manifest process: docs/os-sdlc-rebuild/interface-sketches.md.
Pre-build gate
First step before any code: run the seam-design pass per docs/os-sdlc-rebuild/seam-design-prompt.md to produce this slice's interface sketch. The sketch is the guard manifest: any class, public method, or signature change beyond it → stop, comment on this ticket, do not write it.
What to build
maps/coding.yaml expresses the real pipeline as data: the existing hardcoded test/lint gate chain ported into GateVerdict node data, AgentVerdict for the reviewer node, and gate fails routed to the terminal error node so shipped behavior is unchanged (ADR-0134). The toy map remains a test fixture.
Acceptance criteria
Blocked by
Origin
Resolution
Done: Slice 6 built TDD-first on build/438-slice-6, merged to main at
521f24c. Real coding map (maps/coding.yaml) ported the hardcoded test/lint gate chain as GateVerdict node data; AgentVerdict added for the reviewer node; gate fails route to terminal error node so shipped behavior is unchanged; UnknownGate validates unknown gate names in the map; schema 11 adds step_results.output for impl-owned output + gate_results brief section for runner-owned evidence (D31–D40, OQ3-A/OQ4-A approved in docs/os-sdlc-rebuild/interface-sketches.md).Evidence: ruby -Ilib tests/all.rb: 850 runs, 0 failures (verified by orchestrator). rubocop zero offenses on all touched files, no disables. New maps/coding.yaml with test/lint gates + handler nodes; GateVerdict.extracted via schema 11 coding_gate payloads; UnknownGate guard on map.gate? lookups.
Follow-ups: Slice-7 seam pass (deferred to slice 7) owns the red_assert/test-writer gate shape (OQ2-B deferral). Follow-up ticket #451 filed for red_assert work. No new blockers; slice 7 is next (#446).