chore: .claude/settings.json に pnpm lint/test/build のパーミッションを追加

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
fruitriin 2026-06-24 21:09:30 +09:00
commit 98e887077c

View file

@ -1,4 +1,22 @@
{
"permissions": {
"allow": [
"Bash(pnpm lint)",
"Bash(pnpm --filter backend lint)",
"Bash(pnpm --filter frontend lint)",
"Bash(pnpm --filter frontend-embed lint)",
"Bash(pnpm --filter frontend-shared lint)",
"Bash(pnpm --filter frontend-builder lint)",
"Bash(pnpm --filter misskey-js lint)",
"Bash(pnpm --filter backend check-migrations)",
"Bash(pnpm build-misskey-js-with-types)",
"Bash(pnpm --filter backend test)",
"Bash(pnpm --filter frontend test)",
"Bash(pnpm --filter backend typecheck)",
"Bash(pnpm --filter frontend typecheck)",
"Bash(pnpm build)"
]
},
"enabledPlugins": {
"frontend-design@claude-plugins-official": true,
"superpowers@claude-plugins-official": true,