Skip to content

mmr v1.6.0 — `mmr skill install` per-platform review skills

Choose a tag to compare

@zigrivers zigrivers released this 05 Jun 04:25
· 126 commits to main since this release
63d7f36

Added

  • mmr skill install — install a "use MMR for code review" skill into a project in the native convention of each agent CLI:

    • Cursor.cursor/rules/mmr-review.mdc (dedicated rule file)
    • GeminiGEMINI.md (idempotent managed block)
    • Codex + AntigravityAGENTS.md (idempotent managed block; both share the AGENTS.md standard, so they resolve to one block)

    Supports --platform (repeatable), --all, --dir, --force, and --dry-run. Block-mode targets are edited only between <!-- BEGIN mmr-skill --> / <!-- END mmr-skill --> delimiters, so re-running preserves your own content; dedicated files require --force to overwrite. Skill templates ship bundled under templates/skills/.

Each installed skill documents the mmr review workflow, the severity gate, and the nested-self-review footgun (an mmr review launched from inside CLI X includes X's own channel by default).

Full changelog: see packages/mmr/CHANGELOG.md.