@mutmutco/codex-plugin 3.132.0 → 3.132.2

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mmi",
3
- "version": "3.132.0",
3
+ "version": "3.132.2",
4
4
  "mmiCompat": "3.x",
5
5
  "description": "MMI workflow skills and org gates delivery.",
6
6
  "author": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/codex-plugin",
3
- "version": "3.132.0",
3
+ "version": "3.132.2",
4
4
  "description": "MMI workflow skills and org gates delivery.",
5
5
  "author": {
6
6
  "name": "MMI Future",
@@ -49,7 +49,7 @@ that surface alone (e.g. a secrets catalog review, or an interactive `board doct
49
49
 
50
50
  ## Notes
51
51
 
52
- - `/mmi-doctor` is the hygiene pass; `/resume` is the lighter read-only session open.
52
+ - `/mmi-doctor` is the hygiene pass; `/mmi-resume` is the lighter read-only session open.
53
53
  - Prefer one doctor run over hand-editing board items, gitignore blocks, or marketplace pins.
54
54
  - Doctor / `worktree list --stale` / `worktree gc` name the clone they audited. A green
55
55
  "no leaks" / "nothing to clean" is refused when another primary checkout of the same remotes
@@ -1,15 +1,15 @@
1
1
  ---
2
- name: resume
2
+ name: mmi-resume
3
3
  description: Open a session — self-check, repo status, and the next actionable board item in one pass.
4
4
  ---
5
5
 
6
- **Host-native invocation:** Claude `/mmi:resume` · Codex `$mmi:resume` · jervcode/Kimi `/skill:resume` · Kilo `skill` tool. A backticked `/name` in this doc names the matching workflow (this skill or a sibling), not a literal command.
6
+ **Host-native invocation:** Claude `/mmi:mmi-resume` · Codex `$mmi:mmi-resume` · jervcode/Kimi `/skill:mmi-resume` · Kilo `skill` tool. A backticked `/name` in this doc names the matching workflow (this skill or a sibling), not a literal command.
7
7
 
8
- # /resume — start of session
8
+ # /mmi-resume — start of session
9
9
 
10
10
  One flow to re-anchor at the top of a session: is the toolchain sound, what does this repo/worktree look
11
11
  like right now, and what is the single next thing worth doing. Read-only — it renders the picture and gets
12
- out of the way. `/mmi` is the board-only hello-to-work; `/resume` is the wider session open that folds in
12
+ out of the way. `/mmi` is the board-only hello-to-work; `/mmi-resume` is the wider session open that folds in
13
13
  the toolchain self-check and the current-branch snapshot.
14
14
 
15
15
  ## Step 0 — toolchain self-check
@@ -75,7 +75,7 @@ janitor prose. Catalog: `docs/Architecture/compute-at-read.md` (in MMI-Hub).
75
75
 
76
76
  ## Notes
77
77
 
78
- - `/resume` is read-only session orientation. It never claims, moves, or writes.
78
+ - `/mmi-resume` is read-only session orientation. It never claims, moves, or writes.
79
79
  - Board status moves are automatic (claim, PR open, merge). Never suggest a manual status move.
80
80
  - Slower, board-partition view → `/mmi`. Readiness-gate view for a new repo/first session → `/onboard`.
81
81
 
@@ -86,5 +86,5 @@ about? (Process only — never the user's code or task; e.g. a self-check that r
86
86
  snapshot that named the wrong branch.) If yes, file **one** lesson and move on; a clean run is silent
87
87
  (hard cap: one per run). It lands on the Hub board (deduped) and is fixed only via a reviewed PR — never
88
88
  edit the skill live; the retro is advisory, so if the call fails, note it and continue:
89
- `mmi-cli learning skill-lesson --skill resume --title "<what misfired>" --body "<what; evidence; proposed amendment>"`
89
+ `mmi-cli learning skill-lesson --skill mmi-resume --title "<what misfired>" --body "<what; evidence; proposed amendment>"`
90
90
  (never the retired flat `mmi-cli skill-lesson`).
@@ -70,7 +70,7 @@ Living current-state still comes from live verbs (`org schedules`, `board read`,
70
70
 
71
71
  ## Notes
72
72
 
73
- - `/onboard` is the first-session, readiness-first wrapper. Once a repo is known-good, `/resume` is the
73
+ - `/onboard` is the first-session, readiness-first wrapper. Once a repo is known-good, `/mmi-resume` is the
74
74
  faster daily open and `/mmi` is the board.
75
75
  - Everything here is read-only. The heavier setup (`/bootstrap`) is master-admin only.
76
76