@mutmutco/codex-plugin 4.3.44 → 4.3.46
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/.codex-plugin/plugin.json +1 -1
- package/package.json +1 -1
- package/skills/board/SKILL.md +2 -3
- package/skills/bootstrap/SKILL.md +2 -3
- package/skills/bootstrap/seeds/README.template.md +1 -1
- package/skills/epic/SKILL.md +2 -3
- package/skills/hotfix/SKILL.md +2 -2
- package/skills/org-guide/references/vault.md +2 -0
- package/skills/org-guide/references/work-and-releases.md +5 -0
- package/skills/rcand/SKILL.md +2 -2
- package/skills/release/SKILL.md +2 -2
- package/skills/secrets/SKILL.md +2 -3
- package/skills/stage/SKILL.md +14 -15
package/package.json
CHANGED
package/skills/board/SKILL.md
CHANGED
|
@@ -151,6 +151,5 @@ run — ambiguous wording, a misleading message, or an environment failure it sh
|
|
|
151
151
|
out to conflict, or a board read that misreported what was claimable.) If yes, file **one** lesson and
|
|
152
152
|
move on; a clean run is silent (hard cap: one per run). It lands on the owning board (deduped) and is
|
|
153
153
|
fixed only via a reviewed PR — never edit the skill live; the retro is advisory, so if the call fails,
|
|
154
|
-
note it and continue.
|
|
155
|
-
|
|
156
|
-
`jervcode learn --origin retro --surface skills --title "board: <what misfired>" --body "<what; evidence; proposed amendment>"`
|
|
154
|
+
note it and continue. File through MMI:
|
|
155
|
+
`mmi-cli learning skill-lesson --skill board --title "<what misfired>" --body "<what; evidence; proposed amendment>"`
|
|
@@ -544,6 +544,5 @@ this run — ambiguous wording, a misleading message, or an environment failure
|
|
|
544
544
|
about? (Process only — never the user's code or task; e.g. an ambiguous seed, registry, or OIDC step, or
|
|
545
545
|
a guard that fired on a healthy repo.) If yes, file **one** lesson and move on; a clean run is silent
|
|
546
546
|
(hard cap: one per run). It lands on the owning board (deduped) and is fixed only via a reviewed PR — never
|
|
547
|
-
edit the skill live; the retro is advisory, so if the call fails, note it and continue.
|
|
548
|
-
`
|
|
549
|
-
`jervcode learn --origin retro --surface skills --title "bootstrap: <what misfired>" --body "<what; evidence; proposed amendment>"`
|
|
547
|
+
edit the skill live; the retro is advisory, so if the call fails, note it and continue. File through MMI:
|
|
548
|
+
`mmi-cli learning skill-lesson --skill bootstrap --title "<what misfired>" --body "<what; evidence; proposed amendment>"`
|
|
@@ -18,7 +18,7 @@ access runbook → [repo-access](https://github.com/mutmutco/MMI-Hub/blob/develo
|
|
|
18
18
|
|
|
19
19
|
Read this section at the start of agent work in this repo.
|
|
20
20
|
|
|
21
|
-
- **Structure search:**
|
|
21
|
+
- **Structure search:** Use available code search tools. Verify results against cited source before acting.
|
|
22
22
|
- **Durable WHY:** `docs/decisions/` — one file per decision, prose only for what was chosen and
|
|
23
23
|
rejected; never a description of current state. Do not maintain living current-state under `docs/`.
|
|
24
24
|
- **Current state:** code + live CLI (`mmi-cli oracle org project get`, `board`, `status`,
|
package/skills/epic/SKILL.md
CHANGED
|
@@ -124,6 +124,5 @@ this run — ambiguous wording, a misleading message, or an environment failure
|
|
|
124
124
|
about? (Process only — never the user's code or task; e.g. a batch schema that rejected a valid row, or a
|
|
125
125
|
link that attached to the wrong parent.) If yes, file **one** lesson and move on; a clean run is silent
|
|
126
126
|
(hard cap: one per run). It lands on the owning board (deduped) and is fixed only via a reviewed PR — never
|
|
127
|
-
edit the skill live; the retro is advisory, so if the call fails, note it and continue.
|
|
128
|
-
`
|
|
129
|
-
`jervcode learn --origin retro --surface skills --title "epic: <what misfired>" --body "<what; evidence; proposed amendment>"`
|
|
127
|
+
edit the skill live; the retro is advisory, so if the call fails, note it and continue. File through MMI:
|
|
128
|
+
`mmi-cli learning skill-lesson --skill epic --title "<what misfired>" --body "<what; evidence; proposed amendment>"`
|
package/skills/hotfix/SKILL.md
CHANGED
|
@@ -94,8 +94,8 @@ Title first, verdict first. Name the resolved tag (never a placeholder like `vX.
|
|
|
94
94
|
|
|
95
95
|
## Retro
|
|
96
96
|
|
|
97
|
-
Before the final report, answer one question honestly: did this skill's own instructions misfire this run — ambiguous wording, a misleading message, or an environment failure it should have warned about? Process only, never the user's code or task. If yes, file one lesson and move on; a clean run is silent (hard cap: one per run). It lands on the owning board, deduplicated, and is fixed only through a reviewed PR — never edit the skill live. The retro is advisory: if the call fails, note it and continue.
|
|
97
|
+
Before the final report, answer one question honestly: did this skill's own instructions misfire this run — ambiguous wording, a misleading message, or an environment failure it should have warned about? Process only, never the user's code or task. If yes, file one lesson and move on; a clean run is silent (hard cap: one per run). It lands on the owning board, deduplicated, and is fixed only through a reviewed PR — never edit the skill live. The retro is advisory: if the call fails, note it and continue. File through MMI with the command below. The amendment itself stays reference-free: the skill-drift gate rejects issue references in any section outside Merge floor, so carry the evidence in words or point at the guide entry — never inline reference markers.
|
|
98
98
|
|
|
99
99
|
```bash
|
|
100
|
-
|
|
100
|
+
mmi-cli learning skill-lesson --skill hotfix --title "<what misfired>" --body "<what; evidence; proposed amendment>"
|
|
101
101
|
```
|
|
@@ -12,6 +12,8 @@ The two tiers describe authority and blast radius, not separate storage products
|
|
|
12
12
|
Read `mmi-cli oracle org access role <owner/repo> --json` and
|
|
13
13
|
`mmi-cli oracle org access capabilities` for your actual authority.
|
|
14
14
|
Installing MMI does not confer that authority. The server checks the caller and target scope.
|
|
15
|
+
An empty result describes only your visible MMI scope. Check your MMI access and catalog;
|
|
16
|
+
it does not require installing or querying a personal vault product.
|
|
15
17
|
|
|
16
18
|
The registry catalog declares secret names before values are set. A shared, stageless value is
|
|
17
19
|
the canonical default; a declared stage override wins for that stage. Avoid accidental duplicate
|
|
@@ -5,6 +5,11 @@ Reading or discussing the board is read-only until the developer authorizes work
|
|
|
5
5
|
Claim approved work with `mmi-cli oracle board claim <issue>`, then prepare an isolated task
|
|
6
6
|
workspace through the host. Preserve other developers' work.
|
|
7
7
|
|
|
8
|
+
MMI workflows require no personal Jerv installation. Use Git or your chosen host for worktree
|
|
9
|
+
creation; MMI performs its own guarded cleanup. Report a skill misfire with
|
|
10
|
+
`mmi-cli learning skill-lesson --skill <name> --title <summary> --body-file <path>`.
|
|
11
|
+
Feedback belongs on the MMI Hub board and never requires another developer's personal tooling.
|
|
12
|
+
|
|
8
13
|
Read the issue, implementation, callers, and repository policy before editing.
|
|
9
14
|
Run `mmi-cli tests policy --base <comparison-base>` to determine required checks against your target
|
|
10
15
|
branch (normally origin/development for train repositories). The repository's policy decides, not
|
package/skills/rcand/SKILL.md
CHANGED
|
@@ -73,8 +73,8 @@ Title first, verdict first. Name the resolved tag (never a placeholder like `vX.
|
|
|
73
73
|
|
|
74
74
|
## Retro
|
|
75
75
|
|
|
76
|
-
Before the final report, answer one question honestly: did this skill's own instructions misfire this run — ambiguous wording, a misleading message, or an environment failure it should have warned about? Process only, never the user's code or task. If yes, file one lesson and move on; a clean run is silent (hard cap: one per run). It lands on the owning board, deduplicated, and is fixed only through a reviewed PR — never edit the skill live. The retro is advisory: if the call fails, note it and continue.
|
|
76
|
+
Before the final report, answer one question honestly: did this skill's own instructions misfire this run — ambiguous wording, a misleading message, or an environment failure it should have warned about? Process only, never the user's code or task. If yes, file one lesson and move on; a clean run is silent (hard cap: one per run). It lands on the owning board, deduplicated, and is fixed only through a reviewed PR — never edit the skill live. The retro is advisory: if the call fails, note it and continue. File through MMI with the command below. The amendment itself stays reference-free: the skill-drift gate rejects issue references in any section outside Merge floor, so carry the evidence in words or point at the guide entry — never inline reference markers.
|
|
77
77
|
|
|
78
78
|
```bash
|
|
79
|
-
|
|
79
|
+
mmi-cli learning skill-lesson --skill rcand --title "<what misfired>" --body "<what; evidence; proposed amendment>"
|
|
80
80
|
```
|
package/skills/release/SKILL.md
CHANGED
|
@@ -82,8 +82,8 @@ Title first, verdict first. Name the resolved tag (never a placeholder like `vX.
|
|
|
82
82
|
|
|
83
83
|
## Retro
|
|
84
84
|
|
|
85
|
-
Before the final report, answer one question honestly: did this skill's own instructions misfire this run — ambiguous wording, a misleading message, or an environment failure it should have warned about? Process only, never the user's code or task. If yes, file one lesson and move on; a clean run is silent (hard cap: one per run). It lands on the owning board, deduplicated, and is fixed only through a reviewed PR — never edit the skill live. The retro is advisory: if the call fails, note it and continue.
|
|
85
|
+
Before the final report, answer one question honestly: did this skill's own instructions misfire this run — ambiguous wording, a misleading message, or an environment failure it should have warned about? Process only, never the user's code or task. If yes, file one lesson and move on; a clean run is silent (hard cap: one per run). It lands on the owning board, deduplicated, and is fixed only through a reviewed PR — never edit the skill live. The retro is advisory: if the call fails, note it and continue. File through MMI with the command below. The amendment itself stays reference-free: the skill-drift gate rejects issue references in any section outside Merge floor, so carry the evidence in words or point at the guide entry — never inline reference markers.
|
|
86
86
|
|
|
87
87
|
```bash
|
|
88
|
-
|
|
88
|
+
mmi-cli learning skill-lesson --skill release --title "<what misfired>" --body "<what; evidence; proposed amendment>"
|
|
89
89
|
```
|
package/skills/secrets/SKILL.md
CHANGED
|
@@ -164,6 +164,5 @@ this run — ambiguous wording, a misleading message, or an environment failure
|
|
|
164
164
|
about? (Process only — never the user's code or task; e.g. a canonical-name or tier mix-up, or a step
|
|
165
165
|
that risked echoing a value.) If yes, file **one** lesson and move on; a clean run is silent (hard cap:
|
|
166
166
|
one per run). It lands on the owning board (deduped) and is fixed only via a reviewed PR — never edit the
|
|
167
|
-
skill live; the retro is advisory, so if the call fails, note it and continue.
|
|
168
|
-
`
|
|
169
|
-
`jervcode learn --origin retro --surface skills --title "secrets: <what misfired>" --body "<what; evidence; proposed amendment>"`
|
|
167
|
+
skill live; the retro is advisory, so if the call fails, note it and continue. File through MMI:
|
|
168
|
+
`mmi-cli learning skill-lesson --skill secrets --title "<what misfired>" --body "<what; evidence; proposed amendment>"`
|
package/skills/stage/SKILL.md
CHANGED
|
@@ -128,12 +128,12 @@ file (#6351). A vault-native repo with no `.env` gets `PORT` defaulted to the bo
|
|
|
128
128
|
|
|
129
129
|
## /stage --live — personal cloud dev stage
|
|
130
130
|
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
131
|
+
Project admins can deploy the **current branch** to their project's dev runtime without an IP
|
|
132
|
+
restriction. The CLI dispatches legacy gate cleanup, then the dev deploy through the Hub backend.
|
|
133
|
+
Cleanup removes only that project's old stage rules and creates no Cloudflare rules, so rule-slot
|
|
134
|
+
quotas do not block staging. It still reads Cloudflare to detect old gates; cleanup failures stay visible.
|
|
135
|
+
The stage is accessible from any IP after both workflows succeed. The app's own sign-in still applies.
|
|
136
|
+
No SSH from your machine; project authorization remains enforced by the Hub.
|
|
137
137
|
|
|
138
138
|
**Deploy-model preflight (#5466 / #5467).** `/stage --live` is **not** generally available. Read
|
|
139
139
|
`deployModel` first (`mmi-cli oracle org project get {owner}/{repo}` → `deployModel`, or the dry
|
|
@@ -141,15 +141,15 @@ moves through the central workflows.
|
|
|
141
141
|
model the Hub tenant-deploy + tenant-control gates require). **`registry-publish` is not applicable**
|
|
142
142
|
for live stages — nor are hub-serverless, solo-container, static-cdn, content, or none. For an
|
|
143
143
|
unsupported model the dry plan refuses **before** offering `--apply` / `--down`; do not invent a
|
|
144
|
-
tenant deploy
|
|
144
|
+
tenant deploy.
|
|
145
145
|
|
|
146
146
|
```bash
|
|
147
147
|
mmi-cli stage --live # dry-run plan (refuses when deployModel is not tenant-container)
|
|
148
|
-
mmi-cli stage --live --apply #
|
|
148
|
+
mmi-cli stage --live --apply # clear legacy gates + deploy without an IP restriction
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
Tear it down when done — **only when `--apply` actually created a runtime
|
|
152
|
-
|
|
151
|
+
Tear it down when done — **only when `--apply` actually created a runtime**. This stops the runtime
|
|
152
|
+
without Cloudflare work:
|
|
153
153
|
|
|
154
154
|
```bash
|
|
155
155
|
mmi-cli stage --live --down --apply
|
|
@@ -166,8 +166,8 @@ The stage URL, what's running (server + tools), the workspace path (`tmp/stage/`
|
|
|
166
166
|
## Notes
|
|
167
167
|
|
|
168
168
|
- `/stage` is local — no AWS, no deploy, no board or version effect. The one cloud exception is
|
|
169
|
-
`--live`: an on-demand **dev** stage of your branch for **`tenant-container`** repos only,
|
|
170
|
-
|
|
169
|
+
`--live`: an on-demand **dev** stage of your branch for **`tenant-container`** repos only, without
|
|
170
|
+
a stage IP restriction (above). Preflight `deployModel` before offering it; `registry-publish`
|
|
171
171
|
and other models have no live stage.
|
|
172
172
|
- Remote rc/live environments move only through `/rcand`, `/release`, and `/hotfix`.
|
|
173
173
|
- Everything is gitignored; `/stage` never produces a tracked change.
|
|
@@ -190,6 +190,5 @@ this run — ambiguous wording, a misleading message, or an environment failure
|
|
|
190
190
|
about? (Process only — never the user's code or task; e.g. a teardown that left a port bound, or a
|
|
191
191
|
Playwright output path aimed at the repo root.) If yes, file **one** lesson and move on; a clean run is
|
|
192
192
|
silent (hard cap: one per run). It lands on the owning board (deduped) and is fixed only via a reviewed PR —
|
|
193
|
-
never edit the skill live; the retro is advisory, so if the call fails, note it and continue.
|
|
194
|
-
`
|
|
195
|
-
`jervcode learn --origin retro --surface skills --title "stage: <what misfired>" --body "<what; evidence; proposed amendment>"`
|
|
193
|
+
never edit the skill live; the retro is advisory, so if the call fails, note it and continue. File through MMI:
|
|
194
|
+
`mmi-cli learning skill-lesson --skill stage --title "<what misfired>" --body "<what; evidence; proposed amendment>"`
|