From 3c28c61bea1fd82f951c5ebfb3e48f687714cd55 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Sat, 22 Nov 2025 23:21:26 +0800 Subject: [PATCH] fix: update minimal documentation output guideline for clarity --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 42b8fb39..fe4b1671 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -29,7 +29,7 @@ For all CLI tool usage, command syntax, and integration guidelines: - **Clear intent over clever code** - Be boring and obvious - **Follow existing code style** - Match import patterns, naming conventions, and formatting of existing codebase - **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 (e.g., test reports after each run). If required, save to .workflow/.scratchpad/ and keep under 2 lines +- **Minimal documentation output** - Avoid unnecessary documentation. If required, save to .workflow/.scratchpad/ ### Simplicity Means