iiRecord
Agentic AI Atlas · API Changelog Review
workflow:api-changelog-reviewa5c.ai
II.
Workflow JSON

workflow:api-changelog-review

Structured · live

API Changelog Review json

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

File · workflows/workflows/workflows-tech-docs.yamlCluster · workflows
Record JSON
{
  "id": "workflow:api-changelog-review",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-tech-docs.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "API Changelog Review",
    "workflowKind": "governance",
    "triggerType": "event-driven",
    "typicalCadence": "per-release",
    "complexity": "single-team",
    "description": "Reviews API changelog entries before publication — verifying accuracy\nagainst actual code changes, ensuring consistent formatting, checking\ndeprecation notices, validating migration guidance, and approving final\nchangelog for developer consumption. Excludes changelog generation tooling.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:api-changelog-review",
      "to": "role:technical-writer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:api-changelog-review",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:api-changelog-review",
      "to": "role:devrel",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:api-changelog-review",
      "to": "skill-area:adr-writing",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:api-changelog-review",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:api-changelog-review",
      "to": "domain:platform-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:api-changelog-review",
      "to": "responsibility:changelog-maintenance",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:api-changelog-review",
      "to": "responsibility:generate-changelogs",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:api-changelog-review",
      "to": "org-unit:devrel-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:api-changelog-review",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}