go/cmd
Snider 148670fd82 feat(cli): add build variants with tags, rename release to ci
- Rename `release` command to `ci` for clarity
- Add build tag support for different binary variants:
  - Default: full development binary (all commands)
  - `-tags ci`: minimal CI binary (build, ci, sdk, doctor)
- Reorganize command registration into separate files:
  - commands_dev.go: full fat (default)
  - commands_ci.go: CI-only

Build CI variant: `go build -tags ci -o core-ci ./cmd/core/`

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 12:35:27 +00:00
..
core feat(cli): add build variants with tags, rename release to ci 2026-01-29 12:35:27 +00:00
core-demo fix(ci): track Wails build config files for lthn-desktop and core-demo 2026-01-28 15:35:51 +00:00
core-gui chore(deps): sync go modules after SDK implementation 2026-01-29 01:29:39 +00:00
core-mcp refactor: migrate module path from Snider/Core to host-uk/core 2026-01-28 15:29:42 +00:00
core-website Refactor library improvements (#18) 2025-11-02 16:17:25 +00:00
examples refactor: migrate module path from Snider/Core to host-uk/core 2026-01-28 15:29:42 +00:00
lthn-desktop chore(deps): sync go modules after SDK implementation 2026-01-29 01:29:39 +00:00