@mutmutco/cli 2.65.0 → 2.67.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 +1 -2
- package/dist/main.cjs +343 -351
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @mutmutco/cli
|
|
2
2
|
|
|
3
|
-
The command-line engine for MMI Future org tooling. It delivers the org spine, reads and claims GitHub Project work,
|
|
3
|
+
The command-line engine for MMI Future org tooling. It delivers the org spine, reads and claims GitHub Project work, and exposes the model-agnostic commands used by the MMI plugin and non-Claude agents.
|
|
4
4
|
|
|
5
5
|
This package is published from [mutmutco/MMI-Hub](https://github.com/mutmutco/MMI-Hub) and its version matches the MMI Hub Claude Code, Codex, Cursor, and OpenCode distribution versions (the release train bumps all of them in lockstep).
|
|
6
6
|
|
|
@@ -29,7 +29,6 @@ mmi-cli doctor --json
|
|
|
29
29
|
|
|
30
30
|
- `mmi-cli rules sync` delivers the org-owned `AGENTS.md`, `CLAUDE.md`, and Claude settings files.
|
|
31
31
|
- `mmi-cli docs sync` refreshes repo-owned `README.md` and `architecture.md` without clobbering dirty files.
|
|
32
|
-
- `mmi-cli saga note`, `saga show`, `saga health`, `saga session`, `saga capture`, and `saga head-update` write and inspect session continuity through a cached Hub session token. Saga writes are local-first: a transient server miss queues the note in a local pending file and a detached flush worker delivers it — a queued note is normal, not a failure.
|
|
33
32
|
- `mmi-cli handoff open|list|accept|cancel|decline` records explicit same-login, same-repo session handoffs bound to North Star slugs; SessionStart offers open handoffs alongside saga HEAD.
|
|
34
33
|
- `mmi-cli coop open|start|invite|join|say|wait|pending|deliver|end|watch` drives cross-repo agent coordination (#1920); `open` lists Hub open sessions by human categories, `start` accepts topic/target metadata and returns a session code, `invite` posts a visible invite with optional Slack DM, and `wait` uses the bounded `1m`, `2m`, `3m`, `5m`, `10m`, `30m` schedule.
|
|
35
34
|
- `mmi-cli overlord [--3|--4|--5|--6] <task>`, `overlord status`, `overlord send <target> <message>`, and `overlord stop` coordinate the multi-Fugu Overlord workflow with one Ultra servant, explicit servant-count bounds, OpenCode/Fugu setup preflight, native shell/profile checks, session-backed mailbox redirects, JSON event journals, and exact-owned stop safety.
|