Ajoute les contextes des deux nouveaux agents et enregistre leurs règles dans `.ideai/permissions.json`. Aucun impact applicatif : état de configuration projet, isolé du code de feature. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
193 lines
3.9 KiB
JSON
193 lines
3.9 KiB
JSON
{
|
|
"version": 1,
|
|
"projectDefaults": {
|
|
"rules": [
|
|
{
|
|
"capability": "read",
|
|
"effect": "allow",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "write",
|
|
"effect": "allow",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "delete",
|
|
"effect": "allow",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "executeBash",
|
|
"effect": "allow",
|
|
"paths": [],
|
|
"commands": []
|
|
}
|
|
],
|
|
"fallback": "allow"
|
|
},
|
|
"agents": [
|
|
{
|
|
"agentId": "a6ced819-b893-4213-b003-9e9dc79b9641",
|
|
"permissions": {
|
|
"rules": [
|
|
{
|
|
"capability": "read",
|
|
"effect": "allow",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "write",
|
|
"effect": "deny",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "delete",
|
|
"effect": "allow",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "executeBash",
|
|
"effect": "allow",
|
|
"paths": [],
|
|
"commands": []
|
|
}
|
|
],
|
|
"fallback": "allow"
|
|
}
|
|
},
|
|
{
|
|
"agentId": "dce19c75-9669-4e45-b8de-9950025157da",
|
|
"permissions": {
|
|
"rules": [
|
|
{
|
|
"capability": "read",
|
|
"effect": "allow",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "write",
|
|
"effect": "deny",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "delete",
|
|
"effect": "deny",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "executeBash",
|
|
"effect": "allow",
|
|
"paths": [],
|
|
"commands": []
|
|
}
|
|
],
|
|
"fallback": "allow"
|
|
}
|
|
},
|
|
{
|
|
"agentId": "cd0b4cf1-1bef-4fae-ade5-f0a6b49bbaf5",
|
|
"permissions": {
|
|
"rules": [
|
|
{
|
|
"capability": "read",
|
|
"effect": "allow",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "write",
|
|
"effect": "deny",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "delete",
|
|
"effect": "deny",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "executeBash",
|
|
"effect": "allow",
|
|
"paths": [],
|
|
"commands": []
|
|
}
|
|
],
|
|
"fallback": "allow"
|
|
}
|
|
},
|
|
{
|
|
"agentId": "c3e0d9d8-df36-4b00-b271-62d8aa78892c",
|
|
"permissions": {
|
|
"rules": [
|
|
{
|
|
"capability": "read",
|
|
"effect": "allow",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "write",
|
|
"effect": "deny",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "delete",
|
|
"effect": "deny",
|
|
"paths": [
|
|
"**"
|
|
],
|
|
"commands": []
|
|
},
|
|
{
|
|
"capability": "executeBash",
|
|
"effect": "allow",
|
|
"paths": [],
|
|
"commands": []
|
|
}
|
|
],
|
|
"fallback": "allow"
|
|
}
|
|
}
|
|
]
|
|
}
|