@mutmutco/kilo-plugin 3.111.0 → 3.112.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 +1 -1
- package/skills/release/SKILL.md +7 -2
package/package.json
CHANGED
package/skills/release/SKILL.md
CHANGED
|
@@ -46,8 +46,13 @@ Confirm the human holding train authority for THIS repo authorized a prod releas
|
|
|
46
46
|
mmi-cli oracle org access role {owner}/{repo} --json # Hub-verified: { role, train }
|
|
47
47
|
```
|
|
48
48
|
`train: false` — or any error (fail closed) → stop: a product repo's train belongs to that repo's
|
|
49
|
-
project-admin or the master; the Hub train is master-only. **
|
|
50
|
-
mean "unverified
|
|
49
|
+
project-admin or the master; the Hub train is master-only. **Three exceptions to fail-closed here, and all
|
|
50
|
+
mean "unverified", never an authority verdict:**
|
|
51
|
+
|
|
52
|
+
- A `repository … does not exist or is not visible to the org App` error (HTTP 404) means the probe target
|
|
53
|
+
is not a resolvable repo — a package name, a typo, a repo never created (#4778). It is UNKNOWN, not a
|
|
54
|
+
denial, and retrying will never change it: fix the `{owner}/{repo}` argument, then re-probe. Before the
|
|
55
|
+
fix this string came back `role: master, train: true, verified: true` for anything owner/name-shaped.
|
|
51
56
|
|
|
52
57
|
- An `unknown command 'org'` error is a STALE CLI — the `org` namespace ships in newer trains, so an old
|
|
53
58
|
installed CLI can't even parse the probe. Jump to Step 0a, heal the CLI, then re-run this probe; never
|