cli/cmd
Snider 331032cd57 refactor(cli): separate build and publish concerns
- Move SDK generation to `core build sdk` subcommand
- Make `core ci` publish-only (expects artifacts in dist/)
- Add release.Publish() for publishing pre-built artifacts
- Keep `core sdk diff` and `core sdk validate` for API validation
- Update SKILL.md documentation

This separation prevents accidental releases - running `core ci`
without first building will fail safely.

Workflow:
  core build          # Build binaries
  core build sdk      # Build SDKs
  core ci             # Publish what's in dist/

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 12:48:28 +00:00
..
core refactor(cli): separate build and publish concerns 2026-01-29 12:48:28 +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