docs(agents): .claude/settings.json に pnpm lint/test/build のパーミッションを追加 #17616
Open
fruitriin wants to merge 5 commits into
Open
docs(agents): .claude/settings.json に pnpm lint/test/build のパーミッションを追加 #17616fruitriin wants to merge 5 commits into
fruitriin wants to merge 5 commits into
Conversation
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
samunohito
requested changes
Jun 26, 2026
samunohito
left a comment
Member
There was a problem hiding this comment.
prありがとうございます。
いくつか気になった点があったのでコメントしました
| "Bash(cp .github/misskey/test.yml .config/test.yml)", | ||
| "Bash(ncp .github/misskey/test.yml .config/test.yml)", | ||
| "Bash(pnpm --filter backend test*)", | ||
| "Bash(pnpm backend-unit-test)", |
Member
There was a problem hiding this comment.
Suggested change
| "Bash(pnpm backend-unit-test)", |
"Bash(pnpm --filter backend test)"があるので不要かと思います(やってることは同じ / LLMが混乱しそうなので統一したほうが良さそう)
Contributor
Author
There was a problem hiding this comment.
settings.json は システムプロンプトに注入されないので、LLMが選択に悩む原因にはならないと思います
LLMがどちらの選択もとりえるならどちらもないと設定がない方が選ばれたときに止まってしまうほうが不都合かなと。
kakkokari-gtyih
requested changes
Jun 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
pnpm lint, pnpm test, pnpm build 系のパーミッションを追加します
Why
AGENTS.mdで指定された開発プロセスで使うコマンドがパーミッション不足で失敗するので追加します
Additional info (optional)
Checklist