ai-dispatch 8.99.2

Multi-AI CLI team orchestrator
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Bug Fix Workflow

Task:
{{prompt}}

Execution plan:
1. Reproduce the issue and capture the exact failure mode.
2. Trace the code path to identify the root cause.
3. Implement the smallest correct fix.
4. Verify the fix with targeted checks and relevant regression coverage.

Response format:
- Reproduction
- Root cause
- Fix
- Verification