@mutmutco/pi-plugin 4.3.51 → 4.3.52
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
|
@@ -62,7 +62,7 @@ MMI-Hub adds `--announce-summary-file "$f"` with a fresh 3–6 line neutral summ
|
|
|
62
62
|
|
|
63
63
|
## Verify
|
|
64
64
|
|
|
65
|
-
Read the receipts, never the exit code (exit `
|
|
65
|
+
Read the receipts, never the exit code (exit `1` = a follow-up failed after the tag; a pending follow-up exits `0`, so a clean exit alone never means every leg resolved):
|
|
66
66
|
|
|
67
67
|
- `runs[]` — the release-triggered runs on the tagged SHA (workflow, conclusion, url). Watch each non-success entry to conclusion: `gh run watch <run-id> --repo {owner}/{repo} --exit-status`. Name which run is red: `deploy.yml` / `publish.yml` / `tenant-deploy.yml` / `jerv-gateway` is a deploy or publish verdict; a `gate` push run is ordinary CI sharing the SHA. `jerv-gateway` is the operator-host deploy leg: it has no run id to watch, so read its `deployNote` / `ledger.phases.deploy` — `pending` there means production was never deployed and blocks the next train run.
|
|
68
68
|
- `foldStatus` + `foldNote` — the `hotfix-fold/<tag>` development PR; land it by true merge (Merge floor) and say whether it landed.
|
package/skills/rcand/SKILL.md
CHANGED
|
@@ -45,7 +45,7 @@ collected in Verify — verification is never skipped, only un-blocked. The one
|
|
|
45
45
|
|
|
46
46
|
## Verify
|
|
47
47
|
|
|
48
|
-
Read the receipt at `$r`, never the exit code (exit `
|
|
48
|
+
Read the receipt at `$r`, never the exit code (exit `1` = the deploy failed after promotion; an unresolved deploy exits `0`, so a clean exit alone never means every leg resolved):
|
|
49
49
|
|
|
50
50
|
- `promoted` — `true` even when the deploy failed; promotion and deploy are separate outcomes.
|
|
51
51
|
- `tag` — the minted `vX.Y.0-rc.N`; `resumeNote` says an existing rc tag was resumed rather than minted.
|
package/skills/release/SKILL.md
CHANGED
|
@@ -45,7 +45,7 @@ Add `--dev` for a full-track dev → main release and `--watch` to block on the
|
|
|
45
45
|
|
|
46
46
|
## Verify
|
|
47
47
|
|
|
48
|
-
Read the receipt at `$r`, never the exit code (exit `
|
|
48
|
+
Read the receipt at `$r`, never the exit code (exit `1` = a follow-up failed after promotion; a pending follow-up exits `0`, so a clean exit alone never means every leg resolved):
|
|
49
49
|
|
|
50
50
|
- `releaseVerdict.releaseStatus` + `followUpStatus` — `succeeded` + `pending` is shipped with the follow-up unresolved: neither failed nor done.
|
|
51
51
|
- `deployStatus` — `pending` is never terminal; `promoted: true` holds even when a deploy failed.
|