II.
CiSurface JSON
Structured · liveci:a5c-ai-catalog
ci:a5c-ai-catalog json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "ci:a5c-ai-catalog",
"_kind": "CiSurface",
"_file": "catalog-meta/ci-surfaces/catalog-app.yaml",
"_cluster": "catalog-meta",
"attributes": {
"ciId": "@a5c-ai/catalog",
"packageId": "package:a5c-ai-catalog",
"scripts": [
"build",
"test"
],
"publishStrategy": "internal-workspace",
"releaseChannels": [
"ci"
],
"validationCommands": [
"npm run build --workspace=@a5c-ai/catalog"
]
},
"outgoingEdges": [
{
"from": "ci:a5c-ai-catalog",
"to": "package:a5c-ai-catalog",
"kind": "validates_package",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "package:a5c-ai-catalog",
"to": "ci:a5c-ai-catalog",
"kind": "validated_by_ci",
"attributes": {}
}
]
}