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>
9 lines
168 B
Modula-2
9 lines
168 B
Modula-2
module forge.lthn.ai/core/element-template
|
|
|
|
go 1.26.0
|
|
|
|
require (
|
|
forge.lthn.ai/core/go-api v0.1.0
|
|
forge.lthn.ai/core/go-log v0.0.1
|
|
forge.lthn.ai/core/go-ws v0.1.3
|
|
)
|