iiRecord
Agentic AI Atlas · GitHub Actions — release.yml
ci-workflow:gh-actions-releasea5c.ai
II.
CIWorkflow JSON

ci-workflow:gh-actions-release

Structured · live

GitHub Actions — release.yml json

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

File · extensions/ci/ci-workflows.yamlCluster · extensions
Record JSON
{
  "id": "ci-workflow:gh-actions-release",
  "_kind": "CIWorkflow",
  "_file": "extensions/ci/ci-workflows.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GitHub Actions — release.yml",
    "workflowKind": "github-actions",
    "filePath": ".github/workflows/release.yml",
    "triggers": [
      "release"
    ],
    "vcsHostId": "vcs-host:github",
    "notes": "Builds and publishes packages to npm + GH Releases on tag push.\n"
  },
  "outgoingEdges": [
    {
      "from": "ci-workflow:gh-actions-release",
      "to": "vcs-host:github",
      "kind": "hosted_on_vcs",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}