From ad5c999998fb9c22305175330149267318e014f6 Mon Sep 17 00:00:00 2001 From: John McCardle Date: Thu, 9 Apr 2026 21:20:00 -0400 Subject: [PATCH] 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 --- CLAUDE.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 1715087..0c78aa6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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) 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, -6=Minor Feature, 7=tier1-active, 8=tier2-foundation, 9=tier3-future, -10=Refactoring, 11=animation, 12=docs, 13=grid, 14=input, 15=performance, -16=python-binding, 17=rendering, 18=ui-hierarchy, 19=Tiny Feature, -20=blocked, 21=needs-benchmark, 22=needs-documentation +1=Major Feature, 2=Minor Feature, 3=Tiny Feature, 4=Demo Target, 5=Documentation, +6=Alpha Release Requirement, 7=Refactoring & Cleanup, 8=Bugfix, +9=system:grid, 10=system:animation, 11=system:ui-hierarchy, 12=system:python-binding, +13=system:performance, 14=system:documentation, 15=system:rendering, 16=system:input, +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