iiRecord
Agentic AI Atlas · Community Open Source Release
workflow:community-releasea5c.ai
II.
Workflow JSON

workflow:community-release

Structured · live

Community Open Source Release json

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

File · workflows/workflows/workflows-opensource.yamlCluster · workflows
Record JSON
{
  "id": "workflow:community-release",
  "_kind": "Workflow",
  "_file": "workflows/workflows/workflows-opensource.yaml",
  "_cluster": "workflows",
  "attributes": {
    "displayName": "Community Open Source Release",
    "workflowKind": "release",
    "triggerType": "event-driven",
    "typicalCadence": "per-release",
    "complexity": "cross-team",
    "description": "Publishes internal projects as open-source — repository preparation,\nlicense header insertion, sensitive content scrubbing, documentation\ngeneration, and community engagement setup. Excludes ongoing community management.\n"
  },
  "outgoingEdges": [
    {
      "from": "workflow:community-release",
      "to": "role:devrel",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:community-release",
      "to": "role:tech-lead",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:community-release",
      "to": "role:license-auditor",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:community-release",
      "to": "role:technical-writer",
      "kind": "involves_role",
      "attributes": {}
    },
    {
      "from": "workflow:community-release",
      "to": "skill-area:gitops",
      "kind": "requires_skill_area",
      "attributes": {}
    },
    {
      "from": "workflow:community-release",
      "to": "domain:software-engineering",
      "kind": "applies_to_domain",
      "attributes": {}
    },
    {
      "from": "workflow:community-release",
      "to": "responsibility:write-user-docs",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:community-release",
      "to": "responsibility:generate-changelogs",
      "kind": "triggers_responsibility",
      "attributes": {}
    },
    {
      "from": "workflow:community-release",
      "to": "org-unit:open-source-program-office",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:community-release",
      "to": "org-unit:devrel-team",
      "kind": "performed_by_org_unit",
      "attributes": {}
    },
    {
      "from": "workflow:community-release",
      "to": "org-unit:engineering",
      "kind": "performed_by_org_unit",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "stack-profile:open-source-library",
      "to": "workflow:community-release",
      "kind": "follows_workflow"
    }
  ]
}