iiRecord
Agentic AI Atlas · GitHub Issues triage WORKFLOW.md (label-filtered)
workflow:github-issues-triagea5c.ai
II.
WorkflowDefinition JSON

workflow:github-issues-triage

Structured · live

GitHub Issues triage WORKFLOW.md (label-filtered) json

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

File · extensions/workflows/workflow-definition-symphony.yamlCluster · extensions
Record JSON
{
  "id": "workflow:github-issues-triage",
  "_kind": "WorkflowDefinition",
  "_file": "extensions/workflows/workflow-definition-symphony.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "GitHub Issues triage WORKFLOW.md (label-filtered)",
    "sourcePath": "WORKFLOW.md",
    "frontMatterTrackerKind": "issue-tracker:github-issues",
    "frontMatterPolling": {
      "pollIntervalMs": 30000,
      "activeStates": [
        "label:triage"
      ],
      "terminalStates": [
        "state:closed"
      ]
    },
    "frontMatterWorkspaceRoot": ".a5c/workspaces",
    "frontMatterAgentExecutable": "claude-code",
    "frontMatterHooks": [
      "pre-dispatch:label-gate"
    ],
    "frontMatterCodexConfig": {},
    "promptTemplate": "Triage GitHub issue ${issue.number} and propose a labeled response.\n",
    "schemaVersion": "1.0.0"
  },
  "outgoingEdges": [
    {
      "from": "workflow:github-issues-triage",
      "to": "issue-tracker:github-issues",
      "kind": "targets_tracker",
      "attributes": {}
    },
    {
      "from": "workflow:github-issues-triage",
      "to": "agentVersion:claude:ge-0-0-0",
      "kind": "invokes_agent",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}