Commit graph

7 commits

Author SHA1 Message Date
Virgil
495500b18d feat(build): detect go.work workspaces 2026-04-01 21:09:47 +00:00
Virgil
231d43fda1 feat(build): support nested Node.js projects
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 18:28:59 +00:00
Virgil
0c39bc99f3 feat(build): auto-detect fallback builders
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 09:46:42 +00:00
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
Virgil
1c5e7b77fd chore(ax): resolve fallback builder commands 2026-03-30 01:13:57 +00:00
Virgil
919be0f3cb chore(ax): harden filesystem and context wrappers 2026-03-29 23:04:40 +00:00
Virgil
7aa4e5486d chore(ax): finish v0.8.0 polish pass
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 17:41:53 +00:00