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
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>
Copy file name to clipboardExpand all lines: CLAUDE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -262,6 +262,7 @@ New MDL commands or language features must be wired through the full pipeline:
262
262
-[ ] New packages have test files
263
263
-[ ] New executor commands have MDL examples in `mdl-examples/doctype-tests/`
264
264
-[ ]**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
265
266
-[ ] Integration paths (not just helpers) are tested
266
267
-[ ] Tests don't rely on `time.Sleep` for synchronization — use channels or polling with timeout
0 commit comments