proto-socket/.claude/settings.json

31 lines
1.2 KiB
JSON

{
"permissions": {
"allow": [
"Bash(apt-get update:*)",
"Bash(apt-get install:*)",
"Bash(sudo apt-get:*)",
"Bash(protoc --version)",
"Bash(dart analyze:*)",
"Bash(ls *.log)",
"Bash(tools/check_proto_sync.sh)",
"Bash(mv CODE_REVIEW.md code_review_0.log)",
"Bash(mv PLAN.md plan_0.log)",
"Bash(chmod +x /config/workspace/toki_socket/agent-ops/sync.sh)",
"Bash(bash agent-ops/sync.sh)",
"Bash(bash agent-ops/sync.sh push)",
"Bash(git checkout:*)",
"Bash(cp /config/workspace/toki_socket/agent-task/tls_crosstest/CODE_REVIEW.md /config/workspace/toki_socket/agent-task/tls_crosstest/code_review_0.log)",
"Bash(cp /config/workspace/toki_socket/agent-task/tls_crosstest/PLAN.md /config/workspace/toki_socket/agent-task/tls_crosstest/plan_0.log)",
"Bash(git -C /config/workspace/toki_socket log --oneline)",
"Bash(grep -E '\\\\.\\(go|toml|yaml|yml|md|conf|pem|crt|key\\)$')"
],
"additionalDirectories": [
"/config/workspace/toki_socket/tasks",
"/config/workspace/agentic-framework/agent-ops/skills/common/sync-agent-ops",
"/config/workspace/toki_socket/agent-task"
],
"deny": [
"Read(./agent-task/archive/**)"
]
}
}