-
-
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 4 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,21 @@ | ||||
| { | ||||
| "permissions": { | ||||
| "allow": [ | ||||
| "Bash(pnpm lint)", | ||||
| "Bash(pnpm --filter * lint)", | ||||
| "Bash(pnpm --filter backend check-migrations)", | ||||
| "Bash(pnpm --filter * typecheck)", | ||||
| "Bash(pnpm build)", | ||||
| "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 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 backend test)", | ||||
|
kakkokari-gtyih marked this conversation as resolved.
Outdated
|
||||
| "Bash(pnpm --filter backend test:e2e)", | ||||
| "Bash(pnpm --filter backend test:fed)", | ||||
| "Bash(pnpm --filter frontend test)" | ||||
| ] | ||||
| }, | ||||
| "enabledPlugins": { | ||||
| "frontend-design@claude-plugins-official": true, | ||||
| "superpowers@claude-plugins-official": true, | ||||
|
|
||||
Uh oh!
There was an error while loading. Please reload this page.