Private
Public Access
- src/conductor_tech_lead.py:68 (G1, commitbbb3d597): 2-arg call, no callbacks - src/orchestrator_pm.py:86 (G2, commit7ea802ab): 3-arg call with enable_tools - src/multi_agent_conductor.py:591 (G3, commitbdd46299): 8-arg call with 5 callbacks (the hardest; per-ticket error handling routes the error to comms + pushes a 'response' event with status='error' + marks ticket.status='error') Verified: uv run rg 'ai_client\.send\(' src/ returns 0 hits in production code (line 8 of conductor_tech_lead.py is a docstring mention only). Pending: 7 test files broken by these production migrations need send_result() mocks instead of send() mocks. These are scheduled in Phase 2.12-2.18 (added in the plan updatebb3b3056).
14 lines
183 B
TOML
14 lines
183 B
TOML
roles = [
|
|
"User",
|
|
"AI",
|
|
"Vendor API",
|
|
"System",
|
|
"Context",
|
|
]
|
|
active = "main"
|
|
|
|
[discussions.main]
|
|
git_commit = ""
|
|
last_updated = "2026-06-15T14:41:15"
|
|
history = []
|