@mutmutco/kilo-plugin 3.105.10 → 3.105.12
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 +1 -1
- package/skills/worktree/SKILL.md +5 -0
package/package.json
CHANGED
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
|