{
"id": "capability-profile:cursor.cli-permissive",
"_kind": "CapabilityProfile",
"_file": "agent-stack/capability-profiles/cursor-cli-permissive.yaml",
"_cluster": "agent-stack",
"attributes": {
"agentVersionId": "agent-version:cursor@current",
"displayName": "Cursor (CLI permissive)",
"default": false,
"description": "Permissive capability profile for Cursor's CLI agent mode. Loosens\ntool-approval gates to allow non-interactive shell, file-write, and\nnetwork tools, suitable for CI / batch workflows where a human is\nnot in the loop.\n",
"overrides": {
"capability:requires-tool-approval": {
"enabled": false,
"level": "unsupported",
"note": "Tool approval is bypassed in this profile; intended only for\ntrusted, sandboxed environments.\n"
}
}
},
"outgoingEdges": [
{
"from": "capability-profile:cursor.cli-permissive",
"to": "agent-version:cursor@current",
"kind": "applies_to_version"
}
],
"incomingEdges": []
}