II.
Topic JSON
Structured · livetopic:gitflow
Gitflow json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:gitflow",
"_kind": "Topic",
"_file": "domain/topics/topics-additional.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Gitflow",
"description": "Gitflow as a cross-cutting topic - a branching model that structures work\nacross feature, develop, release, and hotfix branches for teams managing\nversioned software releases. Provides clear promotion paths and hotfix lanes\nbut can introduce merge overhead and slower integration cycles compared to\ntrunk-based approaches.\n"
},
"outgoingEdges": [
{
"from": "topic:gitflow",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:gitflow",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "domain:software-engineering",
"to": "topic:gitflow",
"kind": "contains"
},
{
"from": "lib-skill:web-development--git",
"to": "topic:gitflow",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
}
]
}