iiRecord
Agentic AI Atlas · Catalog App
package:a5c-ai-cataloga5c.ai
II.
PackageSurface JSON

package:a5c-ai-catalog

Structured · live

Catalog App json

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

File · catalog-meta/package-surfaces/catalog-app.yamlCluster · catalog-meta
Record JSON
{
  "id": "package:a5c-ai-catalog",
  "_kind": "PackageSurface",
  "_file": "catalog-meta/package-surfaces/catalog-app.yaml",
  "_cluster": "catalog-meta",
  "attributes": {
    "packageId": "@a5c-ai/catalog",
    "packageName": "@a5c-ai/catalog",
    "displayName": "Catalog App",
    "description": "Next.js application surfacing the agent catalog graph as a browsable UI and API. Wraps the Atlas graph with a consumer-facing interface for discovering processes, skills, and agents.",
    "role": "catalog-ui",
    "whenToUse": "Deploy this when you need a web interface for browsing and searching the babysitter process library, skill catalog, and agent registry.",
    "workspacePath": "packages/catalog",
    "moduleType": "nextjs",
    "surfaceKinds": [
      "ui-consumer",
      "api-consumer"
    ],
    "sourceOfTruthRole": "wrapper-over-graph",
    "publishedTo": "none",
    "versionPolicy": "semver"
  },
  "outgoingEdges": [
    {
      "from": "package:a5c-ai-catalog",
      "to": "path:catalog-api",
      "kind": "references_path",
      "attributes": {}
    },
    {
      "from": "package:a5c-ai-catalog",
      "to": "process:packages/catalog/process-library-catalog",
      "kind": "surfaces_process",
      "attributes": {}
    },
    {
      "from": "package:a5c-ai-catalog",
      "to": "graph:agent-catalog",
      "kind": "wraps_graph",
      "attributes": {}
    },
    {
      "from": "package:a5c-ai-catalog",
      "to": "ci:a5c-ai-catalog",
      "kind": "validated_by_ci",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "ci:a5c-ai-catalog",
      "to": "package:a5c-ai-catalog",
      "kind": "validates_package",
      "attributes": {}
    },
    {
      "from": "process:packages/catalog/process-library-catalog",
      "to": "package:a5c-ai-catalog",
      "kind": "owned_by_package_surface"
    }
  ]
}