ai-dispatch 8.83.0

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

Task:
{{prompt}}

Execution plan:
1. Map the dependencies, call sites, and behavior that must stay intact.
2. Make the structural change without adding compatibility shims.
3. Verify that behavior is preserved with focused checks and tests.

Response format:
- Dependency map
- Refactor change
- Behavior verification