Fix brief composer's false 'no tracker configured' in subagent-start briefs #494
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#494
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 /os-sdlc:implement of #490 (2026-08-23),
os-sdlc-runner subagent-startcomposed a dispatch brief with ticket_brief = '(no tracker configured -- ticket body unavailable for 490)' even though .sdlc/project.yaml setstracker: forgejo:jared/cc-osandos-backlog issue-show 490returns the full body. The programmer inferred the ticket from the only red test and implemented the wrong change; the reviewer caught it.Skeptic verdict: CREATE (gauntlet passed, root-vs-symptom: this ticket is the root).
Tasks
Origin
Resolution
Done: > This was generated by AI during triage. Closing as implemented — resolved by #500.
Evidence: Commits b25598e/a0b969c (#500) moved ticket-body binding to implementation-open: open_implementation.rb:21 resolves TeaTracker.for(root:) and persists the body on the implementations row; brief_facts.rb:41-42 reads implementation[:ticket_body] first. StartSubagent no longer resolves the tracker at dispatch time, eliminating the false 'no tracker configured' failure mode.
Follow-ups: None.