ci/sdk/cmd_commands.go
Claude 112ffd8c74
feat: extract CI/release and SDK commands from core/cli
Port CI commands (changelog, version, publish, init) and SDK commands
into a standalone module for CI/CD pipeline tooling.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-16 14:41:00 +00:00

8 lines
273 B
Go

// SDK validation and API compatibility commands.
//
// Commands:
// - diff: Check for breaking API changes between spec versions
// - validate: Validate OpenAPI spec syntax
//
// Configuration via .core/sdk.yaml. For SDK generation, use: core build sdk
package sdkcmd