Commit 5aac852
committed
docs(rules): clarify conductor vs worker dispatch — parallel-execution.md + claude-code.md Example 3
- parallel-execution.md: add "Conductor vs Worker Context (MANDATORY distinction)"
subsection under "Implementation vs Read-Only Task Dispatch" with a three-layer
table (conductor-impl / conductor-readonly / worker-internal), rationale, good
worker sub-agent usage examples, and negative examples.
- claude-code.md: add Example 3 (TaskMaestro outer + SubAgent inner within worker)
to "Nested Execution Examples" with ASCII diagram, key invariant callout, and
cross-reference to parallel-execution.md Conductor vs Worker Context section.
Resolves the ambiguity where workers inside a taskMaestro pane wrongly assumed
they were forbidden from using sub-agents at all. Workers already own an isolated
git worktree, so the file-conflict rationale does not apply to their internal
dispatch — they can freely use Explore/Plan sub-agents for research or context
protection.
Closes #13861 parent 36d951b commit 5aac852
2 files changed
Lines changed: 49 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
580 | 602 | | |
581 | 603 | | |
582 | 604 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
95 | 122 | | |
96 | 123 | | |
97 | 124 | | |
| |||
0 commit comments