Decide whether os-sdlc domain models move out of the Runner namespace #592
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#592
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
On 2026-09-15 the user proposed that the os-sdlc domain models belong to
OsSdlc, not toOsSdlc::Runner. The Runner is the orchestrator of the os-sdlc process. Implementation, Dispatch, Handoff, Agent and the other table-backed models can serve other processes, for example linting, that are not part of the Runner. This is a decision ticket, not a build ticket.Observed
Eight model mixins live in
plugins/os-sdlc/lib/os_sdlc/runner/:agent.rb,handoff.rb,dispatch.rb,step_result.rb,correction_round.rb,violations.rb,edge_spend.rb,implementation.rb. The registryrunner/models.rbmixes them into per-db Sequel model classes.runner/models/base.rbholds the Sequel base class. The same directory holds the commandsStartSubagent,CompletionIntake, andNextStep. Models and commands share one namespace.Reproduce
n/a: architecture decision, nothing fails today.
Expected
A human decides whether the model mixins and
Modelsregistry move toOsSdlc::Models(directorylib/os_sdlc/models/), and if so records the decision as an ADR that amends ADR-0136 (collaborators nest under their owner namespace) and confirms ADR-0090 (Zeitwerk naming).Tasks
Runneror move toOsSdlc::Models./os-adr:createrecording the decision and the ADR-0136 amendment.require_relativeto change, with the test suite as the acceptance gate.Constraints
OsSdlc. This code loads inside host projects, for example the rubocop cops; a bare top-levelHandofforAgentcan collide with a host application constant.Origin
/os-sdlc:responsibility-audit plugins/os-sdlc/lib/os_sdlc/runner/implementation.rb(run 18)Runnernamespace <-DESIGN(ADR-0136 collaborators nest under owner; ADR-0167 model registry inrunner/models.rb)plugins/os-sdlc/lib/os_sdlc/runner/models.rb