mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-14 02:42:04 +08:00
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:
@@ -23,6 +23,7 @@ For all CLI tool usage, command syntax, and integration guidelines:
|
|||||||
- **Pragmatic over dogmatic** - Adapt to project reality
|
- **Pragmatic over dogmatic** - Adapt to project reality
|
||||||
- **Clear intent over clever code** - Be boring and obvious
|
- **Clear intent over clever code** - Be boring and obvious
|
||||||
- **Simple solutions over complex architectures** - Avoid over-engineering and premature optimization
|
- **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
|
### Simplicity Means
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user