fix(opencode): recover RGR veto delegation #235
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!235
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-233-rgr-veto-recovery"
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?
Fixes #233.
Summary
rgr_recover_implementation_review_vetoto record a reviewer-veto recovery contextrgr-test-authordelegation from that recovery state when no active RGR cycle existsVerification
node --test --test-name-pattern 'allows rgr-test-author after recording implementation-review veto recovery on a dirty worktree' tests/opencode-rgr-task-gate.test.mjsnode --test --test-name-pattern "consumes implementation-review veto recovery after one rgr-test-author delegation" "tests/opencode-rgr-task-gate.test.mjs"node --test tests/opencode-rgr-task-gate.test.mjsnode --test "tests/*.mjs"just fmtjust testThe PR introduces a mechanism to handle implementation-review veto recovery, allowing a single
rgr-test-authordelegation when no active RGR cycle exists. The changes appear well-structured and include tests to verify the new functionality.Walkthrough
rgr_recover_implementation_review_vetoandconsumeImplementationReviewVetoRecoveryto manage veto recovery.