{
"id": "ci:a5c-ai-agent-catalog",
"_kind": "CiSurface",
"_file": "catalog-meta/ci-surfaces/agent-catalog.yaml",
"_cluster": "catalog-meta",
"attributes": {
"ciId": "@a5c-ai/agent-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/agent-catalog",
"npm run version:check --workspace=@a5c-ai/agent-catalog"
],
"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": {}
}
]
}