progress on fixing up gui code
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
- Use `./scripts/ai_style_formatter.py` for formatting validation
|
||||
- **NO COMMENTS** unless explicitly requested
|
||||
- Type hints required for all public functions
|
||||
- **ImGui Defer Patterns:** Use `imscope` context managers or `_render_window_if_open` dispatch helpers to prevent resource leaks and keep the main loop flat. See `conductor/code_styleguides/python.md` for details.
|
||||
|
||||
### CRITICAL: Native Edit Tool Destroys Indentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user