From 342a1559da70c2c7b7228dcc2be84d9694754195 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Thu, 25 Sep 2025 14:38:41 +0800 Subject: [PATCH] feat: Add core principle for following existing code style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index ea175157..f2059258 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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