@mutmutco/codex-plugin 4.3.59 → 4.3.60

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.59",
3
+ "version": "4.3.60",
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.59",
3
+ "version": "4.3.60",
4
4
  "description": "MMI workflow skills and org gates delivery.",
5
5
  "author": {
6
6
  "name": "MMI Future",
@@ -132,6 +132,13 @@ Materialize the body as a real UTF-8 file and pass its path; do not pipe it to `
132
132
  When an issue must stay open, write `Part of #N` or `Refs #N`. **Never** write `Does not close #N` —
133
133
  GitHub closes it anyway (JC#495).
134
134
 
135
+ A repo running a guidance-learning gate also needs the body's learning line PLANNED here, not patched in
136
+ after a red check: when the batch's touch-set intersects that repo's guidance files (Jerv-JervCode:
137
+ `product/soul.md`, `product/runbooks/**`, `packages/*/skills/**/SKILL.md`), the body must carry a
138
+ standalone `learning: none — <reason>` line unless a closing learning issue's `promote.globs` names a
139
+ changed file. The line must stand alone on its own newline — a literal `\n` inside an inline edit fails
140
+ the gate again.
141
+
135
142
  Landing requires a merged receipt before any cleanup: `state` `MERGED`, the head ref and OID matching the
136
143
  local task branch, and a clean worktree. Anything else means retain and report, never clean.
137
144