@mutmutco/kimi-plugin 4.1.12 → 4.1.13
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/.kimi-plugin/plugin.json +1 -1
- package/package.json +1 -1
- package/skills/release/SKILL.md +14 -0
package/.kimi-plugin/plugin.json
CHANGED
package/package.json
CHANGED
package/skills/release/SKILL.md
CHANGED
|
@@ -488,6 +488,18 @@ For other direct-track repos, the train dispatches nothing centrally: a `registr
|
|
|
488
488
|
event fires its own `publish.yml` (npm / plugin marketplace); a `solo-container` repo deploys via its own
|
|
489
489
|
workflow. Publish the GitHub Release, then watch/report that repo's own release-triggered run.
|
|
490
490
|
|
|
491
|
+
**Jerv-Hub has one additional fail-closed operator-host phase (#5699).** Only for exact repository
|
|
492
|
+
`mutmutco/Jerv-Hub`, after its release-triggered `publish.yml` is proven green, the train runs
|
|
493
|
+
`scripts/jerv-gateway-release-deploy.sh --tag <resolved-tag>`. That repository helper keeps root SSH in
|
|
494
|
+
Jerv Vault custody, deploys the exact tagged commit to jerv-central, and requires systemd, `/livez`, and
|
|
495
|
+
`/readyz` health. Its validated receipt is appended to `workflowRuns` as `jerv-gateway`; a missing helper,
|
|
496
|
+
refusal, malformed receipt, unhealthy activation, or failed rollback sets `deployStatus: failure`. An
|
|
497
|
+
unwatched/pending publish defers Gateway deployment and keeps `deployStatus: pending` — it never runs the
|
|
498
|
+
host mutation before publication is proven. `release --resume --watch` re-derives the historical publish
|
|
499
|
+
verdict and invokes the idempotent helper once it is green; it never re-tags or republishes the release.
|
|
500
|
+
Do not move this phase into GitHub Actions: no supported Actions identity reaches personal jerv-central
|
|
501
|
+
without moving root SSH custody out of its owning vault.
|
|
502
|
+
|
|
491
503
|
`mmi-cli devops release --apply --json` returns the relevant run id/url data with `deployStatus`; `--watch` blocks
|
|
492
504
|
on the run(s) and resolves `deployStatus` to `success`/`failure`. For tenant-container repos, that is the
|
|
493
505
|
dispatched `tenant-deploy.yml` run. For Hub serverless, that is the auto-fired release `deploy.yml` and
|
|
@@ -719,6 +731,8 @@ reports the publish as failed. A run whose log never shows the version landed st
|
|
|
719
731
|
|
|
720
732
|
Report: Release `$TAG` (the resolved tag from Step 2 — never a placeholder) + the GitHub Release URL · prod
|
|
721
733
|
deploy run + URL + **green/red** · branch-alignment note · npm publish run + CLI version (Hub releases).
|
|
734
|
+
For Jerv-Hub, also report the `jerv-gateway` exact-commit deployment and health verdict; npm green without
|
|
735
|
+
Gateway green is a failed follow-up, never a complete Jerv-Hub release.
|
|
722
736
|
|
|
723
737
|
## Notes
|
|
724
738
|
|