@mutmutco/kilo-plugin 3.105.8 → 3.105.10
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
|
|
|
@@ -52,4 +52,4 @@ about? (Process only — never the user's code or task; e.g. a doctor run that p
|
|
|
52
52
|
branch.) If yes, file **one** lesson and move on; a clean run is silent (hard cap: one per run). It
|
|
53
53
|
lands on the Hub board (deduped) and is fixed only via a reviewed PR — never edit the skill live; the
|
|
54
54
|
retro is advisory, so if the call fails, note it and continue:
|
|
55
|
-
`mmi-cli skill-lesson --skill
|
|
55
|
+
`mmi-cli skill-lesson --skill doctor --title "<what misfired>" --body "<what; evidence; proposed amendment>"`
|