Commit Graph

1195 Commits

Author SHA1 Message Date
ed 1d12bbbe79 conductor(plan): Mark Phase 3 tasks as complete 2026-05-14 23:14:01 -04:00
ed bee75fef52 conductor(plan): Mark Phase 2 tasks as complete 2026-05-14 22:24:14 -04:00
ed 0a92511700 conductor(plan): Mark task 'Fix test_rag_gui_presence.py' as complete 2026-05-14 20:25:55 -04:00
ed 14f5203e7f conductor(plan): Mark task 'Fix test_rag_engine.py' as complete 2026-05-14 20:24:42 -04:00
ed d7fab05f4a conductor(plan): Mark phase 'Phase 1: GUI and Layout Tests' as complete 2026-05-14 20:22:36 -04:00
ed d66afebfce conductor(checkpoint): Checkpoint end of Phase 1: GUI and Layout Tests 2026-05-14 20:22:11 -04:00
ed f25ae7b64d conductor(plan): Mark task 'Fix test_shader_live_editor.py' as complete 2026-05-14 20:21:24 -04:00
ed 0b7e7cd588 conductor(plan): Mark task 'Fix test_preset_windows_layout.py' as complete 2026-05-14 20:20:12 -04:00
ed 3ace10d352 conductor(plan): Mark task 'Fix test_session_hub_merge.py' as complete 2026-05-14 20:12:56 -04:00
ed 94bc600fd0 conductor(plan): Mark task 'Fix test_project_settings_rename.py' as complete 2026-05-14 20:11:20 -04:00
ed b6f7ab0982 conductor(plan): Mark task 'Fix test_gui_window_controls.py' as complete 2026-05-14 20:09:51 -04:00
ed 1535b1c3e8 conductor(plan): Mark task 'Fix test_gui_discussion_tabs.py' as complete 2026-05-14 20:08:36 -04:00
ed 62628b0878 chore(conductor): Add new track 'Fix 45 failing test files across 12 batches' 2026-05-14 20:05:09 -04:00
ed b9e4050175 feat(mcp): finalize Python structural tools with security checks and indentation normalization 2026-05-13 22:03:37 -04:00
ed a88608d16a conductor(plan): Mark Phase 3 as complete 2026-05-13 22:01:02 -04:00
ed 8b2572757c feat(mcp-client): Integrate new Python structural tools 2026-05-13 21:44:35 -04:00
ed 578d9a2bbc conductor(plan): Mark Phase 1 as complete and start Phase 2 2026-05-13 21:43:26 -04:00
ed d044ccb2e0 feat(python-tools): Implement core logic for structural MCP tools 2026-05-13 21:42:19 -04:00
ed ed3323fdf4 chore(conductor): Add new track 'Add Python structural MCP tools' 2026-05-13 21:37:31 -04:00
ed d67997c770 chore(conductor): Mark track 'AppController Curation' as complete 2026-05-13 21:26:58 -04:00
ed 34b1349c4f WIP: cleaning up ai_client.py 2026-05-13 19:06:33 -04:00
ed 620ba6a55f gui_2_cleanup mostly done 2026-05-13 18:17:34 -04:00
ed 0f7da2b40b conductor(plan): Mark Phase 1 as complete and start Phase 2 2026-05-13 18:03:42 -04:00
ed 511aabbd0d docs(conductor): Complete Phase 1 of AppController curation (Audit & Guidelines) 2026-05-13 18:03:22 -04:00
ed a81b2088ba chore(conductor): Mark track 'gui_2.py cleanup and structural awareness' as complete 2026-05-13 17:52:07 -04:00
ed 8cbd232db0 style(gui): Apply strict vertical compaction and add type hints 2026-05-13 16:51:19 -04:00
ed 5ac7688e6c chore(conductor): Add new track 'I started to do a large cleanup to gui_2.py...' 2026-05-13 16:14:05 -04:00
ed 7ba94d4a42 fix(app_controller): lazy load rag_engine to avoid blocking startup
Before this change, app_controller imported rag_engine at module level which
pulled in chromadb (~0.45s). Now rag_engine is only imported when RAG is
actually enabled and needed. This improves startup time significantly.
2026-05-13 15:28:41 -04:00
ed 12f16e9a11 fix(ai_client_proxy): add _pending_lock threading.Lock
And fix test_discussion_takes_gui.py patches to use ai_client_stub
2026-05-13 11:24:58 -04:00
ed 6f1cf625d9 correct track state 2026-05-13 08:08:36 -04:00
ed 29de116233 WIP: fixing regressions in tests 2026-05-12 21:04:50 -04:00
ed c0d106255b refactor(gui): Modularize _render_context_composition_panel into sub-methods 2026-05-12 20:33:38 -04:00
ed 12465fd04c refactor(theme): Introduce semantic theme layer and clean NERV cruft from gui_2.py 2026-05-12 20:24:47 -04:00
ed 25419f4aa3 docs(conductor): Synchronize docs for track 'GUI Refactor & Stabilization' 2026-05-12 20:00:36 -04:00
ed d6adaef1af chore(conductor): Mark track 'GUI Refactor & Stabilization' as complete 2026-05-12 19:58:56 -04:00
ed afb11d083d conductor(plan): Mark phase 'Piecemeal Refactoring - Main Panels (Part 2)' as complete 2026-05-12 19:58:45 -04:00
ed f79cdb96b3 conductor(checkpoint): Checkpoint end of Phase 4 2026-05-12 19:57:59 -04:00
ed 8fcc227cfa conductor(plan): Mark phase 'Piecemeal Refactoring - Main Panels (Part 1)' as complete 2026-05-12 19:54:15 -04:00
ed 87aeee3322 conductor(plan): Mark phase 'Targeted Sub-agent Test Framework' as complete 2026-05-12 19:33:33 -04:00
ed 52fb91dbb3 conductor(plan): Mark phase 'Linting & Verification Foundations' as complete 2026-05-12 19:09:39 -04:00
ed d92361b025 conductor(plan): Mark linter tasks as complete 2026-05-12 19:03:08 -04:00
ed c359961a0a feat(linter): Develop custom AST linter for ImGui scopes 2026-05-12 19:02:30 -04:00
ed 5398b4eef0 chore(conductor): Add new track 'GUI Refactor & Stabilization' 2026-05-12 18:58:48 -04:00
ed c4e1cca66b progress on fixing up gui code 2026-05-12 15:20:34 -04:00
ed b9c1b63f8d feat(style): Add anti-OOP conventions and OOP refactoring tracker
- Add section 10 (Anti-OOP Conventions) to python.md with hard rules,
  class justification requirements, and Strangler Fig refactoring pattern
- Create conductor/refactor_oop.md tracker with 4 phases for class elimination
- Add ruff PLR rules (PLR0912, PLR6301, PLR0206) to pyproject.toml for
  OOP anti-patterns

Addresses AI agent scope misinterpretation issues by enforcing flat
function-call graphs over deep class hierarchies.
2026-05-11 23:41:41 -04:00
ed f1ca3751c8 feat(gui): Migrate _render_shader_live_editor to imgui_window scope 2026-05-11 23:11:56 -04:00
ed af1e484d0c maybe 5 2026-05-11 23:06:38 -04:00
ed 76508d7e71 udpate style guide for max indent of 4. 2026-05-11 23:03:53 -04:00
ed 2ba427f827 docs(conductor): Synchronize docs for track 'Context Composition Slice Visualization' 2026-05-11 18:53:31 -04:00
ed 41ad4b74e2 chore(conductor): Mark track 'Context Composition Slice Visualization' as complete 2026-05-11 18:52:41 -04:00