@mutmutco/kilo-plugin 3.105.9 → 3.105.11
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
package/skills/hotfix/SKILL.md
CHANGED
|
@@ -73,9 +73,15 @@ the main-base PR. Do not duplicate those steps with raw branch commands, manual
|
|
|
73
73
|
GitHub PR creation.
|
|
74
74
|
|
|
75
75
|
Conflicts confined to regenerable distribution / version-fold paths (e.g. Hub `distribution-bom.json`,
|
|
76
|
-
locked plugin manifests, consumer `package.json`)
|
|
77
|
-
|
|
78
|
-
|
|
76
|
+
locked plugin manifests, consumer `package.json`) — and, for hub-serverless + registry-publish, shipped
|
|
77
|
+
skill roots `skills/` and `.kilo-plugin/skills/` (#4363 / #4471) — are auto-resolved (take the picked
|
|
78
|
+
side) and regenerated by the bump/fold step. Source TS under `src/` / `cli/src/` is never auto-resolved.
|
|
79
|
+
|
|
80
|
+
Before cutting the hotfix branch, `hotfix start` preflights every `--from` pick on an accumulating
|
|
81
|
+
`origin/main` tree (#4472). If any pick would hard-stop, it refuses with every failing pick and path and
|
|
82
|
+
prescribes **one** main-clean synthesis development PR for the whole batch (pattern #4467) — not N
|
|
83
|
+
serial ports. Behavior changes still land on `development` first through a normal PR, then rerun hotfix
|
|
84
|
+
start from the port merge SHA(s) — never hand-resolve onto main.
|
|
79
85
|
|
|
80
86
|
## 2. Verify the hotfix PR
|
|
81
87
|
|
package/skills/worktree/SKILL.md
CHANGED
|
@@ -115,6 +115,11 @@ mmi-cli next # the next actionable item
|
|
|
115
115
|
`.worktrees/` are not the MMI path.
|
|
116
116
|
- Multiple independent items → one worktree each, run in parallel, one PR per item (`/mmi` Leverage).
|
|
117
117
|
- Never land to a protected/release branch here — that is `/rcand` and `/release`.
|
|
118
|
+
- **Open the primary checkout in Cursor before land/gc hygiene (#4489).** If Cursor’s agent workspace is
|
|
119
|
+
still rooted at the slice worktree, `worktree land` / `worktree gc --apply` / doctor gc **refuse** to
|
|
120
|
+
delete that directory (and queue deferred removal) so the session is not orphaned. Optional explicit
|
|
121
|
+
contract: `export MMI_ACTIVE_WORKSPACE_ROOT="<Cursor workspace folder>"`. After switching Cursor to the
|
|
122
|
+
primary checkout, `mmi-cli worktree gc sweep-deferred` finishes cleanup.
|
|
118
123
|
|
|
119
124
|
## Retro — one check before you finish
|
|
120
125
|
Before your final report, answer one question honestly: did **this skill's own instructions** misfire
|