Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <preset>` — 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

Expand Down
Loading