@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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mmi",
3
- "version": "4.3.44",
3
+ "version": "4.3.46",
4
4
  "mmiCompat": "4.x",
5
5
  "description": "MMI workflow skills and org gates delivery.",
6
6
  "author": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutmutco/codex-plugin",
3
- "version": "4.3.44",
3
+ "version": "4.3.46",
4
4
  "description": "MMI workflow skills and org gates delivery.",
5
5
  "author": {
6
6
  "name": "MMI Future",
@@ -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. In-session, call the `jerv_learning_note` tool with origin retro; the machine
155
- fallback is:
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. In-session, call the
548
- `jerv_learning_note` tool with origin retro; the machine fallback is:
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:** JervCode indexes locally (Jerv-JervCode#2506). Verify results against cited source before acting.
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`,
@@ -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. In-session, call the
128
- `jerv_learning_note` tool with origin retro; the machine fallback is:
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>"`
@@ -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. In-session, call the `jerv_learning_note` tool with origin retro and let it queue the lesson; the command below is the machine fallback. 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.
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
- jervcode learn --origin retro --surface skills --title "hotfix: <what misfired>" --body "<what; evidence; proposed amendment>"
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
@@ -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. In-session, call the `jerv_learning_note` tool with origin retro and let it queue the lesson; the command below is the machine fallback. 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.
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
- jervcode learn --origin retro --surface skills --title "rcand: <what misfired>" --body "<what; evidence; proposed amendment>"
79
+ mmi-cli learning skill-lesson --skill rcand --title "<what misfired>" --body "<what; evidence; proposed amendment>"
80
80
  ```
@@ -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. In-session, call the `jerv_learning_note` tool with origin retro and let it queue the lesson; the command below is the machine fallback. 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.
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
- jervcode learn --origin retro --surface skills --title "release: <what misfired>" --body "<what; evidence; proposed amendment>"
88
+ mmi-cli learning skill-lesson --skill release --title "<what misfired>" --body "<what; evidence; proposed amendment>"
89
89
  ```
@@ -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. In-session, call the
168
- `jerv_learning_note` tool with origin retro; the machine fallback is:
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>"`
@@ -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
- dev.x stages are **not standing environments**: without `--live` the dev stage is dark. `--live`
132
- deploys the **current branch** to the project's dev runtime and serves it **only to your public IP** —
133
- gated at the **Cloudflare edge** (#1761). The CLI detects your IP, dispatches the central
134
- `tenant-deploy.yml` (stage=dev), then `tenant-control.yml` `cf-gate-allow` (an ephemeral Cloudflare WAF
135
- rule scoped to your dev host + IP). The box no longer IP-gates dev. No SSH from your machine; everything
136
- moves through the central workflows.
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 or gate.
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 # deploy + gate your IP at the Cloudflare edge
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 or gate**. The runtime stops
152
- and the Cloudflare edge gate is removed:
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, gated to
170
- your IP at the Cloudflare edge (above). Preflight `deployModel` before offering it; `registry-publish`
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. In-session, call the
194
- `jerv_learning_note` tool with origin retro; the machine fallback is:
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>"`