You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ These rules protect core structural boundaries. Violating them causes subtle bug
135
135
**Worktree session setup**: See `plugins/dso/docs/WORKTREE-GUIDE.md` (Session Setup section).
136
136
137
137
**Epics**: Use `/dso:sprint` — it runs `plugins/dso/scripts/validate.sh --ci` automatically and blocks until the codebase is healthy.
138
-
**Bug fixes**: Use `/dso:fix-bug` — classifies the bug, selects the investigation path, and applies the TDD-based fix. Do NOT use `/dso:tdd-workflow` for bug fixes; tdd-workflow is for new feature TDD only.
138
+
**Bug fixes**: Use `/dso:fix-bug` — classifies the bug, selects the investigation path, and applies the TDD-based fix. Do NOT use `/dso:tdd-workflow` for bug fixes; tdd-workflow is for new feature TDD only. Investigation RESULT reports must include `hypothesis_tests` with confirmed/disproved/inconclusive verdicts for each root cause hypothesis. The RED-before-fix gate (Step 5.5) blocks all code modification until a RED test is confirmed failing — no exceptions.
139
139
**Docs, research**: Start directly. Validation runs at commit time for code changes (skipped for docs-only commits).
140
140
**Before `/dso:debug-everything`**: Run `plugins/dso/scripts/estimate-context-load.sh debug-everything`. If static load >10,000 tokens, trim `MEMORY.md` before starting to avoid premature compaction.
141
141
**`/dso:debug-everything` is a thin triage/dispatch layer**: It routes all bugs to `/dso:fix-bug` and handles escalation reports. Complexity evaluation happens post-investigation in `/dso:fix-bug` (Step 4.5), after the bug is fully understood — not pre-investigation in `/dso:debug-everything`.
0 commit comments