From 8de88472b136e9f566f0837254dd3f5e2bb9fbd1 Mon Sep 17 00:00:00 2001 From: RevIQ Date: Fri, 9 Jan 2026 12:37:17 +0800 Subject: [PATCH] claude settings --- .claude/settings.json | 30 ++++++++++++++++++++++++++++++ .gitignore | 1 - 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..ec30c88 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,30 @@ +{ + "permissions": { + "allow": [ + "Bash(tree:*)", + "Bash(xargs cat:*)", + "Bash(find:*)", + "Bash(grep:*)", + "WebFetch(domain:stricli.io)", + "WebSearch", + "WebFetch(domain:bloomberg.github.io)", + "WebFetch(domain:github.com)", + "Bash(bun install:*)", + "Bash(bun pm show:*)", + "Bash(npm view:*)", + "Bash(bun run typecheck:*)", + "Bash(bun run build)", + "Bash(bun pm ls:*)", + "Bash(bun run cli --help:*)", + "Bash(dbmate status:*)", + "mcp__plugin_context7_context7__resolve-library-id", + "mcp__plugin_context7_context7__query-docs", + "Bash(bun run:*)", + "Bash(bun typecheck:*)", + "Bash(bun lint:*)", + "Bash(bun lint:fix:*)", + "Bash(sg scan:*)", + "Bash(bun remove:*)" + ] + } +} diff --git a/.gitignore b/.gitignore index 50aa9f9..031c249 100644 --- a/.gitignore +++ b/.gitignore @@ -46,4 +46,3 @@ yarn-error.log* .playwright-mcp/ .eslintcache -.claude/