fix(skills): propose default stops at open PR; merge gated behind --ship - #98
Merged
utx0 merged 31 commits intoAug 22, 2026
Merged
Conversation
…rd instruction emission
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
…rd instruction emission
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
…rd instruction emission
…delta Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
…rd instruction emission
…esize research Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
…rd instruction emission
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
…rd instruction emission
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
…d CLAUDE.md Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
…ete implementation
…mentation summary Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
…w round 1 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
…s in propose Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
…w round 2 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
…ication results Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK
utx0
deleted the
metta/fix-metta-propose-runs-entire-lifecycle-through-finalize
branch
August 22, 2026 00:15
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
/metta-propose's default terminal state is now PR-open: the skill runs the full pipeline (discovery → planning → implementation → verification → finalize → push →gh pr create) then stops and reports the PR URL. It no longer runsgh pr mergeby default. Merging is an explicit opt-in via--ship(skill alias) or--stop-after ship, wired through the existing propose-stop-after machinery./metta-autoand/metta-fix-issueskeep run-to-merge behavior unchanged.Resolves issue
metta-propose-runs-the-entire-lifecycle-through-finalize-and(zeus PR #28, metta PR #85 incidents).Changes
metta-proposeSKILL.md copies (byte-identical):--shipalias with misparse constraints + mandatory announcement, ship-gated Step 8 (checks-watch/merge/cleanup only whenstop_after = ship), exhaustive no-merge default, quick-reroute carries the PR-open default over, Critical section retitledCritical: verify, finalize, and open the PRsrc/cli/commands/propose.ts:shipaccepted as a stop-after sentinel (bypasses buildOrder validation); error lists and help nameshipsrc/cli/commands/refresh.ts+CLAUDE.md: lifecycle bullet states the PR-open default (generator and doc in lockstep)tests/skill-propose-ship-gate.test.ts(10 grep-assert tests, mutation-verified);tests/cli-propose-stop-after.test.tsextended forshippropose-stop-aftercapabilityVerification
tsc --noEmitand lint clean🤖 Generated with Claude Code
https://claude.ai/code/session_01AA8wwFpob25iYZFCBBEtKK