docs: update GOER.md with Windows gnu and padding fixes

This commit is contained in:
AJ ONeal
2026-03-11 12:31:33 -06:00
parent a3685b840b
commit 7da1cc0394

11
GOER.md
View File

@@ -4,17 +4,18 @@
- [x] **Libc classification** (`47419b7`): Rust `-unknown-linux-musl``libc='none'`
- [x] **Hard-musl verified**: node, bun, pwsh, julia, postgres all keep `libc='musl'`
- [x] **Windows gnu→none** (`a3685b8`): MinGW is self-contained, classified as `none`
- [x] **install.sh padding** (`a3685b8`): 8-space indent matches production template
- [x] **PowerShell rendering** (`9095b34`): `render.PowerShell()` + webid wiring + tests
- [x] **Three fetch strategies**: `github` / `githubsource` / `gittag` with config keys `github_releases` / `github_sources` / `git_url`
- [x] **Config key rename**: `github_repo` `github_releases`, full URL support via `parseRepoRef()`
- [x] **Three fetch strategies**: `github` / `githubsource` / `gittag`
- [x] **Config key rename**: `github_releases` / `github_sources` with full URL support
- [x] **All tests pass**, cache regenerated
## Known gaps
- **atomicparsley**: `AtomicParsleyAlpine.zip` — "Alpine" has no word boundary, not detected as musl. Needs package-specific handling.
- **cmake**: No musl assets in GitHub releases (no-op).
- **Hugo .pkg**: macOS v0.153+ only ships `.pkg`. Template doesn't support extraction. Latent bug in production too.
## What's next
No remaining TODOs in codebase. Comparecache diffs are data-freshness only.
Let me know if you have new questions or findings.
No remaining TODOs in codebase. Let me know if you have new questions or findings.