fix(opencode): add claimable RGR implementation leases #259
No reviewers
Labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Slipstream/auto_review!259
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/rgr-delegated-changed-diagnostic"
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?
Why:
What:
rgr_claim_implementation_lease.Validation:
node --test .opencode/plugins/auto-review-discipline-rgr.test.ts --test-name-pattern 'issues claimable lease for changed-diagnostic delegation without explicit subagent session'just opencode-testThe PR introduces claimable delegated implementation leases to handle scenarios where explicit subagent sessions are unavailable. The changes appear well-structured and include tests for the new functionality, making it safe to merge.
Walkthrough
rgr_claim_implementation_leaseto allow claiming of delegated implementation leases.recordDelegatedImplementationEditLeaseto return a claim token when no explicit session is provided.claimDelegatedImplementationEditLeasefunction to handle the claiming of leases using tokens.