Claude Code persists project context with CLAUDE.md
Claude Code loads CLAUDE.md files at session start so teams can persist coding standards, workflows, and architecture guidance across terminal and IDE runs. Anthropic’s memory docs position this alongside auto memory, giving developers both explicit rule files and learned preferences to reduce repeated prompting.
This is a practical shift from prompt-by-prompt babysitting to repo-level operating instructions for coding agents.
- –CLAUDE.md supports project, user, and org scopes, so teams can layer standards instead of restating them each session.
- –The `.claude/rules/` and import system make memory modular, which is especially useful in larger monorepos.
- –Auto memory captures recurring corrections, but explicit CLAUDE.md conventions are still the more controllable path for consistent outputs.
- –Built-in commands like `/init` and `/memory` lower the setup cost and make this easy to adopt in existing workflows.
DISCOVERED
87d ago
2026-03-02
PUBLISHED
87d ago
2026-03-02
RELEVANCE
AUTHOR
Better Stack