cli/pkg
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
..
agentic refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +00:00
build refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +00:00
cache refactor: migrate module path from Snider/Core to host-uk/core 2026-01-28 15:29:42 +00:00
container feat(container): add LinuxKit YAML templates with variable substitution 2026-01-28 18:59:45 +00:00
devops refactor(cli): add core pkg command group for package management 2026-01-29 11:42:22 +00:00
errors refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +00:00
git refactor: migrate module path from Snider/Core to host-uk/core 2026-01-28 15:29:42 +00:00
mcp refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +00:00
php feat(php): add Coolify deployment integration 2026-01-28 19:39:04 +00:00
release refactor(cli): separate build and publish concerns 2026-01-29 12:48:28 +00:00
repos refactor: migrate module path from Snider/Core to host-uk/core 2026-01-28 15:29:42 +00:00
sdk refactor: remove GUI packages for CGO-free CLI 2026-01-29 12:15:01 +00:00
updater chore(deps): sync go modules after SDK implementation 2026-01-29 01:29:39 +00:00