ed
ac0b564c02
fix(mma): Change self.engine to self.engines dict for concurrent track support
...
- self.engine was a single ConductorEngine reference that got overwritten
when multiple tracks ran concurrently, orphaning the first track's engine
- Now uses self.engines: Dict[str, ConductorEngine] keyed by track.id
- Updated _spawn_worker, kill_worker, pause_mma, resume_mma, approve_ticket,
_load_active_tickets, and _update_ticket_depends_on to use engines.get(track_id)
Fixes concurrent MMA track execution bug where only one worker ever appeared.
2026-05-07 07:54:39 -04:00
ed
d89f971270
checkpoint
2026-03-21 16:59:36 -04:00
ed
80eaf740da
spicyv
2026-03-09 00:27:43 -04:00
ed
7bdba1c9b9
adjustments + new tracks + tasks.md reduction of usage
2026-03-08 03:31:15 -04:00
ed
febcf3be85
fix(conductor): Apply review suggestions for track 'mma_agent_focus_ux_20260302'
2026-03-02 19:36:36 -05:00
ed
25b72fba7e
feat(ui): Support multiple concurrent AI response streams and strategy visualization
2026-02-27 22:56:40 -05:00
ed
7a614cbe8c
checkpoint
2026-02-27 18:35:11 -05:00
ed
51918d9bc3
chore: Checkpoint commit of unstaged changes, including new tests and debug scripts
2026-02-26 21:39:03 -05:00
ed
c2ab18164e
checkpoint on mma overhaul
2026-02-25 20:30:34 -05:00
ed
4933a007c3
checkpoint history segregation
2026-02-24 22:14:33 -05:00
ed
ea84168ada
checkpoint post gui2_parity
2026-02-24 22:02:06 -05:00
ed
ad84843d9e
conductor(checkpoint): Checkpoint end of Phase 2
2026-02-24 19:59:54 -05:00
ed
874422ecfd
comitting
2026-02-23 23:28:49 -05:00
ed
cc5074e682
conductor(checkpoint): Checkpoint end of Phase 3
2026-02-23 22:17:37 -05:00
ed
712d5a856f
conductor(checkpoint): Checkpoint end of Phase 1
2026-02-23 22:10:05 -05:00
ed
76265319a7
conductor(checkpoint): Phase 1: Infrastructure & Automation Core complete
2026-02-23 19:23:31 -05:00
ed
6287f24e51
chore(conductor): Add new track 'Review project codebase for API vendor alignment'
2026-02-23 16:56:46 -05:00
ed
4628813363
fix(conductor): Apply review suggestions for track 'gui_performance_20260223'
2026-02-23 15:36:03 -05:00
ed
7aa9fe6099
conductor(checkpoint): Final performance optimizations for Phase 3: Throttled UI updates and optimized retro blinking
2026-02-23 15:12:20 -05:00
ed
9fdece9404
conductor(checkpoint): Final optimizations for Phase 3: Throttled updates and incremental rendering
2026-02-23 15:07:48 -05:00
ed
161a4d062a
conductor(checkpoint): Checkpoint end of Phase 3: Diagnostics UI and Optimization
2026-02-23 15:01:23 -05:00
ed
555cf29890
conductor(checkpoint): Checkpoint end of Phase 3: Diagnostics UI and Optimization
2026-02-23 14:52:26 -05:00
ed
b92f2f32c8
conductor(checkpoint): Checkpoint end of Phase 2: AI Tooling and Alert System
2026-02-23 14:48:21 -05:00
ed
f5c9596b05
conductor(checkpoint): Checkpoint end of Phase 1: High-Resolution Telemetry Engine
2026-02-23 14:43:52 -05:00