checkout assignee identity: replace ENV[USER] fallback with an agent-identity convention #316
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#316
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
Surfaced implementing #256:
os-backlog checkoutassignsENV["USER"] || "agent"with no flag — fine for solo use, but the autonomous backlog loop needs distinguishable agent identities so concurrent sessions can skip each other's claims meaningfully. See plugins/os-backlog/lib/backlog/checkout.rb.Resolution
Done: Agent identity in claim start comments: Checkout resolves CC_OS_AGENT_ID (fallback assignee); Agent: line added to start comment; assignee unchanged because Forgejo rejects non-account assignees (verified empirically).
Evidence: Commit
a1710edon main; os-backlog suite green (151 runs, 361 assertions, 0 failures).Follow-ups: Captured as #335 (skip-on-foreign-claims consumer) and #336 (empty-string CC_OS_AGENT_ID semantics).