go-build/pkg/release
Snider d32e186432 refactor: AX compliance sweep — replace banned stdlib imports with core primitives
Replaced fmt, strings, sort, os, io, sync, encoding/json, path/filepath,
errors, log, reflect with core.Sprintf, core.E, core.Contains, core.Trim,
core.Split, core.Join, core.JoinPath, slices.Sort, c.Fs(), c.Lock(),
core.JSONMarshal, core.ReadAll and other CoreGO v0.8.0 primitives.

Framework boundary exceptions preserved where stdlib types are required
by external interfaces (Gin, net/http, CGo, Wails, bubbletea).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-13 09:32:01 +01:00
..
publishers feat(release): detect Containerfile for Docker publishing 2026-04-02 01:56:18 +00:00
testdata/.core refactor: restructure build/release/sdk into pkg/ layout 2026-03-13 09:30:02 +00:00
changelog.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
changelog_test.go chore(ax): remove legacy background git helpers 2026-03-30 05:51:40 +00:00
config.go feat(build): expand env vars in target config 2026-04-01 20:16:57 +00:00
config_test.go feat(build): expand env vars in target config 2026-04-01 20:16:57 +00:00
release.go refactor: AX compliance sweep — replace banned stdlib imports with core primitives 2026-04-13 09:32:01 +01:00
release_test.go fix(release): emit artifact metadata during builds 2026-04-01 21:28:47 +00:00
sdk.go feat(sdk): honour publish path for generated SDKs 2026-04-01 19:44:50 +00:00
sdk_test.go feat(sdk): honour publish path for generated SDKs 2026-04-01 19:44:50 +00:00
test_helpers_test.go chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
version.go fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
version_test.go chore(ax): remove legacy background git helpers 2026-03-30 05:51:40 +00:00