39 lines
822 B
JSON
39 lines
822 B
JSON
{
|
|
// Devin for Terminal project config optimized for Cursor as the primary IDE.
|
|
"read_config_from": {
|
|
"cursor": true,
|
|
"windsurf": false,
|
|
"claude": true
|
|
},
|
|
"permissions": {
|
|
"allow": [
|
|
"Read(**)",
|
|
"Exec(git status)",
|
|
"Exec(git diff)",
|
|
"Exec(git log)",
|
|
"Exec(pnpm run)",
|
|
"Exec(bash scripts/verify)",
|
|
"Exec(bash scripts/validation)"
|
|
],
|
|
"ask": [
|
|
"Write(**)",
|
|
"Exec(git commit)",
|
|
"Exec(git push)",
|
|
"Exec(docker)",
|
|
"Exec(docker compose)",
|
|
"mcp__*"
|
|
],
|
|
"deny": [
|
|
"Exec(rm)",
|
|
"Exec(sudo)",
|
|
"Exec(chmod -R)",
|
|
"Exec(chown -R)",
|
|
"Write(.env*)",
|
|
"Write(**/.env*)",
|
|
"Write(reports/secrets/**)",
|
|
"Write(config/production/*did-secrets.env)"
|
|
]
|
|
},
|
|
"mcpServers": {}
|
|
}
|