From cb84b935a46ca2b242b44df61b90b3d20dba5f40 Mon Sep 17 00:00:00 2001
From: Tevin <tingquanren@163.com>
Date: Fri, 10 Apr 2026 17:49:35 +0800
Subject: [PATCH] chore: 更新 .gitignore 和 .claude/settings.json,移除 .mcp.json 文件
---
.claude/settings.json | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/.claude/settings.json b/.claude/settings.json
index 77e3933..e7b0281 100644
--- a/.claude/settings.json
+++ b/.claude/settings.json
@@ -1,20 +1,35 @@
{
"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/**)",
+ "Edit(.claude/skills/tevin-*/**)",
+
+ "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