Files
ghost/.claude/settings.local.json
2025-11-21 01:32:33 +02:00

33 lines
856 B
JSON

{
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(cargo new:*)",
"Bash(cargo check:*)",
"Bash(tree:*)",
"Bash(find:*)",
"Bash(cargo clippy:*)",
"Bash(cargo build:*)",
"Bash(source ~/.zshrc)",
"Bash(source ~/.cargo/env)",
"Bash(Select-String \"warning\")",
"Bash(Select-Object -First 30)",
"Bash(cargo fmt:*)",
"Bash(git config:*)",
"Bash(git push:*)",
"Bash(rustc:*)",
"Bash(cargo --version:*)",
"Bash(rustup install:*)",
"Bash(rustup override set:*)",
"Bash(cargo generate-lockfile:*)",
"Bash(rustup override unset:*)",
"Bash(Select-String -Pattern \"Checking|Finished|error\")",
"Bash(Select-Object -First 20)",
"Bash(git restore:*)"
],
"deny": [],
"ask": []
}
}