II.
Topic JSON
Structured · livetopic:ci-cd
CI/CD json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:ci-cd",
"_kind": "Topic",
"_file": "domain/topics/topics-missing.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "CI/CD",
"description": "Continuous integration and continuous delivery pipelines for automated\nbuild, test, and deployment workflows. Covers pipeline design, artifact\nmanagement, deployment strategies, and rollback mechanisms.\n"
},
"outgoingEdges": [
{
"from": "topic:ci-cd",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:ci-cd",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:ci-cd",
"kind": "contains"
},
{
"from": "claim:verify-metadata-non-blocking",
"to": "topic:ci-cd",
"kind": "asserts_about"
},
{
"from": "lib-skill:meta--examples",
"to": "topic:ci-cd",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
}
]
}