Skip to content

Commit 9104bd5

Browse files
Update CLAUDE.md with soul conventions
Sync conventions from soul/conventions/ for LLM-assisted development. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1bc7641 commit 9104bd5

1 file changed

Lines changed: 0 additions & 22 deletions

File tree

CLAUDE.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -227,28 +227,6 @@ WHY: Reprocessing same URLs (e.g., after failures, testing) would create duplica
227227

228228
<\!-- BEGIN SOUL CONVENTIONS — DO NOT EDIT BELOW THIS LINE -->
229229

230-
# Agent Teams
231-
232-
When to use Claude Code agent teams vs subagents, and key constraints.
233-
234-
**Source:** [code.claude.com/docs/en/agent-teams](https://code.claude.com/docs/en/agent-teams)
235-
236-
## When to Use Teams (vs. Subagents)
237-
238-
Use agent teams when teammates need to **talk to each other** — research debates, competing hypotheses, cross-layer coordination. Use subagents when you just need focused workers that report back results.
239-
240-
**Good fit:** parallel code review, investigating competing bug hypotheses, new modules that don't share files, research from multiple angles.
241-
242-
**Bad fit:** sequential tasks, edits to the same file, simple work where coordination overhead exceeds benefit.
243-
244-
## Key Rules
245-
246-
- **Give enough context in the spawn prompt** — teammates don't inherit the lead's conversation history
247-
- **Ensure teammates own different files** — two teammates editing the same file leads to overwrites
248-
- **Shut down all teammates before cleanup** — cleanup fails if teammates are still running
249-
- **Always clean up via the lead** — teammates should never run cleanup
250-
- **No session resumption** — after `/resume`, spawn new teammates
251-
252230
# Bookdown Conventions
253231

254232
Standards for bookdown report projects across New Graph Environment.

0 commit comments

Comments
 (0)