From 42dd7c97b7f79adef870ac5cbf780a15c552cba9 Mon Sep 17 00:00:00 2001 From: Benjamin Borbe Date: Fri, 3 Jul 2026 16:51:00 +0200 Subject: [PATCH 1/2] docs(self-improve): add repair-before-route-around rule --- commands/self-improve.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/commands/self-improve.md b/commands/self-improve.md index 6990ff7..b78ee04 100644 --- a/commands/self-improve.md +++ b/commands/self-improve.md @@ -55,6 +55,13 @@ is close. | An independent responsibility | an agent | | Reusable multi-step capability with scripts/state | a skill | +**Repair before route-around.** If an existing command / agent / skill *misfired* +(wrong output, deadlock, needed a manual workaround), the fix belongs IN that +artifact — repair the tool. Only fall back to a `CLAUDE.md` rule when the tool +genuinely can't be changed (external constraint). A `CLAUDE.md` rule telling the +operator to work around a broken tool is a symptom patch — rank it below fixing +the tool. + ### 6. Output Short. Max two proposals, ranked. From 07aca24a51cd5b92fb50356aaeef5711ef3bf64c Mon Sep 17 00:00:00 2001 From: Benjamin Borbe Date: Fri, 3 Jul 2026 16:59:35 +0200 Subject: [PATCH 2/2] chore: bump SHA to retry stuck pr-reviewer task