@mutmutco/cli 0.12.0 → 2.0.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.
- package/README.md +12 -7
- package/dist/index.cjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,9 @@
|
|
|
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 Claude Code and Codex plugin versions.
|
|
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 (the release train bumps all of them in lockstep).
|
|
6
|
+
|
|
7
|
+
The CLI carries the org **Hub endpoint** intrinsically (override with the `MMI_HUB_URL` env var), so a product repo needs **no committed `.mmi/config.json`** to reach the Hub — board coords, deploy coordinates, OAuth, and the secrets layout are all discovered from the Hub registry at runtime.
|
|
6
8
|
|
|
7
9
|
## Install
|
|
8
10
|
|
|
@@ -28,17 +30,20 @@ mmi-cli doctor --json
|
|
|
28
30
|
- `mmi-cli rules sync` delivers the org-owned `AGENTS.md`, `CLAUDE.md`, and Claude settings files.
|
|
29
31
|
- `mmi-cli docs sync` refreshes repo-owned `README.md` and `architecture.md` without clobbering dirty files.
|
|
30
32
|
- `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
|
|
33
|
+
- `mmi-cli kb get` and `kb list` read the MM KB source (`kb list [prefix]` lists document paths, optionally under a prefix).
|
|
32
34
|
- `mmi-cli northstar push|pull|list|delete|graduate` manages North Star, the per-user plan/SSOT store.
|
|
33
35
|
`northstar graduate <slug> --merged-pr <url-or-number> --org-visible` marks a built-and-merged plan for
|
|
34
36
|
KB curation without echoing the plan body.
|
|
35
37
|
`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
|
|
38
|
-
- `mmi-cli
|
|
38
|
+
- `mmi-cli secrets where|list|get|set|edit|rm|use|grant|revoke` manages two-tier project/org secrets without logging values; `where` prints the vault layout + well-known keys, and values move over TLS in the request body — never an argument.
|
|
39
|
+
- `mmi-cli project list|get|resolve|set` reads the DDB org registry — a project's identity + board coords + deploy coordinates (`resolve` reads deploy coords, which are OIDC-gated; `set` is master-only).
|
|
40
|
+
- `mmi-cli registry org` reads org-level constants from the registry (`ORG#config`).
|
|
41
|
+
- `mmi-cli oauth plan|verify` prints a repo's canonical Google OAuth URI set (read from the registry) and verifies the client is port-agnostic.
|
|
42
|
+
- `mmi-cli issue create` creates typed, prioritized GitHub issues (priority sets the board field, not a label) and queues related-issue discovery.
|
|
43
|
+
- `mmi-cli pr create` and `pr merge` create PRs and land them with branch/worktree cleanup; `mmi-cli gc` dry-runs cleanup of merged/closed PR branches + stale tracking refs.
|
|
39
44
|
- `mmi-cli board read|claim|show|move|done|backfill-priority` reads and moves GitHub Project work.
|
|
40
|
-
- `mmi-cli stage`, `stage start`, `stage stop`,
|
|
41
|
-
- `mmi-cli rc`, `release`, and `hotfix` render guarded train plans.
|
|
45
|
+
- `mmi-cli stage`, `stage start`, `stage stop`, `stage run`, and `port-range <repo>` manage the local gitignored stage and its port block; `stage-live` explains that remote rc/live move only via `/rcand` · `/release` · `/hotfix`.
|
|
46
|
+
- `mmi-cli rc`, `release`, and `hotfix` render guarded train plans; the train triggers the Hub's central tenant deployer, so product repos carry no deploy file.
|
|
42
47
|
- `mmi-cli bootstrap`, `bootstrap verify`, and `bootstrap apply` plan, audit, and seed repo onboarding.
|
|
43
48
|
- `mmi-cli access audit` checks collaborator roles and train-branch allowlists.
|
|
44
49
|
- `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.
|
package/dist/index.cjs
CHANGED
|
@@ -4906,7 +4906,7 @@ var requiredIssueTemplates = [
|
|
|
4906
4906
|
".github/ISSUE_TEMPLATE/task.yml",
|
|
4907
4907
|
".github/ISSUE_TEMPLATE/config.yml"
|
|
4908
4908
|
];
|
|
4909
|
-
var requiredWorkflows = [
|
|
4909
|
+
var requiredWorkflows = [];
|
|
4910
4910
|
var requiredLabels = ["bug", "feature", "task", "priority:urgent", "priority:high", "priority:medium", "priority:low"];
|
|
4911
4911
|
var requiredPriorityOptions = ["Urgent", "High", "Medium", "Low"];
|
|
4912
4912
|
var strayDefaultLabels = ["documentation", "duplicate", "enhancement", "good first issue", "help wanted", "invalid", "question", "wontfix"];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mutmutco/cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "MMI Future CLI — delivers the org rules (whole-file), plus saga and KB access. The cross-IDE engine the plugin's SessionStart hook drives.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "UNLICENSED",
|