From 50b8de6c31de9876576a0f2f169d8207490d5fa0 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Wed, 08 Apr 2026 15:51:24 +0800
Subject: [PATCH] config: 更新 Claude Code 本地设置

---
 .claude/settings.json |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/.claude/settings.json b/.claude/settings.json
index 86ae4d0..77e3933 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -5,11 +5,16 @@
             "Edit(src/**)",
             "Read(public/**)",
             "Edit(public/**)",
+            "Bash(npx tsc:*)",
+            "Bash(pnpm dev:*)",
+            "Bash(pnpm test:run:*)",
+            "Bash(pnpm build:*)",
             "Bash(openspec new change *)",
             "Bash(openspec status *)",
             "Bash(openspec instructions *)",
-            "Read(D:/AiSim/AdminManager/**)",
-            "Bash(find D:/AiSim/AdminManager/src *)"
+            "Bash(cmd //c \"openspec new change *\")",
+            "Bash(cmd //c \"openspec status *\")",
+            "Bash(cmd //c \"openspec instructions *\")"
         ]
     }
 }

--
Gitblit v1.9.1