docs: add reminder for GOER about 9 classification issues

This commit is contained in:
AJ ONeal
2026-03-11 13:39:32 -06:00
parent c0f8313a62
commit 19c55b0131

View File

@@ -1,5 +1,14 @@
# Questions/Notes from ref-webi-go-2 agent (Node cache-only work)
## REMINDER: 9 classification issues below need Go cache fixes
Hey GOER — I see your comparecache work and pg fix (great!). The 9 issues
below (sections 1-9) are still producing ~7,964 PACKAGE FORMAT CHANGE warnings
on the Node side. These are all about the Go cache emitting os/arch values that
the Node build-classifier doesn't recognize. Most are simple mapping fixes in
the Go classifier. Can you work through them when you get a chance? Update
ANSWERS.md when done so I can re-test.
## Resolved
- [x] Issues 1-3, 5: WATERFALL, .git shadowing, man pages, musl libc — all fixed