Build system, release publishers, and SDK generation
Find a file
Snider fb859070de feat(build): config-first override + distro-aware Wails hints + depth cap
- 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>
2026-04-14 15:01:10 +01:00
.claude-plugin fix(plugin): remove invalid commands/repository schema from plugin.json 2026-03-13 10:54:44 +00:00
cmd feat(build): Apple build pipeline per RFC §8 2026-04-14 14:04:31 +01:00
docs docs(rfc): add RFC index and AX usage comments 2026-04-08 15:54:21 +00:00
internal feat(build): config-first override + distro-aware Wails hints + depth cap 2026-04-14 15:01:10 +01:00
locales feat(build): Apple build pipeline per RFC §8 2026-04-14 14:04:31 +01:00
pkg feat(build): config-first override + distro-aware Wails hints + depth cap 2026-04-14 15:01:10 +01:00
ui feat(build): add workflow output short aliases 2026-04-02 03:12:19 +00:00
.DS_Store refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
.gitignore chore: ignore build cache directory 2026-04-01 19:57:35 +01:00
CLAUDE.md refactor(module): migrate module path to dappco.re/go/core/build 2026-03-22 01:53:16 +00:00
go.mod fix: migrate forge.lthn.ai imports to dappco.re and tidy deps 2026-04-07 14:58:47 +01:00
go.sum fix: migrate forge.lthn.ai imports to dappco.re and tidy deps 2026-04-07 14:58:47 +01:00
LICENSE Initial commit 2026-03-09 12:35:35 +00:00
README.md Initial commit 2026-03-09 12:35:35 +00:00

go-build

Build system, release publishers, and SDK generation