- 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> |
||
|---|---|---|
| .. | ||
| publishers | ||
| testdata/.core | ||
| changelog.go | ||
| changelog_test.go | ||
| config.go | ||
| config_test.go | ||
| release.go | ||
| sdk.go | ||
| sdk_test.go | ||
| version.go | ||
| version_test.go | ||