2025-11-07 18:04:12 +02:00
|
|
|
{
|
|
|
|
|
"permissions": {
|
|
|
|
|
"allow": [
|
|
|
|
|
"Bash(git add:*)",
|
2025-11-07 18:05:07 +02:00
|
|
|
"Bash(git commit:*)",
|
2025-11-07 18:07:51 +02:00
|
|
|
"Bash(cargo new:*)",
|
2025-11-17 21:28:37 +02:00
|
|
|
"Bash(cargo check:*)",
|
|
|
|
|
"Bash(tree:*)",
|
|
|
|
|
"Bash(find:*)",
|
|
|
|
|
"Bash(cargo clippy:*)",
|
|
|
|
|
"Bash(cargo build:*)",
|
|
|
|
|
"Bash(source ~/.zshrc)",
|
2025-11-21 01:02:10 +02:00
|
|
|
"Bash(source ~/.cargo/env)",
|
|
|
|
|
"Bash(Select-String \"warning\")",
|
2025-11-21 01:14:04 +02:00
|
|
|
"Bash(Select-Object -First 30)",
|
|
|
|
|
"Bash(cargo fmt:*)",
|
2025-11-21 01:32:33 +02:00
|
|
|
"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)",
|
2025-11-21 13:03:05 +02:00
|
|
|
"Bash(git restore:*)",
|
2025-11-21 13:10:53 +02:00
|
|
|
"Bash(test:*)",
|
|
|
|
|
"Bash(gh pr list:*)"
|
2025-11-07 18:04:12 +02:00
|
|
|
],
|
|
|
|
|
"deny": [],
|
|
|
|
|
"ask": []
|
|
|
|
|
}
|
|
|
|
|
}
|