Files
qiming/qiming-rcoder/.claude/settings.local.json
2026-06-01 13:54:52 +08:00

16 lines
411 B
JSON

{
"permissions": {
"allow": [
"Bash(.specify/scripts/bash/setup-plan.sh --help)",
"Bash(.specify/scripts/bash/setup-plan.sh)",
"Bash(.specify/scripts/bash/setup-plan.sh --json)",
"Bash(git add *)",
"Bash(mkdir -p ~/.kube)",
"Bash(sudo cp *)",
"Bash(sudo chmod *)",
"Bash(echo 'export KUBECONFIG=~/.kube/config')",
"Bash(cargo metadata *)"
]
}
}