-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
docs(agents): .claude/settings.json に pnpm lint/test/build のパーミッションを追加 #17616
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -1,4 +1,25 @@ | ||||
| { | ||||
| "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(cp .github/misskey/test.yml .config/test.yml)", | ||||
| "Bash(ncp .github/misskey/test.yml .config/test.yml)", | ||||
| "Bash(pnpm --filter backend test*)", | ||||
|
kakkokari-gtyih marked this conversation as resolved.
Outdated
|
||||
| "Bash(pnpm backend-unit-test)", | ||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. settings.json は システムプロンプトに注入されないので、LLMが選択に悩む原因にはならないと思います |
||||
| "Bash(pnpm --filter frontend test)", | ||||
| "Bash(pnpm --filter backend typecheck)", | ||||
| "Bash(pnpm --filter frontend typecheck)", | ||||
|
kakkokari-gtyih marked this conversation as resolved.
Outdated
|
||||
| "Bash(pnpm build )" | ||||
|
kakkokari-gtyih marked this conversation as resolved.
Outdated
|
||||
| ] | ||||
| }, | ||||
| "enabledPlugins": { | ||||
| "frontend-design@claude-plugins-official": true, | ||||
| "superpowers@claude-plugins-official": true, | ||||
|
|
||||
Uh oh!
There was an error while loading. Please reload this page.