[
  { "name": "priority:P0", "color": "B60205", "description": "Critical priority — production broken, data loss, security breach." },
  { "name": "priority:P1", "color": "D93F0B", "description": "High priority — major feature broken, no workaround." },
  { "name": "priority:P2", "color": "FBCA04", "description": "Medium priority — impaired functionality, workaround exists." },
  { "name": "priority:P3", "color": "C2E0C6", "description": "Low priority — minor issue or polish." },
  { "name": "workflow:investigating", "color": "1D76DB", "description": "Pipeline: investigation phase in progress." },
  { "name": "workflow:ready-to-build", "color": "0075CA", "description": "Pipeline: investigation complete, ready for build." },
  { "name": "workflow:building", "color": "0052CC", "description": "Pipeline: implementation in progress." },
  { "name": "workflow:in-review", "color": "5319E7", "description": "Pipeline: PR created, under review." },
  { "name": "workflow:merged", "color": "0E8A16", "description": "Pipeline: PR merged, issue closed." },
  { "name": "workflow:decomposed", "color": "BFD4F2", "description": "Pipeline: decomposed into sub-issues." },
  { "name": "workflow:invalid", "color": "CCCCCC", "description": "Pipeline: issue closed as invalid after investigation." },
  { "name": "needs-human", "color": "E4E669", "description": "Pipeline stalled — requires human intervention." },
  { "name": "review-finding", "color": "D93F0B", "description": "Defect or improvement found during automated PR review." },
  { "name": "bug", "color": "D73A4A", "description": "Something isn't working." },
  { "name": "feature", "color": "0075CA", "description": "New feature implementation." },
  { "name": "refactor", "color": "FEF2C0", "description": "Code restructuring without behavior change." },
  { "name": "performance", "color": "F9D0C4", "description": "Performance optimization or regression." },
  { "name": "documentation", "color": "0075CA", "description": "Documentation addition or update." },
  { "name": "security", "color": "B60205", "description": "Security vulnerability or hardening." }
]
