@mutmutco/kilo-plugin 3.105.9 → 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 +1 -1
- package/skills/hotfix/SKILL.md +9 -3
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
|
|