Commit abf0d65
docs(agents): add parallel agent coordination protocol to CLAUDE.md (#430)
* docs(agents): add parallel agent coordination protocol to CLAUDE.md
Adds write-scope partitioning pattern, prompt template, and pre-spawn
checklist to prevent silent file-collision overwrites when spawning
parallel sub-agents (observed as W2/W3 cycle collisions, issue #425).
https://claude.ai/code/session_01BojvrVjuAKWkJFda4dBMDU
* docs(agents): fix blocker feedback on parallel agent coordination section
- Use git log for collision check (git diff --name-only is ambiguous after commits)
- Add "no globs" note on write scope
- Add guidance for dynamic file discovery during execution
- Add shared-file ownership rule for checklist
- Drop misleading "was introduced after" rationale paragraph; replace with
present-tense enforcement rule
https://claude.ai/code/session_01BojvrVjuAKWkJFda4dBMDU
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 3035c25 commit abf0d65
1 file changed
Lines changed: 37 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
188 | 225 | | |
189 | 226 | | |
190 | 227 | | |
| |||
0 commit comments