Jen Repair
- Fix the reproduction command or steps.
- Classify the failure.
- Use
jen-debuggerfor unknown/root-cause work orjen-testfor test-specific failures. - Apply minimal fix.
- Add regression test if possible.
- Run relevant quality gate.
- Use
jen-verifierorjen-strict-verifierfor acceptance. - Record failure and fix in
.jen/verification.mdand.jen/handoff.md.
Loop guards (v3.4)
同一の修正を2回試して失敗したら、3回目は禁止。仮説を変えるか昇格する。 修正試行ごとに「前回と何を変えたか」を1行で明示すること。
Lessons (v3.3)
修復が検収を通ったら、必ず .jen/lessons.md へ教訓を1エントリ追記する
(書式: references/lessons-protocol.md)。着手前には lessons.md の
同種タスクの再発防止ルールを読み、既知の過ちを繰り返さないこと。