Files
manual_slop/project_history.toml
T
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

14 lines
183 B
TOML

roles = [
"User",
"AI",
"Vendor API",
"System",
"Context",
]
active = "main"
[discussions.main]
git_commit = ""
last_updated = "2026-05-06T21:54:25"
history = []