Rename Round* identifiers to implementation vocabulary in the os-sdlc runner #452
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#452
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?
Origin: #438 slice 7 seam-design pass, decision D41-A / OQ5 (approved 2026-08-20). Deferred out of #446 so the doc-only slice stays reviewable.
The map-driven runner's domain vocabulary moved from "round" to "implementation", but ~7 production files keep round-named identifiers: RoundCommands, RoundTransition, RoundContext, Dispatch.*_for_round, and a hook helper. Rename them to implementation vocabulary in one mechanical sweep. Note tests/runner/cli_next_instruction_test.rb:36 (test_next_fails_loudly_on_an_abandoned_round_with_no_successor) still carries the round-vocabulary method name; the assertion body at line 42 was already migrated to /abandoned implementation/ ahead of this ticket, so only the method name needs the rename now. Prose uses of "round" in dated reference docs are legitimate and stay (D46).
Reference: docs/os-sdlc-rebuild/interface-sketches.md slice-7 section (D41, OQ5).
Body corrected 2026-08-23 from code-probe verification (agent a5b569411cbd8fb82, claude-sonnet-5).
Change log:
Reason: the ticket's main sweep (RoundCommands, RoundTransition, RoundContext, Dispatch.*_for_round) is confirmed unchanged and still needed; only the specific test-line detail had drifted from a partial migration that happened after the ticket was drafted.