@mutmutco/kilo-plugin 3.126.0 → 3.128.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/kilo-plugin",
3
- "version": "3.126.0",
3
+ "version": "3.128.0",
4
4
  "description": "MMI workflow skills and org gates delivery.",
5
5
  "author": {
6
6
  "name": "MMI Future",
@@ -3,6 +3,8 @@ name: bootstrap
3
3
  description: Provision a repo into the org with board, registry, rules, and plugin setup.
4
4
  ---
5
5
 
6
+ **Host-native invocation:** Claude `/mmi:bootstrap` · Codex `$mmi:bootstrap` · jervcode/Kimi `/skill:bootstrap` · Kilo `skill` tool. A backticked `/name` in this doc names the matching workflow (this skill or a sibling), not a literal command.
7
+
6
8
  # /bootstrap — provision a repo into the org
7
9
 
8
10
  The one-time onboarding that turns a repo into a first-class org citizen. **Master-admin only, run from
@@ -3,6 +3,8 @@ name: browser-automation
3
3
  description: Use DOM-first Playwright MCP for browser work.
4
4
  ---
5
5
 
6
+ **Host-native invocation:** Claude `/mmi:browser-automation` · Codex `$mmi:browser-automation` · jervcode/Kimi `/skill:browser-automation` · Kilo `skill` tool. A backticked `/name` in this doc names the matching workflow (this skill or a sibling), not a literal command.
7
+
6
8
  # Browser automation — DOM-first Playwright MCP
7
9
 
8
10
  Org standard for agent browser work on Claude Code. **Playwright** is the engine; agents interact through **structure-first** MCP tools, not pixels-first defaults.
@@ -3,6 +3,8 @@ name: hotfix
3
3
  description: Promote an already-merged development fix to main and production through the gated Hub train.
4
4
  ---
5
5
 
6
+ **Host-native invocation:** Claude `/mmi:hotfix` · Codex `$mmi:hotfix` · jervcode/Kimi `/skill:hotfix` · Kilo `skill` tool. A backticked `/name` in this doc names the matching workflow (this skill or a sibling), not a literal command.
7
+
6
8
  # /hotfix — promote a development fix to main + prod
7
9
 
8
10
  A hotfix is promotion, not authoring. The fix must land on `development` through a normal issue,
@@ -3,6 +3,8 @@ name: mmi-doctor
3
3
  description: One hygiene pass — mmi-cli doctor heals and cleans by default.
4
4
  ---
5
5
 
6
+ **Host-native invocation:** Claude `/mmi:mmi-doctor` · Codex `$mmi:mmi-doctor` · jervcode/Kimi `/skill:mmi-doctor` · Kilo `skill` tool. A backticked `/name` in this doc names the matching workflow (this skill or a sibling), not a literal command.
7
+
6
8
  # /mmi-doctor — one hygiene pass
7
9
 
8
10
  One command. Run it when a session opens messy or before a handoff.
@@ -44,6 +46,12 @@ that surface alone (e.g. a secrets catalog review, or an interactive `board doct
44
46
 
45
47
  - `/mmi-doctor` is the hygiene pass; `/resume` is the lighter read-only session open.
46
48
  - Prefer one doctor run over hand-editing board items, gitignore blocks, or marketplace pins.
49
+ - Doctor / `worktree list --stale` / `worktree gc` name the clone they audited. A green
50
+ "no leaks" / "nothing to clean" is refused when another primary checkout of the same remotes
51
+ exists, or when the jerv lease ledger points at another `mmi-worktrees` root (#4900 / #4897).
52
+ Run hygiene from the canonical `E:\AI Projects\Mutatis Mutandis\` primary — not from
53
+ `C:\Users\ssari\Projects\`. Treat a non-empty jerv worktree-lease ledger as a leak even if
54
+ this clone's `git worktree list` is empty.
47
55
 
48
56
  ## Retro — one check before you finish
49
57
  Before your final report, answer one question honestly: did **this skill's own instructions** misfire
@@ -3,6 +3,8 @@ name: onboard
3
3
  description: Guided first session — readiness check, repo status, and the first command to run.
4
4
  ---
5
5
 
6
+ **Host-native invocation:** Claude `/mmi:onboard` · Codex `$mmi:onboard` · jervcode/Kimi `/skill:onboard` · Kilo `skill` tool. A backticked `/name` in this doc names the matching workflow (this skill or a sibling), not a literal command.
7
+
6
8
  # /onboard — guided first session
7
9
 
8
10
  For a developer's first session in a repo (or a fresh checkout): confirm the repo is wired into the org,
@@ -3,6 +3,8 @@ name: rcand
3
3
  description: Promote development to a release-candidate branch.
4
4
  ---
5
5
 
6
+ **Host-native invocation:** Claude `/mmi:rcand` · Codex `$mmi:rcand` · jervcode/Kimi `/skill:rcand` · Kilo `skill` tool. A backticked `/name` in this doc names the matching workflow (this skill or a sibling), not a literal command.
7
+
6
8
  # /rcand — promote development to release-candidate
7
9
 
8
10
  Merge `development → rc`, tag `vX.Y.0-rc.N`, push (the GitHub authority gate), then dispatch the rc deploy
@@ -3,6 +3,8 @@ name: release
3
3
  description: Ship rc or direct-track development to main and production.
4
4
  ---
5
5
 
6
+ **Host-native invocation:** Claude `/mmi:release` · Codex `$mmi:release` · jervcode/Kimi `/skill:release` · Kilo `skill` tool. A backticked `/name` in this doc names the matching workflow (this skill or a sibling), not a literal command.
7
+
6
8
  # /release — ship to main + prod
7
9
 
8
10
  Full-track repos ship **exactly what is on `rc`** (never pulls `development`): merge `rc → main`, tag
@@ -68,7 +70,8 @@ mean "unverified", never an authority verdict:**
68
70
 
69
71
  Then
70
72
  preconditions: clean tree; full-track repos run from `rc` (or from `development` with `--dev`), while
71
- direct-track repos run from `development`.
73
+ direct-track repos run from `development`. Ordinary `/release` also needs `MMI_BUMP_INTENT=minor|major`
74
+ exported in the apply environment (patch is `/hotfix`); the train does not infer an open cycle.
72
75
 
73
76
  **Run from the checkout that already has that branch — never a fresh isolated worktree (#2770).** This is
74
77
  a shared-branch train operation (merge/tag/push against origin's protected `main`/`rc`), not an isolated
@@ -545,15 +548,12 @@ deploy run + URL + **green/red** · branch-alignment note · npm publish run + C
545
548
 
546
549
  - PATCH-level releases are `/hotfix` only (a hotfix always skips rc — it cherry-picks `development → main`
547
550
  directly); planned releases are MINOR or MAJOR. Never force-push `main`.
548
- - **`MMI_BUMP_INTENT=major|minor|patch` is required for direct-track's `next-version.mjs cycle`** (Step 2)
549
- it selects the increment for an ordinary release and is never inferred; absence is a hard refusal
550
- (`MMI_BUMP_INTENT must be one of major|minor|patch`), not a default. **Export it for the whole run, not
551
- just the tag line:** `mmi-cli devops release --apply` resolves the intent itself and refuses mid-train
552
- with the same message, so a value passed only as a one-off prefix on the `next-version.mjs` command
553
- leaves the apply to fail after the preflight has already passed. The same holds for
554
- `mmi-cli devops rcand --apply`. This is a different knob from
555
- `MMI_RELEASE_VERSION` below: `MMI_BUMP_INTENT` picks the increment, `MMI_RELEASE_VERSION` overrides the
556
- computed version entirely and is for the exceptional case only.
551
+ - **`MMI_BUMP_INTENT=major|minor` is required in the apply environment for ordinary `/release`** (patch is
552
+ `/hotfix`). Absence is a hard refusal the train never infers an open cycle. Export it for the whole
553
+ run, not a one-off prefix on `next-version.mjs cycle`: `mmi-cli devops release --apply` (and `rcand
554
+ --apply`) resolve intent themselves and refuse mid-train if the env is missing. `MMI_RELEASE_VERSION`
555
+ below is a different knob: it overrides the computed version; it does not replace the intent export
556
+ unless you set that exact-target env instead.
557
557
  - **`--dev` (full-track only):** releases `development → main` skipping rc, with the same fold/tag/Release/
558
558
  deploy machinery plus the post-release rc retirement and rc alignment. Refuses (fail closed) when
559
559
  `origin/rc` carries commits not in `development`; on direct-track repos it's a no-op (they already
@@ -561,7 +561,8 @@ deploy run + URL + **green/red** · branch-alignment note · npm publish run + C
561
561
  - **MAJOR / exact-target release:** to ship a version the tag math can't derive (a MAJOR like `2.0.0`, or
562
562
  skipping a version already on npm), product repos export `MMI_RELEASE_VERSION=X.Y.Z` for **both** `/rcand`
563
563
  and `/release`; MMI-Hub exports it for `/release` only. Steps 1b/2 then fold and tag exactly that
564
- version. Unset, the train ships the open cycle.
564
+ version. Unset, the train uses the declared `MMI_BUMP_INTENT` increment — it does not infer an open
565
+ cycle, and apply fail-closes if that env is also missing.
565
566
 
566
567
  ## Retro — one check before you finish
567
568
  Before your final report, answer one question honestly: did **this skill's own instructions** misfire
@@ -3,6 +3,8 @@ name: 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.
7
+
6
8
  # /resume — start of session
7
9
 
8
10
  One flow to re-anchor at the top of a session: is the toolchain sound, what does this repo/worktree look
@@ -44,9 +46,12 @@ workspace identity the next step must use (for example `mutmutco/MMC-ZuberShade`
44
46
  mmi-cli oracle next --repo <repo reported by status>
45
47
  ```
46
48
 
47
- Pass the repository from `status` explicitly; never reconstruct it by changing case or punctuation.
48
- `next` recommends the single most actionable claimable board item (unblocked, priority-ranked) and prints
49
- the exact `mmi-cli oracle board claim <n>` to take it. Offer it; do not claim on the user's behalf without a go.
49
+ Never the retired flat `mmi-cli next` Wave 3 (#4316) removed that alias; a `flat 'next' alias was
50
+ removed` exit means follow the printed `oracle next` path (and `mmi-cli plugin heal` when
51
+ `doctor --self` says the plugin is behind). Pass the repository from `status` explicitly; never
52
+ reconstruct it by changing case or punctuation. `next` recommends the single most actionable
53
+ claimable board item (unblocked, priority-ranked) and prints the exact
54
+ `mmi-cli oracle board claim <n>` to take it. Offer it; do not claim on the user's behalf without a go.
50
55
  For the full board partition (yours / claimable / taken) run `/mmi`.
51
56
 
52
57
  ## Step 3 — render, then stop
@@ -82,3 +87,4 @@ snapshot that named the wrong branch.) If yes, file **one** lesson and move on;
82
87
  (hard cap: one per run). It lands on the Hub board (deduped) and is fixed only via a reviewed PR — never
83
88
  edit the skill live; the retro is advisory, so if the call fails, note it and continue:
84
89
  `mmi-cli learning skill-lesson --skill resume --title "<what misfired>" --body "<what; evidence; proposed amendment>"`
90
+ (never the retired flat `mmi-cli skill-lesson`).
@@ -3,6 +3,8 @@ name: secrets
3
3
  description: Manage the full own-project vault and granted org-infra secret names.
4
4
  ---
5
5
 
6
+ **Host-native invocation:** Claude `/mmi:secrets` · Codex `$mmi:secrets` · jervcode/Kimi `/skill:secrets` · Kilo `skill` tool. A backticked `/name` in this doc names the matching workflow (this skill or a sibling), not a literal command.
7
+
6
8
  # /secrets — two-tier project secrets
7
9
 
8
10
  **Authority:** a project-admin self-serves their own product repo's full vault tree (`mmi-cli oracle org access
@@ -3,6 +3,8 @@ name: stage
3
3
  description: Run a local test stage, or a personal cloud dev stage with --live.
4
4
  ---
5
5
 
6
+ **Host-native invocation:** Claude `/mmi:stage` · Codex `$mmi:stage` · jervcode/Kimi `/skill:stage` · Kilo `skill` tool. A backticked `/name` in this doc names the matching workflow (this skill or a sibling), not a literal command.
7
+
6
8
  # /stage — local test environment
7
9
 
8
10
  A throwaway **local** environment to exercise the current branch — a dev server / local stack, plus
@@ -3,6 +3,8 @@ name: worktree
3
3
  description: Orchestrate a worktree from create to landed PR, tied to board status.
4
4
  ---
5
5
 
6
+ **Host-native invocation:** Claude `/mmi:worktree` · Codex `$mmi:worktree` · jervcode/Kimi `/skill:worktree` · Kilo `skill` tool. A backticked `/name` in this doc names the matching workflow (this skill or a sibling), not a literal command.
7
+
6
8
  # /worktree — create → work → land
7
9
 
8
10
  Drive an item through an isolated worktree: cut it from latest `development`, claim the board item, do the
@@ -131,11 +133,13 @@ mmi-cli oracle next # the next actionable item
131
133
  `.worktrees/` are not the MMI path.
132
134
  - Multiple independent items → one worktree each, run in parallel, one PR per item (`/mmi` Leverage).
133
135
  - Never land to a protected/release branch here — that is `/rcand` and `/release`.
134
- - **Open the primary checkout in Cursor before land/gc hygiene (#4489).** If Cursor’s agent workspace is
135
- still rooted at the slice worktree, `worktree land` / `worktree gc --apply` / doctor gc **refuse** to
136
- delete that directory (and queue deferred removal) so the session is not orphaned. Optional explicit
137
- contract: `export MMI_ACTIVE_WORKSPACE_ROOT="<Cursor workspace folder>"`. After switching Cursor to the
138
- primary checkout, `mmi-cli worktree gc sweep-deferred` finishes cleanup.
136
+ - **Keep Cursor on the primary checkout (#4489 / #4901).** Edit the worktree without
137
+ `move_agent_to_root` into the slice moving the workspace root pins the session so land/gc
138
+ refuse forever. If Cursor’s agent workspace is still rooted at the slice, `worktree land` /
139
+ `worktree gc --apply` / doctor gc **refuse** to delete that directory (and queue deferred
140
+ removal). On a Cursor agent host, land/gc fail closed when the active root cannot be resolved:
141
+ open the primary first, or set `MMI_ACTIVE_WORKSPACE_ROOT` to the primary path. After Cursor is
142
+ on the primary, `mmi-cli worktree gc sweep-deferred` finishes cleanup.
139
143
 
140
144
  ## Retro — one check before you finish
141
145
  Before your final report, answer one question honestly: did **this skill's own instructions** misfire