CLAUDE.md · git:20260401.144131f · 2026-04-01 · sha256 ef448b04a7e67a4a
CLAUDE.md git:20260401.144131fA
Immutable. This exact content is served forever at /api/v1/blob/ef448b04a7e67a4a.
# Claude Code Swarm Mode Normal behavior is the default. If `.claude/session/swarm-mode.md` exists, swarm mode is enabled for the current session and you must read that file before starting complex work. When swarm mode is enabled: - Quality is the only success metric. - There is no time pressure. - Do not compress a workflow just because the task is large. - Prefer parallel subagents for disjoint investigation and review work. - Keep implementation, validation, and final judgment in separate contexts when possible. - Explorer-style work is for breadth and candidate generation. - Reviewer-style work is for validation of candidate findings or implementation quality. - Critic-style work is for final challenge of reviewer-confirmed findings or high-impact implementation conclusions. - Do not let the same context both invent and approve a finding when a separate verification pass is possible. - No approval without positive evidence of what was checked. - No high-severity finding without exact evidence and, when relevant, runtime-aware verification. - Preserve Claude Code speed by parallelizing broadly and reserving the deepest validation for high-risk or ambiguous work. - Across many different repositories, explore local patterns first rather than assuming one project's conventions apply to another. If `.claude/session/swarm-mode.md` does not exist, behave normally.