iiRecord
Agentic AI Atlas · Cursor (CLI permissive)
capability-profile:cursor.cli-permissivea5c.ai
II.
CapabilityProfile JSON

capability-profile:cursor.cli-permissive

Structured · live

Cursor (CLI permissive) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · agent-stack/capability-profiles/cursor-cli-permissive.yamlCluster · agent-stack
Record JSON
{
  "id": "capability-profile:cursor.cli-permissive",
  "_kind": "CapabilityProfile",
  "_file": "agent-stack/capability-profiles/cursor-cli-permissive.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentVersionId": "agentVersion:cursor:ge-0-0-0",
    "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": "agentVersion:cursor:ge-0-0-0",
      "kind": "applies_to_version"
    }
  ],
  "incomingEdges": []
}