Build system, release publishers, and SDK generation
Find a file
Snider febe858942 fix(ax): replace banned os imports and add usage example comments
- Remove `os` import from internal/ax/ax.go; replace os.Getwd() with
  syscall.Getwd(), os.MkdirAll() with coreio.Local.EnsureDir(), and
  os.Chmod() with syscall.Chmod()
- Remove `os` import from pkg/sdk/generators/typescript_test.go;
  replace os.PathListSeparator and os.Getenv() with core.Env("PS")
  and core.Env("PATH")
- Replace all "Usage example: call/declare ... from integrating code"
  placeholder comments with concrete code examples across 45 files
  covering build, release, sdk, signing, publishers, builders, and cmd

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-31 18:33:36 +01:00
.claude-plugin fix(plugin): remove invalid commands/repository schema from plugin.json 2026-03-13 10:54:44 +00:00
cmd fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
docs docs: add AX design principles RFC 2026-03-31 17:17:25 +01:00
internal/ax fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
locales chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
pkg fix(ax): replace banned os imports and add usage example comments 2026-03-31 18:33:36 +01:00
ui feat(api): add build service provider with Lit custom elements 2026-03-14 12:29:45 +00:00
.gitignore refactor(module): migrate module path to dappco.re/go/core/build 2026-03-22 01:53:16 +00:00
CLAUDE.md refactor(module): migrate module path to dappco.re/go/core/build 2026-03-22 01:53:16 +00:00
go.mod chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00:00
go.sum chore(ax): finish v0.8.0 polish pass 2026-03-26 17:41:53 +00: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