@mutmutco/cli 2.57.0 → 2.59.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 +0 -1
- package/dist/main.cjs +10371 -10774
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,7 +33,6 @@ mmi-cli doctor --json
|
|
|
33
33
|
- `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
34
|
- `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
35
|
- `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.
|
|
36
|
-
- `mmi-cli kb get` and `kb list` read the MM KB source (`kb list [prefix]` lists document paths, optionally under a prefix).
|
|
37
36
|
- `mmi-cli northstar push|pull|list|status|sync|delete|graduate` manages North Star, the per-user plan/SSOT store.
|
|
38
37
|
`northstar push` accepts `--body-file <path|->` to write and push in one step (or push an existing
|
|
39
38
|
`plans/<slug>.md`). It is async by default — it queues a durable background push and prints a "queued" line,
|