From c1489a701b4e79bc47881fd6190acaf4f1c17f9e Mon Sep 17 00:00:00 2001 From: Pileks Date: Sat, 21 Feb 2026 21:50:10 +0100 Subject: [PATCH] yarn.lock update, project-wide claude permissions (read actions) --- .claude/settings.json | 52 +++++++++++++++++++++++++++++++++++++++++++ yarn.lock | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 000000000..6146e08c1 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,52 @@ +{ + "permissions": { + "allow": [ + "mcp__ide__getDiagnostics", + "WebSearch", + "WebFetch(domain:github.com)", + "WebFetch(domain:raw.githubusercontent.com)", + "WebFetch(domain:api.github.com)", + "WebFetch(domain:docs.meteora.ag)", + "WebFetch(domain:docs.shyft.to)", + "WebFetch(domain:www.anchor-lang.com)", + "WebFetch(domain:solana.stackexchange.com)", + "WebFetch(domain:docs.rs)", + "WebFetch(domain:www.quicknode.com)", + "WebFetch(domain:www.helius.dev)", + "WebFetch(domain:docs.squads.so)", + "WebFetch(domain:spl.solana.com)", + "WebFetch(domain:www.solana-program.com)", + "WebFetch(domain:v4-sdk-typedoc.vercel.app)", + "WebFetch(domain:squads.so)", + "WebFetch(domain:squads.xyz)", + "Bash(find:*)", + "Bash(ls:*)", + "Bash(grep:*)", + "Bash(cargo expand:*)", + "Bash(tree:*)", + "Bash(wc:*)", + "Bash(head:*)", + "Bash(tail:*)", + "Bash(npx tsc:*)", + "Bash(./rebuild.sh)", + "Bash(anchor build:*)", + "Bash(anchor test:*)", + "Bash(cargo doc:*)", + "Bash(cargo check:*)", + "Bash(cargo metadata:*)", + "Bash(git fetch:*)", + "Bash(git log:*)", + "Bash(git show:*)", + "Bash(git grep:*)", + "Bash(git ls-tree:*)", + "Bash(gh issue list:*)", + "Bash(gh issue view:*)", + "Bash(gh pr list:*)", + "Bash(gh pr view:*)", + "Bash(gh pr diff:*)", + "Bash(gh repo view:*)" + ], + "deny": [], + "ask": [] + } +} diff --git a/yarn.lock b/yarn.lock index c2b9c7269..4d2ea412d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -975,7 +975,7 @@ "@jridgewell/sourcemap-codec" "^1.4.10" "@metadaoproject/futarchy@./sdk": - version "0.7.0-alpha.12" + version "0.7.0-alpha.13" dependencies: "@coral-xyz/anchor" "^0.29.0" "@metaplex-foundation/umi" "^0.9.2"