@mutmutco/kilo-plugin 3.98.0 → 3.99.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
|
@@ -36,6 +36,13 @@ Priority is a **board field**, never a label (#1454 retired the four `priority:*
|
|
|
36
36
|
checks they are gone). The per-step instructions below
|
|
37
37
|
are the manual path; `bootstrap apply <repo> [--execute]` automates them from this manifest.
|
|
38
38
|
|
|
39
|
+
**`bootstrap apply` is a single-repo tool** — fresh bootstrap/onboarding, or refreshing one repo's own
|
|
40
|
+
drifted seed. It is **never** the fleet-wide fan-out for an `org`-owned seed edit: that write path is
|
|
41
|
+
propagation from a Hub merge (#4233), and the seeded `agent-pr.yml` itself now fails the merge gate on
|
|
42
|
+
any repo that receives a hand-edit to an org-owned target path outside a propagation/bootstrap-delivery
|
|
43
|
+
branch (#4241). Running `apply --execute` against every registry repo by hand to fan out a Hub edit is
|
|
44
|
+
exactly the copy-per-repo pattern this rule exists to end — see Hub#4234.
|
|
45
|
+
|
|
39
46
|
**Release gap — a new topology value must reach TWO surfaces, and a local dev build only fixes one (#2928).**
|
|
40
47
|
A new `--project-type`, `--deploy-model`, or `--release-track` lands on `development` but is not live until a
|
|
41
48
|
release train ships it — in **both** of these places:
|