iiRecord
Agentic AI Atlas · ci:a5c-ai-agent-catalog
ci:a5c-ai-agent-cataloga5c.ai
II.
CiSurface JSON

ci:a5c-ai-agent-catalog

Structured · live

ci:a5c-ai-agent-catalog json

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

File · catalog-meta/ci-surfaces/agent-catalog.yamlCluster · catalog-meta
Record JSON
{
  "id": "ci:a5c-ai-agent-catalog",
  "_kind": "CiSurface",
  "_file": "catalog-meta/ci-surfaces/agent-catalog.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "ciId": "@a5c-ai/atlas/catalog",
    "packageId": "package:a5c-ai-agent-catalog",
    "scripts": [
      "build",
      "test",
      "validate:evidence:freshness",
      "ci:evidence",
      "policy:check",
      "ci:test",
      "version:check"
    ],
    "publishStrategy": "internal-workspace",
    "releaseChannels": [
      "ci"
    ],
    "validationCommands": [
      "npm run ci:test --workspace=@a5c-ai/atlas",
      "npm run version:check --workspace=@a5c-ai/atlas"
    ],
    "artifactExpectations": [
      "dist/**",
      "graph/**",
      "evidence/**"
    ],
    "triggerEvents": [
      "push",
      "pr"
    ]
  },
  "outgoingEdges": [
    {
      "from": "ci:a5c-ai-agent-catalog",
      "to": "package:a5c-ai-agent-catalog",
      "kind": "validates_package",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-agent-catalog",
      "to": "ci:a5c-ai-agent-catalog",
      "kind": "validated_by_ci",
      "attributes": {}
    }
  ]
}