23 lines
706 B
JSON
23 lines
706 B
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:*)"
|
|
],
|
|
"additionalDirectories": [
|
|
"/config/workspace/toki_socket/tasks",
|
|
"/config/workspace/agentic-framework/agent-ops/skills/common/sync-agent-ops"
|
|
]
|
|
}
|
|
}
|