fix: align debug handoff constraint wording across both files
The `constraint` handoff field was worded two ways: SKILL.md omitted the "no opportunistic refactor" clause that debugger.md carried. Same contract, two strings — exactly the interface drift the two-file split risks. Align SKILL.md to the fuller wording. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ RED+GREEN at the end of mini-mode).
|
||||
|-------|---------|
|
||||
| `red_test_path` | absolute path to the failing test file — minimal and autonomous (Phase 3) |
|
||||
| `cause_summary` | 1-2 sentences naming the file + function + why |
|
||||
| `constraint` | `"minimal fix, no surrounding cleanup"` |
|
||||
| `constraint` | `"minimal fix, no surrounding cleanup, no opportunistic refactor"` |
|
||||
|
||||
Anything else (broader refactor, doc rewrite, new feature) is
|
||||
OUT of scope for the bug-fix iteration and gets queued for a
|
||||
|
||||
Reference in New Issue
Block a user