From dde39fc6f5db7ebce3440748daf5b4a6e936669a Mon Sep 17 00:00:00 2001 From: catlog22 Date: Fri, 16 Jan 2026 09:40:21 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=20CLI=20=E8=B0=83?= =?UTF-8?q?=E7=94=A8=E5=90=8E=E8=AF=B4=E6=98=8E=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=B8=8D=E5=BF=85=E8=A6=81=E7=9A=84=E8=BD=AE=E8=AF=A2=E5=BB=BA?= =?UTF-8?q?=E8=AE=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/CLAUDE.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.claude/CLAUDE.md b/.claude/CLAUDE.md index d2716972..a5c9ba3d 100644 --- a/.claude/CLAUDE.md +++ b/.claude/CLAUDE.md @@ -29,9 +29,8 @@ Available CLI endpoints are dynamically defined by the config file: ``` Bash({ command: "ccw cli -p '...' --tool gemini", run_in_background: true }) ``` -- **After CLI call**: Stop immediately - let CLI execute in background, do NOT - poll with TaskOutput - +- **After CLI call**: Stop immediately - let CLI execute in background + ### CLI Analysis Calls - **Wait for results**: MUST wait for CLI analysis to complete before taking any write action. Do NOT proceed with fixes while analysis is running - **Value every call**: Each CLI invocation is valuable and costly. NEVER waste analysis results: