iiRecord
Agentic AI Atlas · Bug Bot (Cursor)
subagent:cursor.bug-bota5c.ai
II.
Subagent JSON

subagent:cursor.bug-bot

Structured · live

Bug Bot (Cursor) json

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

File · extensions/subagents/cursor-bug-bot.yamlCluster · extensions
Record JSON
{
  "id": "subagent:cursor.bug-bot",
  "_kind": "Subagent",
  "_file": "extensions/subagents/cursor-bug-bot.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Bug Bot (Cursor)",
    "provenance": "built-in",
    "subjectId": "agentVersion:cursor:ge-0-0-0",
    "roleId": "role:code-reviewer",
    "systemPrompt": "Cursor's bundled background reviewer. Watches PR diffs and posts\nstructured comments for likely bugs, regressions, and risky\npatterns. Read-only against the working tree.\n",
    "tools": [],
    "triggers": "Auto-invoked by Cursor on a new PR or when the user enables Bug\nBot review for a repository.\n",
    "description": "The \"Bug Bot\" background agent shipped with Cursor. Documented at\nhttps://docs.cursor.com/background-agents.\n"
  },
  "outgoingEdges": [
    {
      "from": "subagent:cursor.bug-bot",
      "to": "role:code-reviewer",
      "kind": "roles_played_by",
      "attributes": {}
    },
    {
      "from": "subagent:cursor.bug-bot",
      "to": "extension-interface:governance",
      "kind": "implements",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}