diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 000000000..3872fd026 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,27 @@ +{ + "permissions": { + "allow": [ + "Bash(echo:*)", + "Bash(gh issue view:*)", + "Bash(gh pr diff:*)", + "Bash(gh pr view:*)", + "Bash(gh run list:*)", + "Bash(gh run view:*)", + "Bash(gh run watch:*)", + "Bash(git log:*)", + "Bash(go test:*)", + "Bash(mage -l:*)", + "Bash(mage lint:*)", + "Bash(mage lint:fix:*)", + "Bash(mage test)", + "Bash(mage test:all:*)", + "Bash(mage test:feature:*)", + "Bash(mage test:filter:*)", + "Bash(pnpm lint:*)", + "Bash(pnpm lint:fix:*)", + "Bash(pnpm test:e2e:*)" + ], + "deny": [], + "ask": [] + } +} diff --git a/.gitignore b/.gitignore index 45a6634bf..9a254331b 100644 --- a/.gitignore +++ b/.gitignore @@ -43,7 +43,7 @@ devenv.local.nix .pre-commit-config.yaml # AI Tools -/.claude/ +/.claude/settings.local.json PLAN.md /.crush/