iiRecord
Agentic AI Atlas · Typo Fixer
role:typo-fixera5c.ai
II.
Role JSON

role:typo-fixer

Structured · live

Typo Fixer json

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

File · role/roles/typo-fixer.yamlCluster · role
Record JSON
{
  "id": "role:typo-fixer",
  "_kind": "Role",
  "_file": "role/roles/typo-fixer.yaml",
  "_cluster": "role",
  "attributes": {
    "displayName": "Typo Fixer",
    "isAgentic": true,
    "requiredCapabilities": [
      "capability:supports-tool-use",
      "capability:supports-text-streaming"
    ],
    "requiredDomains": [
      "domain:software-engineering"
    ],
    "description": "Agent that finds and corrects typos in code and documentation.\n"
  },
  "outgoingEdges": [
    {
      "from": "role:typo-fixer",
      "to": "responsibility:documentation",
      "kind": "holds_responsibility"
    },
    {
      "from": "role:typo-fixer",
      "to": "responsibility:code-review",
      "kind": "holds_responsibility"
    },
    {
      "from": "role:typo-fixer",
      "to": "capability:supports-tool-use",
      "kind": "requires_capability",
      "attributes": {}
    },
    {
      "from": "role:typo-fixer",
      "to": "capability:supports-text-streaming",
      "kind": "requires_capability",
      "attributes": {}
    },
    {
      "from": "role:typo-fixer",
      "to": "domain:software-engineering",
      "kind": "applies_to",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "subagent:typo-fixer",
      "to": "role:typo-fixer",
      "kind": "roles_played_by",
      "attributes": {}
    },
    {
      "from": "lib-agent:shared--hotfix-specialist",
      "to": "role:typo-fixer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "workflow:typo-and-lint-sweep",
      "to": "role:typo-fixer",
      "kind": "involves_role",
      "attributes": {}
    }
  ]
}