661566573c
feat(mma): Complete Visual DAG implementation, fix link creation/deletion, and sync docs
2026-03-06 19:13:20 -05:00
1c977d25d5
fix: Add missing _render_comms_history_panel method to gui_2.py
2026-03-06 19:04:09 -05:00
78e47a13f9
feat(gui): Add link deletion and DAG cycle validation to Visual DAG
2026-03-06 17:38:08 -05:00
5956b4b9de
feat(gui): Implement Visual DAG with imgui_node_editor
...
- Add node editor context and config in App.__init__
- Replace tree-based DAG with imgui_node_editor visualization
- Add selection detection for interactive ticket editing
- Add edit panel for selected ticket (view status, target, deps, mark complete, delete)
- Add ui_selected_ticket_id state variable
2026-03-06 17:35:41 -05:00
f580165c5b
feat(conductor): Implement configurable paths and mark track 'Conductor Path Configuration' as complete
2026-03-06 16:43:11 -05:00
b8485073da
feat(gui): Add 'Force Prune Logs' button to Log Management panel.
2026-03-06 14:33:29 -05:00
2cfd0806cf
fix(logging): Update GUI and controller to use correct session log paths and fix syntax errors.
2026-03-06 14:22:41 -05:00
1fb6ebc4d0
idk why these weren't committed
2026-03-06 12:48:02 -05:00
90a0f93518
worst bug with visual orchestration
2026-03-06 00:08:10 -05:00
325a0c171b
refactor(gui_2): Remove unused asyncio import
2026-03-05 16:38:53 -05:00
5e69617f88
WIP: I HATE PYTHON
2026-03-05 13:55:40 -05:00
35480a26dc
test(audit): fix critical test suite deadlocks and write exhaustive architectural report
...
- Fix 'Triple Bingo' history synchronization explosion during streaming
- Implement stateless event buffering in ApiHookClient to prevent dropped events
- Ensure 'tool_execution' events emit consistently across all LLM providers
- Add hard timeouts to all background thread wait() conditions
- Add thorough teardown cleanup to conftest.py's reset_ai_client fixture
- Write highly detailed report_gemini.md exposing asyncio lifecycle flaws
2026-03-05 01:42:47 -05:00
2d92674aa0
fix(controller): Add stop_services() and dialog imports for GUI decoupling
...
- Add AppController.stop_services() to clean up AI client and event loop
- Add ConfirmDialog, MMAApprovalDialog, MMASpawnApprovalDialog imports to gui_2.py
- Fix test mocks for MMA dashboard and approval indicators
- Add retry logic to conftest.py for Windows file lock cleanup
2026-03-04 20:16:16 -05:00
f2b25757eb
refactor(tests): Update test suite and API hooks for AppController architecture
2026-03-04 11:38:36 -05:00
8642277ef4
fix(gui): Restore missing UI handler methods
2026-03-04 11:07:05 -05:00
9260c7dee5
refactor(gui): Migrate background threads and logic methods to AppController
2026-03-04 11:03:24 -05:00
d0009bb23a
refactor(gui): Migrate application state to AppController
2026-03-04 10:36:41 -05:00
a0276e0894
feat(src): Move core implementation files to src/ directory
2026-03-04 09:55:44 -05:00