iiRecord
Agentic AI Atlas · Doc Pipeline Team
agent-team:doc-pipelinea5c.ai
II.
AgentTeam JSON

agent-team:doc-pipeline

Structured · live

Doc Pipeline Team json

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

File · extensions/agent-teams/canonical-agent-teams.yamlCluster · extensions
Record JSON
{
  "id": "agent-team:doc-pipeline",
  "_kind": "AgentTeam",
  "_file": "extensions/agent-teams/canonical-agent-teams.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Doc Pipeline Team",
    "description": "Doc-generator teammate produces drafts; typo-fixer teammate cleans\nthem. Lead consolidates and commits. Display mode `auto` lets the\nruntime pick in-process vs. tmux based on environment.\n",
    "displayMode": "auto",
    "experimental": true,
    "storageLocation": "~/.claude/teams/doc-pipeline/config.json",
    "requiresVersion": ">=2.1.32",
    "members": [
      "subagent:doc-generator",
      "subagent:typo-fixer"
    ]
  },
  "outgoingEdges": [
    {
      "from": "agent-team:doc-pipeline",
      "to": "agent-runtime-impl:claude-code.runtime@1.x",
      "kind": "team_of",
      "attributes": {}
    },
    {
      "from": "agent-team:doc-pipeline",
      "to": "subagent:doc-generator",
      "kind": "has_member",
      "attributes": {}
    },
    {
      "from": "agent-team:doc-pipeline",
      "to": "subagent:typo-fixer",
      "kind": "has_member",
      "attributes": {}
    },
    {
      "from": "agent-team:doc-pipeline",
      "to": "capability:supports-agent-teams",
      "kind": "requires_capability",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-platform-impl:claude-code.platform@1.x",
      "to": "agent-team:doc-pipeline",
      "kind": "has_team",
      "attributes": {}
    }
  ]
}