@mutmutco/codex-plugin 4.3.14 → 4.3.15
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/bootstrap/SKILL.md +4 -3
- package/skills/epic/SKILL.md +4 -3
- package/skills/hotfix/SKILL.md +2 -2
- package/skills/rcand/SKILL.md +2 -2
- package/skills/release/SKILL.md +2 -2
- package/skills/secrets/SKILL.md +4 -3
- package/skills/stage/SKILL.md +4 -3
package/package.json
CHANGED
|
@@ -550,6 +550,7 @@ Before your final report, answer one question honestly: did **this skill's own i
|
|
|
550
550
|
this run — ambiguous wording, a misleading message, or an environment failure it should have warned
|
|
551
551
|
about? (Process only — never the user's code or task; e.g. an ambiguous seed, registry, or OIDC step, or
|
|
552
552
|
a guard that fired on a healthy repo.) If yes, file **one** lesson and move on; a clean run is silent
|
|
553
|
-
(hard cap: one per run). It lands on the
|
|
554
|
-
edit the skill live; the retro is advisory, so if the call fails, note it and continue
|
|
555
|
-
`
|
|
553
|
+
(hard cap: one per run). It lands on the owning board (deduped) and is fixed only via a reviewed PR — never
|
|
554
|
+
edit the skill live; the retro is advisory, so if the call fails, note it and continue. In-session, call the
|
|
555
|
+
`jerv_learning_note` tool with origin retro; the machine fallback is:
|
|
556
|
+
`jervcode learn --origin retro --surface skills --title "bootstrap: <what misfired>" --body "<what; evidence; proposed amendment>"`
|
package/skills/epic/SKILL.md
CHANGED
|
@@ -123,6 +123,7 @@ Before your final report, answer one question honestly: did **this skill's own i
|
|
|
123
123
|
this run — ambiguous wording, a misleading message, or an environment failure it should have warned
|
|
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
|
-
(hard cap: one per run). It lands on the
|
|
127
|
-
edit the skill live; the retro is advisory, so if the call fails, note it and continue
|
|
128
|
-
`
|
|
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>"`
|
package/skills/hotfix/SKILL.md
CHANGED
|
@@ -95,8 +95,8 @@ Title first, verdict first. Name the resolved tag (never a placeholder like `vX.
|
|
|
95
95
|
|
|
96
96
|
## Retro
|
|
97
97
|
|
|
98
|
-
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
|
|
98
|
+
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.
|
|
99
99
|
|
|
100
100
|
```bash
|
|
101
|
-
|
|
101
|
+
jervcode learn --origin retro --surface skills --title "hotfix: <what misfired>" --body "<what; evidence; proposed amendment>"
|
|
102
102
|
```
|
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
|
|
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.
|
|
77
77
|
|
|
78
78
|
```bash
|
|
79
|
-
|
|
79
|
+
jervcode learn --origin retro --surface skills --title "rcand: <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
|
|
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.
|
|
86
86
|
|
|
87
87
|
```bash
|
|
88
|
-
|
|
88
|
+
jervcode learn --origin retro --surface skills --title "release: <what misfired>" --body "<what; evidence; proposed amendment>"
|
|
89
89
|
```
|
package/skills/secrets/SKILL.md
CHANGED
|
@@ -163,6 +163,7 @@ Before your final report, answer one question honestly: did **this skill's own i
|
|
|
163
163
|
this run — ambiguous wording, a misleading message, or an environment failure it should have warned
|
|
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
|
-
one per run). It lands on the
|
|
167
|
-
skill live; the retro is advisory, so if the call fails, note it and continue
|
|
168
|
-
`
|
|
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>"`
|
package/skills/stage/SKILL.md
CHANGED
|
@@ -173,6 +173,7 @@ Before your final report, answer one question honestly: did **this skill's own i
|
|
|
173
173
|
this run — ambiguous wording, a misleading message, or an environment failure it should have warned
|
|
174
174
|
about? (Process only — never the user's code or task; e.g. a teardown that left a port bound, or a
|
|
175
175
|
Playwright output path aimed at the repo root.) If yes, file **one** lesson and move on; a clean run is
|
|
176
|
-
silent (hard cap: one per run). It lands on the
|
|
177
|
-
never edit the skill live; the retro is advisory, so if the call fails, note it and continue
|
|
178
|
-
`
|
|
176
|
+
silent (hard cap: one per run). It lands on the owning board (deduped) and is fixed only via a reviewed PR —
|
|
177
|
+
never edit the skill live; the retro is advisory, so if the call fails, note it and continue. In-session, call the
|
|
178
|
+
`jerv_learning_note` tool with origin retro; the machine fallback is:
|
|
179
|
+
`jervcode learn --origin retro --surface skills --title "stage: <what misfired>" --body "<what; evidence; proposed amendment>"`
|