docs: add Pattern Amplification callout to mental model section
Explains that Claude mirrors codebase patterns - good structure yields good suggestions, messy code perpetuates mess. Bridges "What Claude Doesn't Know" to "Communicating Effectively" with actionable guidance. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
876f92fad5
commit
e7e1de7ad5
1 changed files with 2 additions and 0 deletions
|
|
@ -2235,6 +2235,8 @@ Understanding how Claude Code "thinks" makes you more effective.
|
|||
3. **Your Intent**: Claude needs clear instructions
|
||||
4. **Hidden Files**: Claude respects .gitignore by default
|
||||
|
||||
> **⚠️ Pattern Amplification**: Claude mirrors the patterns it finds. In well-structured codebases, it produces consistent, idiomatic code. In messy codebases without clear abstractions, it perpetuates the mess. If your code lacks good patterns, provide them explicitly in CLAUDE.md or use semantic anchors (Section 2.7).
|
||||
|
||||
### Communicating Effectively
|
||||
|
||||
**Good prompt**:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue