From 6a321c5ad63a578ca4f7900622eff2792a260d50 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Wed, 22 Oct 2025 12:28:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6=EF=BC=8C=E6=94=AF=E6=8C=81=E5=A4=9A=E4=B8=AA?= =?UTF-8?q?=E4=B8=8A=E4=B8=8B=E6=96=87=E6=96=87=E4=BB=B6=E4=BB=A5=E9=80=82?= =?UTF-8?q?=E5=BA=94=E4=B8=8D=E5=90=8C=E5=B7=A5=E5=85=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .claude/commands/cli/cli-init.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude/commands/cli/cli-init.md b/.claude/commands/cli/cli-init.md index 8b867ed6..faee8114 100644 --- a/.claude/commands/cli/cli-init.md +++ b/.claude/commands/cli/cli-init.md @@ -32,7 +32,7 @@ Creates tool-specific configuration directories: - `.gemini/settings.json`: ```json { - "contextfilename": "CLAUDE.md" + "contextfilename": ["CLAUDE.md","GEMINI.md"] } ``` @@ -40,7 +40,7 @@ Creates tool-specific configuration directories: - `.qwen/settings.json`: ```json { - "contextfilename": "CLAUDE.md" + "contextfilename": ["CLAUDE.md","QWEN.md"] } ```