@mutmutco/cli 4.3.44 → 4.3.45
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 +3 -4
- package/dist/main.cjs +338 -508
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -37,7 +37,7 @@ mmi-cli doctor --json
|
|
|
37
37
|
- `mmi-cli vault org oauth plan|verify` prints a repo's canonical Google OAuth URI set when the registry declares an `oauth` block and verifies the client is port-agnostic.
|
|
38
38
|
- `mmi-cli oracle issue create` creates typed, prioritized GitHub issues (priority sets the board field, not a label) and queues related-issue discovery. `--parent <ref>` files the new issue as a native GitHub sub-issue of a parent (works cross-repo); `mmi-cli oracle issue link-child <parent> <child>` links two existing issues the same way.
|
|
39
39
|
- `mmi-cli learning report` files a friction report on the Hub board with your GitHub identity, deduping against the open `report`-labeled issues (a confident duplicate becomes a +1 comment, not a new issue). No repo-local `.env`, no API key, no copied report script.
|
|
40
|
-
- `mmi-cli learning skill-lesson --skill <name>` files a **skill-lesson** on the Hub board when a skill's own instructions misfire — the cross-skill generalization of grind's Retro. GitHub identity, its own `skill-lesson` label + dedup pool (a confident duplicate becomes a +1 comment), and a footer pinning the source checkout + plugin SHA. Advisory: the fix lands via a reviewed PR to the skill in MMI-Hub, never a live edit.
|
|
40
|
+
- `mmi-cli learning skill-lesson --skill <name>` files a **skill-lesson** on the Hub board when a skill's own instructions misfire — the cross-skill generalization of grind's Retro. GitHub identity, its own `skill-lesson` label + dedup pool (a confident duplicate becomes a +1 comment), and a footer pinning the source checkout + plugin SHA. Advisory: the fix lands via a reviewed PR to the skill in MMI-Hub, never a live edit. This native MMI path requires no Jerv installation. `mmi-cli learning report` and `mmi-cli oracle issue create` are unaffected.
|
|
41
41
|
- `mmi-cli devops pr create`, `pr merge`, and **`pr land`** (train probe → checks-wait → merge --auto — #1440) create and land PRs. **`mmi-cli devops ci audit`** / **`ci reconcile`** scan fleet merge-readiness. Local workspace lifecycle is host-owned.
|
|
42
42
|
- `mmi-cli oracle board read|claim|show|move|done` reads and moves GitHub Project work.
|
|
43
43
|
- `mmi-cli devops runtime tenant control <owner/repo> <stage> <status|start|stop|restart>` runs bounded dev/rc box control for project-admins through the Hub API; main remains master-only.
|
|
@@ -72,9 +72,8 @@ they don't get re-derived or re-litigated per session:
|
|
|
72
72
|
`jerv-cli save` (a machine summary of touched issues/PRs/worktrees/deploys for a memory save or
|
|
73
73
|
handoff). jerv-cli never writes org state; mmi-cli never writes Jerv's Memory.
|
|
74
74
|
- **Intentional duplicates — keep both.** `skill-lesson` exists in both CLIs by design: each files to
|
|
75
|
-
its own owning board.
|
|
76
|
-
|
|
77
|
-
unchanged path for friction on org tooling. `doctor`, `whoami`, `commands`, and `explain` are per-CLI meta
|
|
75
|
+
its own owning board. Use `mmi-cli learning skill-lesson` for MMI skill feedback;
|
|
76
|
+
`mmi-cli learning report` handles friction on org tooling. `doctor`, `whoami`, `commands`, and `explain` are per-CLI meta
|
|
78
77
|
infrastructure; a shared library across the two repos is not worth the version churn.
|
|
79
78
|
|
|
80
79
|
## Repo-Local Fallback
|