feat(automode): held-PR pipeline 3a — verifier gate + per-slice landing#29
Merged
Conversation
…ation plan Plan 3 of the autonomous-toggle roadmap, split 3a (gate+landing) / 3b (held-PR + patch-id merge detection). 3a: gate completed peers through GitsReviewPipeline and fast-forward verified slices onto the per-repo integration branch. Design decisions locked at the 2026-06-20 checkpoint: criteria-less verifier (Plan 7 adds the importer), verificationCommands as a new AutomodePolicy field, 3a/3b split. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…patch from integration tip
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.
Plan 3a of the autonomous-toggle roadmap (Plan 3 split into 3a gate+landing / 3b held-PR+merge-detect). Plan:
docs/superpowers/plans/2026-06-20-automode-held-pr-3a-gate-landing.md.What this does
Replaces the
AutomodeDriver's barecompleteGoalon a done peer with gate → land → complete:GitsReviewPipeline.reviewover the done peer's worktree (mechanical suite + semantic verifier).auto/<id>(chain-advance), then complete the goal. Fail → fail the goal + halt. Non-fast-forward landing → halt.uncertainverdict lands but is flagged.startRef) to a per-slice branch (auto/slice/<goalId>) so landing is a fast-forward.Fail-closed: no integration branch / empty
verificationCommands/ missing peer worktree → halt, never land unverified work.Design decisions (2026-06-20 checkpoint)
sliceId = goal.id, no per-slice acceptance criteria); the criteria importer is Plan 7.verificationCommands+integrationBranchare newAutomodePolicyfields, supplied at arm time.gits+ patch-id merge detection are Plan 3b (not in this PR).New surfaces
AutomodePolicy.verificationCommands+integrationBranch(back-compat viawithDecodingDefault).AutomodeReviewGate.ts(pure gate decision),AutomodeLandingCommands.ts(pure git-argv),AutomodeLandingservice (ensure-branch + FF-push viaGitVcsDriver.execute).Verification
tsgo --force, 14/14); lint 0 errors.ProviderRegistry > re-probes when settings change the codex binaryPath(time-based, passes 33/33 in isolation).🤖 Generated with Claude Code