@mutmutco/cli 0.10.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +18 -7
  2. package/dist/index.cjs +2291 -183
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  The command-line engine for MMI Future org tooling. It delivers the org spine, reads and claims GitHub Project work, records saga continuity notes, and exposes the model-agnostic commands used by the MMI plugin and non-Claude agents.
4
4
 
5
- This package is published from [mutmutco/MMI-Hub](https://github.com/mutmutco/MMI-Hub) and its version matches the MMI Hub plugin version.
5
+ This package is published from [mutmutco/MMI-Hub](https://github.com/mutmutco/MMI-Hub) and its version matches the MMI Hub Claude Code and Codex plugin versions.
6
6
 
7
7
  ## Install
8
8
 
@@ -25,12 +25,23 @@ mmi-cli doctor --json
25
25
 
26
26
  ## Main Commands
27
27
 
28
- - `mmi-cli doctor` checks GitHub auth, repo config, CLI availability, and stale plugin/cache state.
29
- - `mmi-cli board read` lists assigned and claimable GitHub Project work.
30
- - `mmi-cli board claim <owner/repo#number>` claims one issue by moving its Project status to `In Progress`.
31
- - `mmi-cli issue create` creates typed, prioritized GitHub issues and queues related-issue discovery.
32
- - `mmi-cli saga note`, `mmi-cli saga show`, and `mmi-cli saga health` write and inspect session continuity.
33
28
  - `mmi-cli rules sync` delivers the org-owned `AGENTS.md`, `CLAUDE.md`, and Claude settings files.
29
+ - `mmi-cli docs sync` refreshes repo-owned `README.md` and `architecture.md` without clobbering dirty files.
30
+ - `mmi-cli saga note`, `saga show`, `saga health`, `saga session`, `saga capture`, and `saga head-update` write and inspect session continuity.
31
+ - `mmi-cli kb get`, `kb tree`, and `kb list` read the MM KB source.
32
+ - `mmi-cli northstar push|pull|list|delete|graduate` manages North Star, the per-user plan/SSOT store.
33
+ `northstar graduate <slug> --merged-pr <url-or-number> --org-visible` marks a built-and-merged plan for
34
+ KB curation without echoing the plan body.
35
+ `mmi-cli plan` remains a compatibility alias.
36
+ - `mmi-cli secrets list|get|set|edit|rm|use|grant|revoke` manages two-tier project/org secrets without logging values.
37
+ - `mmi-cli issue create` creates typed, prioritized GitHub issues and queues related-issue discovery.
38
+ - `mmi-cli pr create` and `pr merge` create PRs and land them with branch/worktree cleanup.
39
+ - `mmi-cli board read|claim|show|move|done|backfill-priority` reads and moves GitHub Project work.
40
+ - `mmi-cli stage`, `stage start`, `stage stop`, and `stage run` manage the local gitignored stage.
41
+ - `mmi-cli rc`, `release`, and `hotfix` render guarded train plans.
42
+ - `mmi-cli bootstrap`, `bootstrap verify`, and `bootstrap apply` plan, audit, and seed repo onboarding.
43
+ - `mmi-cli access audit` checks collaborator roles and train-branch allowlists.
44
+ - `mmi-cli doctor` checks GitHub auth, repo config, CLI availability, the per-project plugin install record, and stale plugin/cache state, auto-repairing the safe gaps.
34
45
 
35
46
  Run `mmi-cli --help` or `mmi-cli <command> --help` for the full command reference.
36
47
 
@@ -43,4 +54,4 @@ node cli/dist/index.cjs --version
43
54
  node cli/dist/index.cjs doctor --json
44
55
  ```
45
56
 
46
- The Claude plugin also ships its own `bin/mmi-cli` launcher, so plugin-enabled Bash sessions can use the bundled command even without a global npm install.
57
+ The Claude Code plugin also ships its own `bin/mmi-cli` launcher, so plugin-enabled Bash sessions can use the bundled command even without a global npm install. Codex and other non-Claude surfaces use the standalone npm package or this repo-local fallback.