MicroFish/.github/labels.yml

38 lines
1.3 KiB
YAML

labels:
- name: "type:epic"
color: "5319e7"
description: "Large coordinating issue that groups related work"
- name: "type:task"
color: "0e8a16"
description: "Actionable implementation task"
- name: "type:spike"
color: "fbca04"
description: "Time-boxed research or technical investigation"
- name: "type:bug"
color: "d73a4a"
description: "Defect or incorrect behavior that requires a fix"
- name: "area:llm"
color: "1d76db"
description: "Work related to LLM providers, routing, or inference"
- name: "area:memory"
color: "0052cc"
description: "Work related to conversation memory or persistence"
- name: "area:rag"
color: "0e4e8a"
description: "Work related to retrieval, indexing, or knowledge access"
- name: "area:planning"
color: "5319e7"
description: "Work related to planning, orchestration, or agent coordination"
- name: "area:infra"
color: "c2e0c6"
description: "Repository, tooling, CI, or operational infrastructure work"
- name: "area:eval"
color: "bfdadc"
description: "Benchmarks, experiments, or evaluation work"
- name: "blocked"
color: "b60205"
description: "Cannot progress until a dependency or blocker is resolved"
- name: "good first issue"
color: "7057ff"
description: "Good candidate for a newcomer to the project"