mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
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:
parent
5ab352da11
commit
98e887077c
1 changed files with 18 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue