Commit graph

14 commits

Author SHA1 Message Date
Virgil
ba8bcc89a3 feat(api): expose discovery metadata
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 20:37:49 +00:00
Virgil
a33a060b81 feat(api): expose release workflow path schema 2026-04-01 20:21:43 +00:00
Virgil
fd04157c2d feat(build): support bun.lock in Wails frontend builds
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 17:42:16 +00:00
Virgil
520312b708 feat(sdk): validate OpenAPI specs 2026-04-01 13:17:59 +00:00
Virgil
7aa4e5486d chore(ax): finish v0.8.0 polish pass
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 17:41:53 +00:00
Virgil
d7427a324d chore(core): upgrade to dappco.re/go/core v0.8.0-alpha.1
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-26 14:58:13 +00:00
Snider
bb64608120 refactor(module): migrate module path to dappco.re/go/core/build
Update go.mod module declaration, all require lines, and .go import
paths from forge.lthn.ai to dappco.re. Dependencies updated: core
v0.5.0, log v0.1.0, io v0.2.0. Replace directives added for local
module resolution. forge.lthn.ai/core/cli and go-inference retained
at old paths (not yet migrated).

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 01:53:16 +00:00
Snider
63a8499098 chore: sync dependencies for v0.2.6
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:54:24 +00:00
Snider
7ace784c8d chore: sync dependencies for v0.2.5
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:48:03 +00:00
Snider
cd3d82def7 chore: sync dependencies for v0.2.4
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 22:19:48 +00:00
Snider
86e04bb5a3 chore: sync go.mod dependencies
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:37:06 +00:00
Snider
995d23147d fix: align indirect dependency versions via go work sync
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 13:42:30 +00:00
Snider
d6226e150d fix: update stale import paths and dependency versions from extraction
Resolve stale forge.lthn.ai/core/cli v0.1.0 references (tag never existed,
earliest is v0.0.1) and regenerate go.sum via workspace-aware go mod tidy.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 13:38:59 +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