go-build/pkg/build
Snider cbdb8028dc feat(build): action-style upload artifact naming + doc parity
- release.yml: generated workflow computes upload artifact names in action
  shape {build-name}_{os}_{arch}_{tag|shortsha} with repo-name fallback
- workflow_test + cmd_workflow_test: artifact-name derivation coverage
- README + docs/index + docs/architecture + CLAUDE.md: refreshed to describe
  current module path, builders/publishers, generated workflow/action surface,
  Apple pipeline — replaces pre-spec documentation

Verified: go test ./... passes

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-14 21:24:17 +01:00
..
apple feat(build): workflow MkDocs + Deno setup + Apple Xcode Cloud scripts 2026-04-14 20:18:03 +01:00
builders feat(build): Wails v3 Taskfile path inherits full runtime surface 2026-04-14 20:44:49 +01:00
installers refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
signing feat(build): snake_case JSON tags on build/signing config models 2026-04-14 18:21:26 +01:00
templates feat(build): action-style upload artifact naming + doc parity 2026-04-14 21:24:17 +01:00
testdata feat(build): discovery enrichment, build options, CI output format 2026-03-31 19:33:31 +01:00
apple.go feat(build): Apple DMG — staged R/W image + Finder layout + compressed final 2026-04-14 20:36:22 +01:00
apple_test.go feat(build): Apple DMG — staged R/W image + Finder layout + compressed final 2026-04-14 20:36:22 +01:00
archive.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
archive_test.go feat(build): accept archive format aliases 2026-04-01 20:02:36 +00:00
build.go feat(build): deno_build first-class + discovery exposes build options 2026-04-14 16:33:23 +01:00
cache.go feat(build): snake_case JSON tags on build/signing config models 2026-04-14 18:21:26 +01:00
cache_test.go feat(build): broaden Wails discovery heuristics 2026-04-14 14:39:26 +01:00
checksum.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
checksum_test.go chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
ci.go feat(build): Deno node builder + Wails v3 fallback via wails3 2026-04-14 15:20:10 +01:00
ci_test.go fix(build): emit artifact metadata from GitHub env 2026-04-01 21:19:50 +00:00
config.go feat(build): snake_case JSON tags on build/signing config models 2026-04-14 18:21:26 +01:00
config_test.go feat(build): deno_build first-class + discovery exposes build options 2026-04-14 16:33:23 +01:00
discovery.go feat(build): Apple Option RFC shape + MkDocs precedence over Node 2026-04-14 18:15:03 +01:00
discovery_test.go feat(build): Apple Option RFC shape + MkDocs precedence over Node 2026-04-14 18:15:03 +01:00
env.go feat(build): centralised cache env propagation + Wails v2 obfuscation 2026-04-14 15:30:49 +01:00
options.go fix(build): subtree_npm + webkit2_41 mis-classification 2026-04-14 17:08:24 +01:00
options_test.go fix(build): subtree_npm + webkit2_41 mis-classification 2026-04-14 17:08:24 +01:00
runtime_config.go feat(build): deno_build first-class + discovery exposes build options 2026-04-14 16:33:23 +01:00
runtime_config_test.go feat(build): deno_build first-class + discovery exposes build options 2026-04-14 16:33:23 +01:00
workflow.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
workflow_test.go feat(build): action-style upload artifact naming + doc parity 2026-04-14 21:24:17 +01:00
xcode_cloud.go feat(build): Xcode Cloud ci_scripts materialisation 2026-04-14 16:57:38 +01:00
xcode_cloud_test.go feat(build): Xcode Cloud ci_scripts materialisation 2026-04-14 16:57:38 +01:00