feat: Add core principle for following existing code style

Add principle to match import patterns, naming conventions, and formatting of existing codebase.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-09-25 14:38:41 +08:00
parent a8c94f98a5
commit 342a1559da

View File

@@ -23,6 +23,7 @@ For all CLI tool usage, command syntax, and integration guidelines:
- **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
- **Follow existing code style** - Match import patterns, naming conventions, and formatting of existing codebase
### Simplicity Means