II.
PackageSurface JSON
Structured · livepackage:a5c-ai-agent-catalog
Atlas Catalog Graph json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "package:a5c-ai-agent-catalog",
"_kind": "PackageSurface",
"_file": "catalog-meta/package-surfaces/agent-catalog.yaml",
"_cluster": "catalog-meta",
"attributes": {
"packageId": "@a5c-ai/atlas/catalog",
"packageName": "@a5c-ai/atlas/catalog",
"displayName": "Atlas Catalog Graph",
"description": "Source-of-truth graph package for the Atlas catalog. Contains the canonical YAML records for all package surfaces, interaction primitives, shared context specs, and edges. Provides SDK, CLI, and UI subpath exports for querying and validating the graph.",
"role": "graph-source-of-truth",
"whenToUse": "Depend on this when you need to read, validate, or extend the canonical catalog graph that maps the entire monorepo architecture.",
"workspacePath": "packages/atlas",
"moduleType": "commonjs",
"surfaceKinds": [
"graph-source",
"sdk",
"cli",
"ui",
"internal-workspace-package"
],
"sourceOfTruthRole": "graph-source-of-truth",
"publishedTo": "npm",
"versionPolicy": "semver"
},
"outgoingEdges": [
{
"from": "package:a5c-ai-agent-catalog",
"to": "path:agent-catalog-graph",
"kind": "references_path",
"attributes": {}
},
{
"from": "package:a5c-ai-agent-catalog",
"to": "graph:agent-catalog",
"kind": "wraps_graph",
"attributes": {}
},
{
"from": "package:a5c-ai-agent-catalog",
"to": "ci:a5c-ai-agent-catalog",
"kind": "validated_by_ci",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "ci:a5c-ai-agent-catalog",
"to": "package:a5c-ai-agent-catalog",
"kind": "validates_package",
"attributes": {}
}
]
}