{
"id": "workflow:cli-release-cycle",
"_kind": "Workflow",
"_file": "workflows/workflows/workflows-cli-mcp.yaml",
"_cluster": "workflows",
"attributes": {
"displayName": "CLI Release Cycle",
"workflowKind": "release",
"triggerType": "scheduled",
"typicalCadence": "bi-weekly",
"complexity": "single-team",
"description": "Manages the full release lifecycle for command-line tools — versioning,\nchangelog generation, binary compilation for multiple targets,\npublishing to package registries (npm, brew, cargo, apt), and\nverifying install-path integrity. Excludes feature development.\n"
},
"outgoingEdges": [
{
"from": "workflow:cli-release-cycle",
"to": "role:implementer",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cli-release-cycle",
"to": "role:tech-lead",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cli-release-cycle",
"to": "role:devrel",
"kind": "involves_role",
"attributes": {}
},
{
"from": "workflow:cli-release-cycle",
"to": "skill-area:editor-fluency",
"kind": "requires_skill_area",
"attributes": {}
},
{
"from": "workflow:cli-release-cycle",
"to": "domain:software-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:cli-release-cycle",
"to": "domain:platform-engineering",
"kind": "applies_to_domain",
"attributes": {}
},
{
"from": "workflow:cli-release-cycle",
"to": "responsibility:release-coordination",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:cli-release-cycle",
"to": "responsibility:changelog-maintenance",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:cli-release-cycle",
"to": "responsibility:generate-changelogs",
"kind": "triggers_responsibility",
"attributes": {}
},
{
"from": "workflow:cli-release-cycle",
"to": "org-unit:engineering",
"kind": "performed_by_org_unit",
"attributes": {}
},
{
"from": "workflow:cli-release-cycle",
"to": "org-unit:devrel-team",
"kind": "performed_by_org_unit",
"attributes": {}
}
],
"incomingEdges": []
}