fix(opencode): delegate RGR approval to implementer sessions #250
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!250
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/rgr-subagent-approval-handoff"
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-diagnostic-implementertask handoffs.Validation:
node --test tests/opencode-rgr-task-gate.test.mjsnode --test .opencode/plugins/*.test.ts tests/opencode-rgr-task-gate.test.mjsThe PR introduces scoped delegated implementation-edit leases to manage edit permissions for subagents in the RGR process. It ensures that only authorized sessions can consume these leases, preventing unauthorized edits. The changes include new functions for handling leases and tests to validate the correct behavior.
Walkthrough