Check-out protocol: claim, staleness/falsifiability checkpoint, fixed context-load #256
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#256
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?
Spec: #250
Blocked by #253
Slice
Check-out protocol in os-backlog skills/references (design doc §Check-out): claim = assignee + start comment universally; staleness + falsifiability checkpoint on
ready-for-agentpickups (rerun validator, verify links/ADRs/children, cold-read; any clarifying question ⇒ bounce); fixed context-load (ticket +Spec: #NNissue + linked ADRs + decision-children resolutions); post-bounce state (assignee removed, label stripped, bounce comment; idempotent re-bounce);ready-for-agent/ready-for-humanmutual-exclusion invariant.Acceptance criteria
ready-for-agentpickup, when the checkpoint finds a dead link or raises a clarifying question, then the ticket is bounced per the defined post-bounce state and work does not start.ready-for-agentis stripped with a comment.Non-goals
No changes to the validator itself, no wakeup/loop tooling changes beyond documenting the invariant.
Work started: implementing the check-out protocol (checkout/bounce CLI subcommands + reference doc) on branch main in cc-os.
Resolution
Done: Check-out protocol shipped: os-backlog checkout/bounce subcommands (claim, staleness/falsifiability checkpoint, auto-bounce, label mutual-exclusion invariant, fixed context-load) plus references/check-out-protocol.md; all three ACs covered by tests/checkout_test.rb, suite 149 runs 0 failures; artifacts pass aidd-lint.
Evidence: branch main, commits
32ef3e6+eaa5ea2Follow-ups: #315 (aidd-lint sentence-boundary blind spot), #316 (checkout assignee identity convention); batch comments-fetch optimization dropped as premature.