From 1e2240dbe9cf3b6e7557425ddfd85dc909c49b25 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sat, 29 Nov 2025 18:21:24 +0800 Subject: [PATCH] docs: Add minimize changes principle to CLAUDE.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index fe4b1671..dbac4313 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -28,6 +28,7 @@ For all CLI tool usage, command syntax, and integration guidelines: - **Learning from existing code** - Study and plan before implementing - **Clear intent over clever code** - Be boring and obvious - **Follow existing code style** - Match import patterns, naming conventions, and formatting of existing codebase +- **Minimize changes** - Only modify what's directly required; avoid refactoring, adding features, or "improving" code beyond the request - **No unsolicited reports** - Task summaries can be performed internally, but NEVER generate additional reports, documentation files, or summary files without explicit user permission - **Minimal documentation output** - Avoid unnecessary documentation. If required, save to .workflow/.scratchpad/