Commit Graph

11 Commits

Author SHA1 Message Date
Ed_
da21ed543d fix(mma): Unblock visual simulation - event routing, loop passing, adapter preservation
Three independent root causes fixed:
- gui_2.py: Route mma_spawn_approval/mma_step_approval events in _process_event_queue
- multi_agent_conductor.py: Pass asyncio loop from ConductorEngine.run() through to
  thread-pool workers for thread-safe event queue access; add _queue_put helper
- ai_client.py: Preserve GeminiCliAdapter in reset_session() instead of nulling it

Test: visual_sim_mma_v2::test_mma_complete_lifecycle passes in ~8s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-01 08:32:31 -05:00
Ed_
397b4e6001 chore(mma): Clean up mma_exec.py and robustify visual simulation mocking 2026-02-28 22:27:17 -05:00
Ed_
42c42985ee chore(mma): Verify track loading in visual simulation and fix deterministic ID logic 2026-02-28 22:12:57 -05:00
Ed_
ed56e56a2c chore(mma): Checkpoint progress on visual simulation and UI refresh before sub-agent delegation 2026-02-28 21:41:46 -05:00
Ed_
d65fa79e26 chore(mma): Implement visual simulation for Epic planning and fix UI refresh 2026-02-28 21:07:46 -05:00
Ed_
d36632c21a checkpoint: massive refactor 2026-02-28 09:06:45 -05:00
Ed_
7a1fe1723b conductor(plan): Mark phase 'Phase 1: Framework Foundation' as complete 2026-02-27 23:26:55 -05:00
Ed_
858c4c27a4 oops 2026-02-27 23:13:19 -05:00
Ed_
57d187b8bd chore(conductor): Archive track 'robust_live_simulation_verification' 2026-02-27 23:10:28 -05:00
Ed_
c3b108e77c conductor(plan): Mark task 'Apply review suggestions' as complete 2026-02-27 23:09:55 -05:00
Ed_
6e0948467f chore(conductor): Archive old track and initialize 4 new Phase 2 MMA tracks 2026-02-27 19:19:11 -05:00