Build system, release publishers, and SDK generation
Find a file
Snider cb5d32456d feat(build): deno_build first-class + discovery exposes build options
- builders/deno.go (new): shared deno-build command parsing/wiring
- config.go + build.go + runtime_config.go: build.deno_build persisted
  and carried into runtime config, ENV-first DENO_BUILD override per spec
- builders/node.go + wails.go: integrate deno-build path so frontend
  builds honour the new setting
- pkg/api/provider.go: /discover exposes build_options plus a structured
  options object — matches RFC Discovery → Options flow
- regression coverage across builders/node, builders/wails, config,
  runtime_config, cmd_project, api/provider tests

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-14 16:33:23 +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): deno_build first-class + discovery exposes build options 2026-04-14 16:33:23 +01:00
docs docs(rfc): add RFC index and AX usage comments 2026-04-08 15:54:21 +00:00
internal feat(build): cmd migration to core.Command + /release/workflow empty body 2026-04-14 15:48:31 +01:00
locales feat(build): Apple build pipeline per RFC §8 2026-04-14 14:04:31 +01:00
pkg feat(build): deno_build first-class + discovery exposes build options 2026-04-14 16:33:23 +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