iiRecord
Agentic AI Atlas · CLI Release Cycle
workflow:cli-release-cyclea5c.ai
II.
Workflow JSON

workflow:cli-release-cycle

Structured · live

CLI Release Cycle json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · workflows/workflows/workflows-cli-mcp.yamlCluster · workflows
Record JSON
{
  "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": [
    {
      "from": "stack-profile:cli-tool-suite",
      "to": "workflow:cli-release-cycle",
      "kind": "follows_workflow"
    },
    {
      "from": "stack-profile:vscode-extension",
      "to": "workflow:cli-release-cycle",
      "kind": "follows_workflow"
    }
  ]
}