Commit 14e9bbe
fix: Claude Code parallel execution now uses native Task tool with specialists
BREAKING: Claude Code /implement-tasks Option A completely rewritten
- Was incorrectly using droid exec (Factory CLI method) in Claude Code
- Now uses native Claude Code Task tool with multiple parallel subagent invocations
- Spawns assigned specialists from orchestration.yml, not generic agents
- Requires /orchestrate-tasks to be run first to assign specialists
- Verifies specialists exist in .claude/agents/
- Spawns ALL specialists in ONE message for true parallelism
- Droid CLI version unchanged (still uses droid exec with Factory API)
- Bumped version to 4.11.1
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 985a2f2 commit 14e9bbe
File tree
4 files changed
+230
-152
lines changed- droidz_installer
- payloads/claude/default/commands
4 files changed
+230
-152
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
5 | 60 | | |
6 | 61 | | |
7 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
0 commit comments