iiRecord
Agentic AI Atlas · triage
lib-process:shared--triagea5c.ai
II.
LibraryProcess JSON

lib-process:shared--triage

Structured · live

triage json

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

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:shared--triage",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "triage",
    "description": "Lightweight triage process to classify incoming issues before routing\nto a specialized process (generic-bugfix, infra-diagnostic, generic-feature, etc.).\nStructure: 2 phases\n  Phase 1: Health check (dev environment reachability)\n  Phase 2: Categorize (agent classifies the issue and recommends a process)",
    "libraryPath": "library/contrib/rogelsm/triage.js"
  },
  "outgoingEdges": [
    {
      "from": "lib-process:shared--triage",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:shared--triage",
      "to": "workflow:bug-triage",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}