[P2-018] Make claims, handoff and completion follow-ups reliable - #3
Merged
Merged
Conversation
- DLV-26/DLV-27: one Windows-safe key per ID (claims/<key>, task/<key>, ledger/tasks/<key>.md; Git for Windows cannot store con.02). Every claim change is a compare-and-swap on the claim commit that was read; only the claimant at the current epoch renews, updates, blocks, releases or completes it. Voluntary handoff is separated from recovery of an expired lease, and merges are bound to the reviewed head commit. - New DLV-40 (durable handoff record on the claim), DLV-41 (completion follow-up for delivered tasks) and DLV-42 (replaceable sessions: workers, reviewers, integration owners, optional coordinator). - DLV-29: the integration owner role is held and handed over through roles/integration-<repository>, so the current owner is discoverable. - DLV-11/31/37: exclusive phases bind every task entering them; the build slot uses the workstation lock. Resource protocols name their leases; the 34 build-slot declarations become exclusive. - DLV-23/28/33/38, section 9 and the adoption record names updated. Views regenerated with the Plan delivery tool. Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
This was referenced Sep 25, 2026
Merged
Merged
Merged
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Focused repair of the parallel execution rules; the delivery graph's tasks, prerequisites, obligations and the baseline are unchanged (complete through WP03.02; WP03.03 not started).
Rule changes (
docs/planning/delivery/README.md)claims/con-02,task/con-02,ledger/tasks/con-02.md).con.02. Verified locally:CONis a reserved device name, which breaks everyCON.*task.roles/integration-<repository>, so the current owner is discoverable. Any worker may assume a vacant role.Graph and views
leases/res-cloud-deployment,leases/res-ai-workflow-and-routes);leases/res-mobile-build-config).appendtoexclusive.adoption.mdledger record names are updated.Validation
python tools/delivery.py checkpassed: 529 tasks, 58 adoption slices, 110 views current, 0 warnings, ledger valid.🤖 Generated with Claude Code