Fix label ID reference in CLAUDE.md to match actual Gitea database

The previous label IDs were incorrect (possibly from an older state).
Updated to match the live Gitea API as of 2026-04-09. Key differences:
- ID 2 is Minor Feature (was Alpha Release)
- ID 3 is Tiny Feature (was Bugfix)
- ID 8 is Bugfix (was tier2-foundation)
- System labels start at 9 (were at 11)
- Priority labels start at 17 (were at 7)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
John McCardle 2026-04-09 21:20:00 -04:00
commit ad5c999998

View file

@ -166,13 +166,15 @@ The project uses a structured label system to organize issues:
2. **Automated**: Apply labels ONE AT A TIME using single-element arrays (slower but more reliable) 2. **Automated**: Apply labels ONE AT A TIME using single-element arrays (slower but more reliable)
3. **Use single-ID mapping** (documented below) 3. **Use single-ID mapping** (documented below)
**Label ID Reference** (for documentation purposes - see issue #131 for details): **Label ID Reference** (queried from Gitea API 2026-04-09):
``` ```
1=Major Feature, 2=Alpha Release, 3=Bugfix, 4=Demo Target, 5=Documentation, 1=Major Feature, 2=Minor Feature, 3=Tiny Feature, 4=Demo Target, 5=Documentation,
6=Minor Feature, 7=tier1-active, 8=tier2-foundation, 9=tier3-future, 6=Alpha Release Requirement, 7=Refactoring & Cleanup, 8=Bugfix,
10=Refactoring, 11=animation, 12=docs, 13=grid, 14=input, 15=performance, 9=system:grid, 10=system:animation, 11=system:ui-hierarchy, 12=system:python-binding,
16=python-binding, 17=rendering, 18=ui-hierarchy, 19=Tiny Feature, 13=system:performance, 14=system:documentation, 15=system:rendering, 16=system:input,
20=blocked, 21=needs-benchmark, 22=needs-documentation 17=priority:tier1-active, 18=priority:tier2-foundation, 19=priority:tier3-future,
20=workflow:needs-documentation, 21=workflow:needs-benchmark, 22=workflow:blocked,
140=priority:tier4-deferred, 141=system:procgen
``` ```
## Build System ## Build System