Commit graph

7 commits

Author SHA1 Message Date
Snider
d6086a92f4 fix(plugin): remove invalid commands/repository schema from plugin.json
Commands auto-discovered from commands/ directory. Repository must be
a string, not an object.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 10:54:44 +00:00
Snider
6a1642e586 feat(plugin): add npm package for Claude Code plugin distribution
Published as @lthn/core-claude-build on npm.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 10:49:16 +00:00
Snider
b2edc2d26d refactor: restructure build/release/sdk into pkg/ layout
Moves build/, release/, sdk/ into pkg/ following Go convention.
Updates import paths in cmd/ci and cmd/sdk.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 09:30:02 +00:00
Snider
3a9b766eaf docs: add human-friendly documentation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:02:40 +00:00
Snider
badea4b31a feat: add claude plugin for Go QA and build tooling 2026-03-09 18:15:58 +00:00
Snider
e8afb8b41d feat: extract build/, release/, sdk/ from go-devops
Build system (8 builders, signing, archiving), release pipeline
(7 publishers, versioning, changelog), and SDK generation
(OpenAPI diff, code gen). 18K LOC, all tests pass except Go
builder workspace isolation (pre-existing).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-09 12:37:36 +00:00
e853b9821e Initial commit 2026-03-09 12:35:35 +00:00