Files
wehub-resource-sync bb5c75ce05
Component Security Validation / Security Audit (push) Has been cancelled
Deploy to Cloudflare Pages / deploy (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:38:58 +08:00

1 line
909 B
JSON

{"content": "{\n \"description\": \"Comprehensive permissions for active development. Allows most development tools and operations while maintaining security boundaries. Ideal for trusted development environments where productivity is prioritized.\",\n \"permissions\": {\n \"allow\": [\n \"Bash(npm:*)\",\n \"Bash(yarn:*)\",\n \"Bash(node:*)\",\n \"Bash(git:*)\",\n \"Bash(docker:*)\",\n \"Bash(python:*)\",\n \"Bash(pip:*)\",\n \"Read(**/*.json)\",\n \"Read(**/*.js)\",\n \"Read(**/*.ts)\",\n \"Read(**/*.py)\",\n \"Edit(**/*.js)\",\n \"Edit(**/*.ts)\",\n \"Edit(**/*.py)\",\n \"Edit(**/*.json)\",\n \"Write(**/*.js)\",\n \"Write(**/*.ts)\",\n \"Write(**/*.py)\"\n ],\n \"deny\": [\n \"Read(./.env*)\",\n \"Read(./secrets/**)\",\n \"Bash(rm -rf:*)\",\n \"Bash(sudo:*)\"\n ]\n }\n}"}