chore(dev): add claude settings

This commit is contained in:
kolaente
2025-12-12 11:58:15 +01:00
parent 1288d0a99c
commit d0d08adc48
2 changed files with 28 additions and 1 deletions

27
.claude/settings.json Normal file
View File

@@ -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": []
}
}

2
.gitignore vendored
View File

@@ -43,7 +43,7 @@ devenv.local.nix
.pre-commit-config.yaml
# AI Tools
/.claude/
/.claude/settings.local.json
PLAN.md
/.crush/