Add repository claiming protocol and triage complexity routing hint#12
Merged
Conversation
- working-from-issues: repositories may define an issue claiming protocol in agent instruction files (claim marker, claim comment, release rules, collision check). The protocol pre-authorizes exactly its claim and release mutations; everything else stays two-step gated. The shared standing pre-authorization block is untouched (byte-identical guard). - triaging-issues: Triage Result gains an advisory Complexity field (low/standard/high/unknown) as a routing hint the dispatcher may override; repository policy decides any label mapping. - pressure scenarios and structural tests cover collision stop, claim/release lifecycle, and complexity semantics. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016xnwbnRb3AVN2XoTfjr3ms
…issue Review fixes: claim/release mutations are now a closed set (status label, self-assignment, comment on the target issue only); close/reopen/transfer/ milestone/delete, cross-issue mutations, and extra comment content are excluded even if a protocol labels them claiming. Adds a smuggling red flag, pressure scenario 15, structural assertions pinning the boundary, spec-draft Complexity drift fix, and a dispatch-hint note in Route by Actionability. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_016xnwbnRb3AVN2XoTfjr3ms
This was referenced Jul 7, 2026
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.
Summary
Adds two generic capabilities requested for multi-session issue work (policy side lands in
heyi-co/heyi-nextAGENTS.md separately):Complexity:field (low/standard/high/unknown) in the Triage Result — a routing hint (model tier, review depth) the dispatcher may override. It does not authorize work, does not change actionability; label mapping is repository policy under normal mutation rules.Design notes
Testing
run-skill-evidence.shtranscripts): old skill starts work on an already-claimed issue without any collision check; new skill stops and reports on the claimed issue, and on an unclaimed issue claims without per-mutation approval, shows each mutation, and releases the claim when blocked. Full transcripted evidence viascripts/run-skill-evidence.shwas not produced in this change; flagging as a known gap if maintainers want it before merge.🤖 Generated with Claude Code
https://claude.ai/code/session_016xnwbnRb3AVN2XoTfjr3ms