Build system, release publishers, and SDK generation
- discovery.go: .core/build.yaml build.type honoured as config-first override; .core/build.yaml recorded in marker map; C++ ahead of Docker/Taskfile in fallback priority - builders/wails.go: distro-aware Linux package hints — libwebkit2gtk-4.0-dev on Ubuntu 20.04/22.04, 4.1-dev on 24.04+ - pkg/api/provider.go: returns linux_packages from the discovery - builders/wails.go: monorepo frontend lookup capped at depth 2 to match RFC (was unbounded) - discovery_test, wails_test, projectdetect_test, provider_test: coverage for all new paths Co-Authored-By: Virgil <virgil@lethean.io> |
||
|---|---|---|
| .claude-plugin | ||
| cmd | ||
| docs | ||
| internal | ||
| locales | ||
| pkg | ||
| ui | ||
| .DS_Store | ||
| .gitignore | ||
| CLAUDE.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| README.md | ||
go-build
Build system, release publishers, and SDK generation