@mutmutco/cli 3.77.0 → 3.79.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 +10 -1
  2. package/dist/main.cjs +9411 -7841
  3. package/package.json +2 -2
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-managed `.gitignore` block, reads and claims GitHub Project work, and exposes the model-agnostic commands used by the MMI plugin and non-Claude agents. (Personal agent guides — `AGENTS.md` / `CLAUDE.md` — are developer-owned and gitignored; the CLI does not deliver, overwrite, or fan them out — the whole-spine fanout is retired.)
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 distribution version — the release train bumps the CLI and the Claude, Codex, and Kimi plugin manifests in lockstep.
5
+ This package is published from [mutmutco/MMI-Hub](https://github.com/mutmutco/MMI-Hub). The release train derives its version, publication target, and artifact identity from the shared surface registry and bill of materials alongside every active host adapter.
6
6
 
7
7
  The CLI carries the org **Hub endpoint** intrinsically (override with the `MMI_HUB_URL` env var), so a product repo needs **no committed control-plane config** to reach the Hub — board coords, deploy coordinates, OAuth, and the secrets layout are all discovered from the Hub registry at runtime.
8
8
 
@@ -52,6 +52,15 @@ The cache is bound to the current local GitHub token fingerprint, so switching `
52
52
  new Hub session instead of reusing the previous user's bearer credential.
53
53
 
54
54
  Run `mmi-cli --help` or `mmi-cli <command> --help` for the full command reference.
55
+ The machine manifest (`mmi-cli commands --json`) also names the implementation module and consumer for
56
+ every command. That inventory is checked when the runtime tree is assembled, so a sixth command domain
57
+ cannot land as an ownerless block in the registration entrypoint.
58
+
59
+ ## Removed compatibility aliases
60
+
61
+ - `mmi-cli board open` is retired; use `mmi-cli board show`.
62
+ - `mmi-cli org schedules lift` is retired after its one-release migration window; use
63
+ `mmi-cli org schedules register`.
55
64
 
56
65
  ## Capability seams — mmi-cli vs jerv-cli (#3000)
57
66