feat(mqlaunch): harden runtime and direct status routes#54
Merged
Conversation
Add docs/plans/step-12-v1-removal.md: the grounded plan for the final v2.0.0 step. Verified against the code (2026-07-05) that v1's live surface is only the performance/dev/tools entry points, that dev/tools bridge functions have zero live callers (already off v1), and that performance is the one real migration (mq-performance-menu.sh sources v1/commands/performance.sh, 504 LOC). Sequences six workstreams lowest-risk-first, with a golden-snapshot gate before the performance migration and freeze-gate/grep gates before deleting the 24-file v1 tree (incl. its duplicate lib/ui.sh). Plan doc only; no runtime or ROADMAP changes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Point to mqobsidian source-of-truth architecture doc. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
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.
Why
mqlaunchneeded a stricter runtime boundary before the remaining v1compatibility work could continue. The branch also completes the direct
mqobsidian status/delegation routes and aligns the repository contract and
roadmap with release
v1.0.1.What Changed
keeping orchestration delegated.
bridge path.
contract version.
main, including markdownlint and the extractedtheme/prompt concerns.
Verification
The full
mqlaunchselftest passes after conflict resolution, including theunknown-command, namespace-help, delegated-exit-code, runtime-authority,
markdownlint, theme, and prompt contract tests. Shell lint passes for 157 files.