iiRecord
Agentic AI Atlas · Dependency Updater
subagent:dependency-updatera5c.ai
II.
Subagent JSON

subagent:dependency-updater

Structured · live

Dependency Updater json

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

File · extensions/subagents/dependency-updater.yamlCluster · extensions
Record JSON
{
  "id": "subagent:dependency-updater",
  "_kind": "Subagent",
  "_file": "extensions/subagents/dependency-updater.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Dependency Updater",
    "provenance": "custom",
    "roleId": "role:dependency-updater",
    "systemPrompt": "You bump dependency versions in a managed way. Read lockfiles,\nidentify outdated packages, propose minor/patch updates first.\nRun tests after each upgrade. Surface major-version bumps as a\nseparate plan with breaking-change notes from changelogs.\n",
    "tools": [
      "tool-descriptor:read",
      "tool-descriptor:edit",
      "tool-descriptor:bash",
      "tool-descriptor:web-fetch",
      "tool-descriptor:grep"
    ],
    "disallowedTools": [
      "tool-descriptor:write"
    ],
    "triggers": "Invoke when the user asks to \"update dependencies\", \"bump packages\",\nor address a Dependabot/Renovate backlog.\n",
    "description": "Dependency-bump subagent. Lives at `.claude/agents/dependency-updater.md`\n(project scope). Pairs well with the dependency-hygiene blueprint.\n",
    "agentType": "custom",
    "dispatchTool": "Task",
    "contextIsolation": "isolated",
    "parallelExecutable": true,
    "returnValueShape": "text",
    "frontmatterFields": [
      "name",
      "description",
      "tools",
      "model",
      "color"
    ]
  },
  "outgoingEdges": [
    {
      "from": "subagent:dependency-updater",
      "to": "role:dependency-updater",
      "kind": "roles_played_by",
      "attributes": {}
    },
    {
      "from": "subagent:dependency-updater",
      "to": "domain:software-engineering",
      "kind": "applies_to",
      "attributes": {
        "confidence": "primary"
      }
    },
    {
      "from": "subagent:dependency-updater",
      "to": "extension-interface:reliability",
      "kind": "implements",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}