WIP: cleaning up ai_client.py

This commit is contained in:
2026-05-13 19:06:33 -04:00
parent 7318d32f6b
commit 34b1349c4f
2 changed files with 493 additions and 453 deletions
-1
View File
@@ -6,7 +6,6 @@
- **1-space indentation** for ALL Python code (NO EXCEPTIONS)
- **CRLF line endings** on Windows
- 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.