iiRecord
Agentic AI Atlas · Claude Code (default)
launch-config:claude-code.defaulta5c.ai
II.
LaunchConfig JSON

launch-config:claude-code.default

Structured · live

Claude Code (default) json

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

File · agent-stack/launch-configs/claude-code-default.yamlCluster · agent-stack
Record JSON
{
  "id": "launch-config:claude-code.default",
  "_kind": "LaunchConfig",
  "_file": "agent-stack/launch-configs/claude-code-default.yaml",
  "_cluster": "agent-stack",
  "attributes": {
    "agentVersionId": "agentVersion:claude:ge-0-0-0",
    "displayName": "Claude Code (default)",
    "model": "model:claude-opus-4-7@current",
    "env": {},
    "commArgs": [],
    "description": "Default launch recipe for Claude Code 1.x. Spawns the `claude` CLI\nwith no extra argv, no environment overrides, no transport proxy,\nand the version's default capability profile, against the current\nOpus 4.7 model.\n"
  },
  "outgoingEdges": [
    {
      "from": "launch-config:claude-code.default",
      "to": "capability:streaming",
      "kind": "requires_capability",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full"
      }
    },
    {
      "from": "launch-config:claude-code.default",
      "to": "capability:supports-tool-use",
      "kind": "requires_capability",
      "attributes": {
        "versionRange": ">=1.0.0",
        "level": "full"
      }
    },
    {
      "from": "launch-config:claude-code.default",
      "to": "execution:local-host",
      "kind": "runs_via",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}