From 19c55b01319ea4c096516f047dfaa1a6ee6dfef2 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 11 Mar 2026 13:39:32 -0600 Subject: [PATCH] docs: add reminder for GOER about 9 classification issues --- QUESTIONS.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/QUESTIONS.md b/QUESTIONS.md index fe905fc..a6c7820 100644 --- a/QUESTIONS.md +++ b/QUESTIONS.md @@ -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