@mutmutco/kilo-plugin 3.110.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/kilo-plugin",
3
- "version": "3.110.0",
3
+ "version": "3.112.0",
4
4
  "description": "MMI workflow skills and org gates delivery.",
5
5
  "author": {
6
6
  "name": "MMI Future",
@@ -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. **Two exceptions to fail-closed here, and both
50
- mean "unverified — retry", never an authority verdict:**
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