Skip to content

Commit 0813ba9

Browse files
akoclaude
andcommitted
docs: require bug-fix MDL test scripts in mdl-examples/bug-tests/
Add checklist item: every bug fix should include an MDL test script in mdl-examples/bug-tests/ so the fix can be verified in Studio Pro. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 02c09cd commit 0813ba9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CLAUDE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -262,6 +262,7 @@ New MDL commands or language features must be wired through the full pipeline:
262262
- [ ] New packages have test files
263263
- [ ] New executor commands have MDL examples in `mdl-examples/doctype-tests/`
264264
- [ ] **MDL syntax changes** — any PR that adds or modifies MDL syntax must include working examples in `mdl-examples/doctype-tests/`
265+
- [ ] **Bug fixes** — every bug fix should include an MDL test script in `mdl-examples/bug-tests/` that reproduces the issue, so the fix can be verified in Studio Pro if applicable
265266
- [ ] Integration paths (not just helpers) are tested
266267
- [ ] Tests don't rely on `time.Sleep` for synchronization — use channels or polling with timeout
267268

0 commit comments

Comments
 (0)