1 line
909 B
JSON
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}"} |