From 35417b491e8464533239ee1e0d70839a7b0755db Mon Sep 17 00:00:00 2001 From: Brummel Date: Sat, 30 May 2026 10:22:55 +0200 Subject: [PATCH] fix: align debug handoff constraint wording across both files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- debug/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/SKILL.md b/debug/SKILL.md index 60461e1..bddc15b 100644 --- a/debug/SKILL.md +++ b/debug/SKILL.md @@ -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