5 ms·
I stumbled upon the author’s command `qnew` to read Claude.md. Why would you need that? > CLAUDE.md is a special file that Claude automatically pulls into con
by steilpass 1y ago
I stumbled upon the author’s command `qnew` to read Claude.md.
Why would you need that?
> CLAUDE.md is a special file that Claude automatically pulls into context when starting a conversation.
https://www.anthropic.com/engineering/claude-code-best-practices https://www.anthropic.com/engineering/claude-code-best-pract...
- vunderba 1y agoThat confused me as well. The whole point of CLAUDE.md is that it is automatically injected into the rolling context of any Claude interaction/thread. That CLAUDE.md file that they've posted is also HUGE - Anthropic themselves recommend keeping it on the more concise side. If you need more, consider just creating dedicated subagents for "UI/UX reviewer", "search", etc.
- theshrike79 1y agoMy CLAUDE.md has references to other documentation Like "for guidance on Go library selection refer to docs/go.md" That way the main file stays compact.
- sabrina_ramonov 1y agosubagents were not yet released at the time of my blog post