feat(directives): add rule-statement header to 25-32 of 66 v1.md files

This commit is contained in:
ed
2026-07-03 09:45:47 -04:00
parent 4692d01c54
commit e9275236f2
8 changed files with 16 additions and 0 deletions
@@ -1,3 +1,5 @@
# ImGui scope changes (gui_2.py) must be verified with scripts/check_imgui_scopes.py
From `conductor/product-guidelines.md` §"Code Standards & Architecture":
- **Mandatory ImGui Verification:** All changes to the GUI (`gui_2.py`) MUST be verified using the custom AST linter (`scripts/check_imgui_scopes.py`) to ensure all ImGui scopes (begin/end, push/pop) are properly matched. Developers should prioritize the use of `src/imgui_scopes.py` context managers (`imscope`) over manual push/pop calls.