From 73ec1b274f98e139c79ef9d588045e1cb3314c74 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Thu, 09 Apr 2026 16:59:37 +0800
Subject: [PATCH] feat(framework): 添加 CSideMenu 组件框架

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

diff --git a/.claude/settings.json b/.claude/settings.json
index 77e3933..a874668 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -1,20 +1,34 @@
 {
     "permissions": {
         "allow": [
+            "Read(openspec/**)",
+            "Edit(openspec/**)",
             "Read(src/**)",
             "Edit(src/**)",
             "Read(public/**)",
             "Edit(public/**)",
-            "Bash(npx tsc:*)",
+            "Read(example/**)",
+            "Edit(example/**)",
+            "Read(test/**)",
+            "Edit(test/**)",
+
+            "Bash(pnpm run *)",
+            "Bash(pnpm eslint *)",
             "Bash(pnpm dev:*)",
             "Bash(pnpm test:run:*)",
             "Bash(pnpm build:*)",
+            "Bash(pnpm test:*)",
+            "Bash(pnpm exec playwright open:*)",
+            "Bash(pnpm exec playwright test:*)",
+
+            "Bash(openspec *)",
             "Bash(openspec new change *)",
             "Bash(openspec status *)",
             "Bash(openspec instructions *)",
             "Bash(cmd //c \"openspec new change *\")",
             "Bash(cmd //c \"openspec status *\")",
             "Bash(cmd //c \"openspec instructions *\")"
-        ]
+        ],
+        "deny": ["Edit(openspec/docs/old-refactors/**)"]
     }
 }

--
Gitblit v1.9.1