iiRecord
Agentic AI Atlas · Aider has agent version record
claim:aider-has-versiona5c.ai
II.
TestableClaim JSON

claim:aider-has-version

Structured · live

Aider has agent version record json

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

File · domain/testable-claims/product-claims.yamlCluster · domain
Record JSON
{
  "id": "claim:aider-has-version",
  "_kind": "TestableClaim",
  "_file": "domain/testable-claims/product-claims.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Aider has agent version record",
    "description": "Aider (agent:aider) has a has_version edge pointing to its\nagent-version:aider@current record, confirming the product is\nproperly wired in the graph with version metadata.\n",
    "testStatus": "passing",
    "testType": "unit",
    "testCommand": "node -e \"const i=JSON.parse(require('fs').readFileSync('packages/atlas/src/index.json','utf8'));process.exit(i.edges.some(e=>e.from==='agent:aider'&&e.kind==='has_version')?0:1)\"",
    "category": "graph-integrity",
    "priority": "medium"
  },
  "outgoingEdges": [
    {
      "from": "claim:aider-has-version",
      "to": "agent:aider",
      "kind": "asserts_about"
    }
  ],
  "incomingEdges": []
}