os-backlog tracker resolution fails inside git worktrees #73
Labels
No Label
P0
P1
P2
P3
afk-ready
hitl
next
ready-for-agent
review
semi
waiting
wayfinder:grilling
wayfinder:map
wayfinder:research
wayfinder:task
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: jared/cc-os#73
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
Discovered 2026-07-16 while capturing issues from the os-sdlc worktree (.claude/worktrees/os-sdlc). .cc-os/config is untracked/gitignored, so worktrees don't inherit the tracker key and issue-create fails with 'no valid tracker configured'. Workaround applied: manually copied .cc-os/config into the worktree. Fix options: os-backlog CLI should walk up past .claude/worktrees/ to the owning repo root when resolving .cc-os/config (git worktree detection via 'git rev-parse --git-common-dir'), or EnterWorktree-time provisioning. Matters for os-sdlc: the planned factory runs each spec in its own worktree, so capture/issue ops must work there natively.