cli/pkg/build/buildcmd
Snider 22952d9b2c fix(build): make release dry-run by default and remove darwin/amd64 target
Replace --dry-run (default false) with --we-are-go-for-launch (default
false) so `core build release` is safe by default. Remove darwin/amd64
from default build targets (arm64 only for macOS). Fix cmd_project.go
to use command context instead of context.Background().

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 23:08:59 +00:00
..
tmpl/gui refactor(cli): move commands from cmd/ to pkg/ with self-registration 2026-01-30 21:55:55 +00:00
cmd_build.go fix(build): make release dry-run by default and remove darwin/amd64 target 2026-02-03 23:08:59 +00:00
cmd_commands.go refactor(cli): move commands from cmd/ to pkg/ with self-registration 2026-01-30 21:55:55 +00:00
cmd_project.go fix(build): make release dry-run by default and remove darwin/amd64 target 2026-02-03 23:08:59 +00:00
cmd_pwa.go feat: git command, build improvements, and go fmt git-aware (#74) 2026-02-01 10:48:44 +00:00
cmd_release.go fix(build): make release dry-run by default and remove darwin/amd64 target 2026-02-03 23:08:59 +00:00
cmd_sdk.go feat(mcp): add workspace root validation to prevent path traversal (#100) 2026-02-01 21:59:34 +00:00