ktg-plugin-marketplace/plugins/config-audit/tests/fixtures/marketplace-large/.claude/settings.json

14 lines
320 B
JSON

{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(npm run *)",
"Read(src/**)",
"Read(packages/**)",
"Read(plugins/**)",
"Write(dist/**)"
],
"deny": ["Read(./.env)", "Read(**/secrets/**)"]
},
"effortLevel": "high"
}