@mutmutco/cursor-plugin 4.3.59 → 4.3.61
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/package.json
CHANGED
package/skills/board/SKILL.md
CHANGED
|
@@ -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
|
|