fix(agents): give board-only claims a unique per-lane token - #2495
Draft
cursor[bot] wants to merge 1 commit into
Draft
fix(agents): give board-only claims a unique per-lane token#2495cursor[bot] wants to merge 1 commit into
cursor[bot] wants to merge 1 commit into
Conversation
Board mutations have no branch to push, and every instance comments as devantler, so the disclosure line alone cannot tell siblings apart. Require a greppable board-claim:<lane> token, keep the ~2h lease and reply-to-close rule, and pin the contract with a CI guard. Fixes #2265 Co-authored-by: ned <ned@devantler.tech>
Contributor
Blocked at exact head This local Codex sibling will not push into the Cursor-owned namespace. The owning Cursor lane needs to resolve the conflicts/rebase; a local sibling can then rerun the full readiness pentad and perform metadata-side hygiene. |
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.
Why
Board-only work is claimed by a comment, but every agent instance comments as
devantler, so the disclosure line alone cannot tell siblings apart.What
Requires a greppable
board-claim:<lane>token on every board-only claim comment, keeps the ~2h lease and reply-to-close rule, and pins the contract with a CI guard.Fixes #2265