feat: Add core principle against over-engineering

Add "Simple solutions over complex architectures" principle to discourage over-engineering and premature optimization, promoting simpler approaches.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-09-25 09:41:42 +08:00
parent d4591aadb7
commit 42ad21681a

View File

@@ -19,9 +19,10 @@ For all CLI tool usage, command syntax, and integration guidelines:
### Core Beliefs
- **Incremental progress over big bangs** - Small changes that compile and pass tests
- **Learning from existing code** - Study and plan before implementing
- **Learning from existing code** - Study and plan before implementing
- **Pragmatic over dogmatic** - Adapt to project reality
- **Clear intent over clever code** - Be boring and obvious
- **Simple solutions over complex architectures** - Avoid over-engineering and premature optimization
### Simplicity Means