From cd3292289f5f5ca02c8438bb814b827e6b69e124 Mon Sep 17 00:00:00 2001 From: Rafael Richards Date: Sat, 9 May 2026 13:49:18 -0400 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=E2=80=94=20drop=20misleading?= =?UTF-8?q?=20Tier=206b=20anchor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Roadmap section linked "Tier 6b" to the org-meta profile/README.md, but that file has no such anchor (the master sprint plan with the Tier 6b breakdown lives at ~/projects/m-dev-tools-todo.md, intentionally not committed). Replaces the broken-anchor reference with prose that points at the in-repo plugin-development doc for the actual triage criteria (when a subcommand belongs here vs. in m-cli core). Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c435902..32510b4 100644 --- a/README.md +++ b/README.md @@ -101,15 +101,18 @@ plugin to test it. ## Roadmap -Candidates from the m-dev-tools sprint plan ([Tier 6b](https://github.com/m-dev-tools/.github/blob/main/profile/README.md)): +Candidate plugins (none committed to a release window — these land +when the need surfaces, ideally bringing real-world usage with them): - `m bench` — perf benchmarking m-cli operations against a corpus - `m diff` — semantic AST diff between two `.m` files - `m migrate ` — bulk-apply Phase A formatter translation - `m audit` — license/header audit for a project's `.m` files -These will land incrementally as the need surfaces. Open an issue if -you want to prioritize one. +The triage criteria for new plugins (when does something belong here +vs. in m-cli core?) are in +[`m-cli/docs/plugin-development.md`](https://github.com/m-dev-tools/m-cli/blob/main/docs/plugin-development.md). +Open an issue if you want to prioritize one. ## License