Commit graph

7 commits

Author SHA1 Message Date
Snider
77c6f41f30 chore: sync dependencies for v0.0.3
Some checks failed
release / goreleaser (push) Failing after 3s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:55:17 +00:00
Snider
3f9a581ef9 chore: sync dependencies for v0.0.2
Some checks failed
release / goreleaser (push) Failing after 3s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:47:10 +00:00
Snider
c36f62c311 chore: add .core/ and .idea/ to .gitignore
Some checks failed
release / goreleaser (push) Failing after 21s
2026-03-15 15:39:08 +00:00
Snider
3882aa1fa5 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
ad5418f3b1 refactor(api): update import path from go-api to core/api
Part of the polyglot merge — forge.lthn.ai/core/go-api is now
forge.lthn.ai/core/api.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 10:10:53 +00:00
Snider
5143c211d3 feat: modernise template with core/go-api provider pattern
Replace Cobra CLI + raw net/http with core/go-api Engine.
DemoProvider implements RouteGroup for plug-and-play registration.
Lit element updated to fetch from Go API.
Add .core/build.yaml and CLAUDE.md.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 09:49:41 +00:00
google-labs-jules[bot]
581d09bc65 feat: Create template for custom HTML elements
This commit introduces a new template repository for creating custom HTML elements for the core web3 framework. The template includes a Go backend, an Angular custom element, and a full release cycle configuration.

The Go backend is a simple HTTP server that serves the frontend and provides a basic API. The Angular custom element is a simple "Hello, world!" component that can be used as a starting point for more complex elements. The release cycle is configured with GoReleaser and GitHub Actions.
2025-11-10 02:59:45 +00:00