@mutmutco/cursor-plugin 4.3.56 → 4.3.58
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/.cursor-plugin/plugin.json +1 -1
- package/package.json +1 -1
- package/skills/hotfix/SKILL.md +4 -0
- package/skills/org-guide/references/vault.md +3 -0
- package/skills/org-guide/references/work-and-releases.md +12 -0
- package/skills/release/SKILL.md +5 -0
- package/skills/secrets/SKILL.md +1 -1
- package/skills/stage/SKILL.md +3 -2
package/package.json
CHANGED
package/skills/hotfix/SKILL.md
CHANGED
|
@@ -62,6 +62,10 @@ MMI-Hub adds `--announce-summary-file "$f"` with a fresh 3–6 line neutral summ
|
|
|
62
62
|
|
|
63
63
|
## Verify
|
|
64
64
|
|
|
65
|
+
Slack announcements use the GitHub-authenticated Hub service and its server-side MMI vault access.
|
|
66
|
+
Developers need no local AWS tools, AWS identity, or shared Slack key. Preserve a failed summary
|
|
67
|
+
for the supported continuation; never replay a delivery whose result is uncertain.
|
|
68
|
+
|
|
65
69
|
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
70
|
|
|
67
71
|
- `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.
|
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Vault and keyless access
|
|
2
2
|
|
|
3
|
+
GitHub repository admins are project-admins on that repository without duplicate registry
|
|
4
|
+
enrollment. Registry-listed admins with repository write access remain supported.
|
|
5
|
+
|
|
3
6
|
The two tiers describe authority and blast radius, not separate storage products:
|
|
4
7
|
|
|
5
8
|
- **Your project:** a project-admin can manage their own product's full vault tree, including
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
# Work and releases
|
|
2
2
|
|
|
3
|
+
GitHub repository admins hold project-admin authority on their own projects without duplicate
|
|
4
|
+
registry enrollment. Registry-listed admins with repository write access remain supported.
|
|
5
|
+
Use `mmi-cli oracle org access role <owner/repo> --json` to verify authority for release,
|
|
6
|
+
candidate, hotfix, and runtime operations. Organization membership role alone is not this check.
|
|
7
|
+
The Hub distribution train remains organization-master-only.
|
|
8
|
+
|
|
3
9
|
Start with `mmi-cli onboard` and the [board skill](../../board/SKILL.md).
|
|
4
10
|
Reading or discussing the board is read-only until the developer authorizes work.
|
|
5
11
|
Claim approved work with `mmi-cli oracle board claim <issue>`, then prepare an isolated task
|
|
@@ -85,6 +91,12 @@ by hand. The Hub always needs a curated `--announce-summary-file`, and so does a
|
|
|
85
91
|
META sets `releaseChannel` — 3–6 plain lines in the project's `releaseLanguage` (default `en`),
|
|
86
92
|
written for that project's audience, never the raw PR titles.
|
|
87
93
|
|
|
94
|
+
Announcement delivery uses the developer's GitHub-authenticated Hub session. The Hub checks project
|
|
95
|
+
authority, resolves the registered channel, and reads the MMI Future Slack key inside its vault boundary.
|
|
96
|
+
Developers need no AWS CLI, AWS identity, or copy of the shared bot key. Keep a failed announcement's
|
|
97
|
+
summary for the supported resume path. A delivery-unknown response requires checking the existing
|
|
98
|
+
message; never resend blindly. Confirmed delivery is recorded per repository and release tag.
|
|
99
|
+
|
|
88
100
|
For local or private live testing, read [stage](../../stage/SKILL.md).
|
|
89
101
|
For a new product repository, use [bootstrap](../../bootstrap/SKILL.md).
|
|
90
102
|
|
package/skills/release/SKILL.md
CHANGED
|
@@ -64,6 +64,11 @@ Use the actual current stage, never a guessed sequence. Explain a pending result
|
|
|
64
64
|
|
|
65
65
|
## Verify
|
|
66
66
|
|
|
67
|
+
Slack announcements use the GitHub-authenticated Hub service and its server-side MMI vault access.
|
|
68
|
+
Never install AWS, ask for AWS credentials, or copy the shared Slack key to unblock a developer.
|
|
69
|
+
The Hub chooses the registered channel and checks project authority. A failed announcement keeps
|
|
70
|
+
its summary file; an uncertain delivery is never automatically replayed.
|
|
71
|
+
|
|
67
72
|
Read the saved result, 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):
|
|
68
73
|
|
|
69
74
|
- `releaseVerdict.releaseStatus` + `followUpStatus` — `succeeded` + `pending` is shipped with the follow-up unresolved: neither failed nor done. A `--resume` receipt carries the same `releaseVerdict` (`command: release-resume`), plus its own `mode` and `state`.
|
package/skills/secrets/SKILL.md
CHANGED
|
@@ -150,7 +150,7 @@ Prefer this over manual copy piping — audit-logged, blocklist enforced.
|
|
|
150
150
|
|
|
151
151
|
- **Never echo a value** — not in chat, a commit, a log, or an issue. No command emits a value to stdout;
|
|
152
152
|
consume one keyless with `secrets use <KEY> -- <cmd>` (#2844). Treat every secret as write-once.
|
|
153
|
-
- Authority is **GitHub**: project-admin = repo `write` plus the registry `projectAdmins` entry
|
|
153
|
+
- Authority is **GitHub**: project-admin = repo `admin`, or repo `write`/`maintain` plus the registry `projectAdmins` entry; master =
|
|
154
154
|
org owner. The backend checks both with the org App token, so the decision is server-side (your token
|
|
155
155
|
scope can't widen it).
|
|
156
156
|
- Runtime consumes declared keys through its scoped broker token (and central deploy injects the declared
|
package/skills/stage/SKILL.md
CHANGED
|
@@ -48,8 +48,9 @@ compose logs`/`down` fails the same `required variable … is missing a value`.
|
|
|
48
48
|
`NODE_AUTH_TOKEN=@github-packages-token` for `@mutmutco/fofu-ds` on GitHub Packages), `/stage` injects those
|
|
49
49
|
BuildKit ids into the **`docker compose build`** process env only — not into the running container. Central
|
|
50
50
|
deploy mints the packages sentinel from Actions `GITHUB_TOKEN`; a laptop cannot. Resolution order: existing
|
|
51
|
-
process env → stageless project vault secret under the BuildKit id
|
|
52
|
-
`
|
|
51
|
+
process env → stageless project vault secret under the BuildKit id → existing GitHub sign-in
|
|
52
|
+
(`GH_TOKEN`, `GITHUB_TOKEN`, or `gh auth token`). Package read access is still required and is enforced
|
|
53
|
+
by GitHub Packages during the build. If every source is missing, `/stage` fails before the build.
|
|
53
54
|
Setup: [`docs/Guides/tenant-runtime.md`](../../docs/Guides/tenant-runtime.md) § Local `/stage`. Never commit
|
|
54
55
|
or print the PAT.
|
|
55
56
|
|