iiRecord
Agentic AI Atlas · delta
tool:deltaa5c.ai
II.
Tool JSON

tool:delta

Structured · live

delta json

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

File · domain/tools/tools-dev-cli.yamlCluster · domain
Record JSON
{
  "id": "tool:delta",
  "_kind": "Tool",
  "_file": "domain/tools/tools-dev-cli.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "delta",
    "homepageUrl": "https://github.com/dandavison/delta",
    "kind": "other",
    "description": "Syntax-highlighting pager for git, diff, and grep output.\nProvides side-by-side diffs, line numbers, and theme support;\nintegrates with git as a configurable core.pager replacement.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:delta",
      "to": "language:rust",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:delta",
      "to": "skill-area:cli-tooling",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:delta",
      "to": "skill-area:developer-experience",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:delta",
      "to": "tool:bat",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Terminal display tools — delta shows diffs; bat shows file contents with syntax highlighting"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "tool:bat",
      "to": "tool:delta",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Terminal display tools — bat shows file contents with syntax highlighting; delta shows diffs"
      }
    }
  ]
}