your personal website on atproto - mirror blento.app
at github-contribs 33 lines 796 B view raw
1{ 2 "permissions": { 3 "allow": [ 4 "Bash(pnpm check:*)", 5 "mcp__ide__getDiagnostics", 6 "mcp__plugin_svelte_svelte__svelte-autofixer", 7 "mcp__plugin_svelte_svelte__list-sections", 8 "Bash(pkill:*)", 9 "Bash(timeout 8 pnpm dev:*)", 10 "Bash(git checkout:*)", 11 "Bash(npx svelte-kit:*)", 12 "Bash(ls:*)", 13 "Bash(pnpm format:*)", 14 "Bash(pnpm add:*)", 15 "WebSearch", 16 "WebFetch(domain:github.com)", 17 "WebFetch(domain:flipclockjs.com)", 18 "WebFetch(domain:codepen.io)", 19 "WebFetch(domain:flo-bit.dev)", 20 "Bash(pnpm install)", 21 "Bash(pnpm install:*)", 22 "Bash(pnpm config:*)", 23 "Bash(lsof:*)", 24 "Bash(pnpm dev)", 25 "Bash(pnpm exec svelte-kit:*)", 26 "Bash(pnpm build:*)", 27 "Bash(pnpm remove:*)", 28 "Bash(grep:*)", 29 "Bash(find:*)", 30 "Bash(npx prettier:*)" 31 ] 32 } 33}