Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .claude/settings.json
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)",
Comment thread
kakkokari-gtyih marked this conversation as resolved.
Outdated
"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*)",
Comment thread
kakkokari-gtyih marked this conversation as resolved.
Outdated
"Bash(pnpm backend-unit-test)",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"Bash(pnpm backend-unit-test)",

"Bash(pnpm --filter backend test)"があるので不要かと思います(やってることは同じ / LLMが混乱しそうなので統一したほうが良さそう)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

settings.json は システムプロンプトに注入されないので、LLMが選択に悩む原因にはならないと思います
LLMがどちらの選択もとりえるならどちらもないと設定がない方が選ばれたときに止まってしまうほうが不都合かなと。

"Bash(pnpm --filter frontend test)",
"Bash(pnpm --filter backend typecheck)",
"Bash(pnpm --filter frontend typecheck)",
Comment thread
kakkokari-gtyih marked this conversation as resolved.
Outdated
"Bash(pnpm build )"
Comment thread
kakkokari-gtyih marked this conversation as resolved.
Outdated
]
},
"enabledPlugins": {
"frontend-design@claude-plugins-official": true,
"superpowers@claude-plugins-official": true,
Expand Down