Build system, release publishers, and SDK generation
Find a file
Snider a478ebc96a feat(build): Deno node builder + Wails v3 fallback via wails3
- discovery.go: Deno projects first-class as node — root deno.json
  / deno.jsonc, marker reporting, primary stack selection
- builders/node.go: NodeBuilder resolves Deno apps and runs
  `deno task build` when a Deno manifest is present; existing npm/
  pnpm/yarn/bun flow preserved
- builders/wails.go: generic Wails v3 fallback no longer pretends a
  desktop app is just a CGO Go binary — invokes wails3 directly,
  copies artifacts from build/bin or bin, uses `wails3 package` for
  Windows NSIS targets
- ci.go: pretty-printed artifact metadata fix (unrelated red test)
- builders/node_test.go: brittle nested-node PWD assertion fix
- discovery_test + node_test + wails_test: coverage for new paths

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-14 15:20: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): Deno node builder + Wails v3 fallback via wails3 2026-04-14 15:20: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