II.
Topic JSON
Structured · livetopic:trunk-based-development
Trunk-Based Development json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "topic:trunk-based-development",
"_kind": "Topic",
"_file": "domain/topics/topics-additional.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Trunk-Based Development",
"description": "Trunk-Based Development as a cross-cutting topic - integrating code into a\nsingle shared branch frequently to minimize merge complexity and keep the\ncodebase always releasable. Relies on feature flags, comprehensive automated\ntesting, and developer discipline to sustain velocity without sacrificing\ncode quality or release stability.\n"
},
"outgoingEdges": [
{
"from": "topic:trunk-based-development",
"to": "domain:devops",
"kind": "applies_to"
},
{
"from": "topic:trunk-based-development",
"to": "domain:software-engineering",
"kind": "applies_to"
}
],
"incomingEdges": [
{
"from": "orch-primitive:branch-management",
"to": "topic:trunk-based-development",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:auto-merge",
"to": "topic:trunk-based-development",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "orch-primitive:workspace-snapshot",
"to": "topic:trunk-based-development",
"kind": "orch_applies_to",
"attributes": {}
},
{
"from": "domain:software-engineering",
"to": "topic:trunk-based-development",
"kind": "contains"
},
{
"from": "lib-agent:data-science-ml--model-trainer",
"to": "topic:trunk-based-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:data-science-ml--pytest-ml-tester",
"to": "topic:trunk-based-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 1
}
},
{
"from": "lib-skill:web-development--git",
"to": "topic:trunk-based-development",
"kind": "lib_covers_topic",
"attributes": {
"weight": 0.7
}
}
]
}