iiRecord
Agentic AI Atlas · ExitWorktree
tool-descriptor:exit-worktreea5c.ai
II.
ToolDescriptor JSON

tool-descriptor:exit-worktree

Structured · live

ExitWorktree json

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

File · extensions/tool-descriptors/claude-code-extended-tools.yamlCluster · extensions
Record JSON
{
  "id": "tool-descriptor:exit-worktree",
  "_kind": "ToolDescriptor",
  "_file": "extensions/tool-descriptors/claude-code-extended-tools.yaml",
  "_cluster": "extensions",
  "attributes": {
    "schema": "{}",
    "displayName": "ExitWorktree",
    "description": "Exit a worktree session and return to the original directory. Not\navailable to subagents.\n",
    "inputSchema": {
      "type": "object",
      "properties": {}
    },
    "mode": "normal",
    "streamable": false
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:claude-code.runtime@1.x",
      "to": "tool-descriptor:exit-worktree",
      "kind": "bundles",
      "attributes": {}
    }
  ]
}