{
  "permissions": {
    "allow": [
      "Bash(git init:*)",
      "Bash(git add:*)",
      "Bash(git commit:*)",
      "Bash(gh repo create:*)",
      "Bash(apk add:*)",
      "Bash(gh:*)",
      "Bash(git remote remove:*)",
      "Bash(git remote set-url:*)",
      "Bash(git push:*)",
      "Bash(rg:*)",
      "Bash(mkdir:*)",
      "Bash(curl:*)",
      "Bash(docker-compose build:*)",
      "Bash(docker-compose up:*)",
      "Bash(docker logs:*)",
      "Bash(chmod:*)",
      "Bash(pip install:*)",
      "Bash(source:*)",
      "Bash(docker exec:*)",
      "Bash(docker-compose restart:*)",
      "Bash(./scripts/health-check.sh:*)",
      "Bash(./tests/unit/orchestration_workflow_test.sh:*)",
      "Bash(/install-github-app)",
      "Bash(grep:*)",
      "WebSearch",
      "Bash(git restore:*)",
      "Read(//tmp/**)",
      "Bash(./tests/unit/memory_crud_test.sh:*)",
      "Bash(docker ps:*)"
    ],
    "deny": []
  },
  "mcpServers": {
    "zen-orchestration": {
      "command": "/home/orchestration/.venv/bin/python",
      "args": [
        "/home/orchestration/mcp-wrapper.py"
      ],
      "description": "ZEN Coordinator - MCP Orchestration System"
    }
  }
}