Skip to content

Commit ffe81e0

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 773b306 commit ffe81e0

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

CLAUDE.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -30,28 +30,6 @@ geometry column may be named `geom` not `geometry`
3030

3131
<\!-- BEGIN SOUL CONVENTIONS — DO NOT EDIT BELOW THIS LINE -->
3232

33-
# Agent Teams
34-
35-
When to use Claude Code agent teams vs subagents, and key constraints.
36-
37-
**Source:** [code.claude.com/docs/en/agent-teams](https://code.claude.com/docs/en/agent-teams)
38-
39-
## When to Use Teams (vs. Subagents)
40-
41-
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.
42-
43-
**Good fit:** parallel code review, investigating competing bug hypotheses, new modules that don't share files, research from multiple angles.
44-
45-
**Bad fit:** sequential tasks, edits to the same file, simple work where coordination overhead exceeds benefit.
46-
47-
## Key Rules
48-
49-
- **Give enough context in the spawn prompt** — teammates don't inherit the lead's conversation history
50-
- **Ensure teammates own different files** — two teammates editing the same file leads to overwrites
51-
- **Shut down all teammates before cleanup** — cleanup fails if teammates are still running
52-
- **Always clean up via the lead** — teammates should never run cleanup
53-
- **No session resumption** — after `/resume`, spawn new teammates
54-
5533
# Bookdown Conventions
5634

5735
Standards for bookdown report projects across New Graph Environment.

0 commit comments

Comments
 (0)