Commit graph

12 commits

Author SHA1 Message Date
Snider
9024224351 chore: sync dependencies for v0.1.7
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:48:34 +00:00
Snider
65d41e956a chore: sync dependencies for v0.1.6
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 22:20:57 +00:00
Snider
74e9450637 chore: sync go.mod dependencies
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:38:55 +00:00
Snider
8a13fcd4de chore: add .core/ and .idea/ to .gitignore 2026-03-15 10:17:51 +00:00
Snider
5564fbfc44 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:39:00 +00:00
Snider
cb940f957d docs: add CLAUDE.md project instructions
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 13:38:03 +00:00
Snider
9466bd7bc5 docs: add human-friendly documentation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:02:40 +00:00
Snider
9301ab2db0 chore: sync go.mod/go.sum with workspace
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 16:10:13 +00:00
Snider
3026d3dd03 refactor: swap pkg/framework imports to pkg/core
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 14:11:10 +00:00
Snider
f9d05eb4ab refactor: swap pkg/{io,log,i18n} imports to go-io/go-log/go-i18n
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 12:35:42 +00:00
Snider
3152fa9703 fix: regenerate proto with correct source path
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 09:01:59 +00:00
Snider
70a6110590 feat: extract core/ts from core/go pkg/coredeno
TypeScript/Deno runtime bridge — Go gRPC server + Deno sidecar.
The seed project that inspired the entire Core framework.

- Module: forge.lthn.ai/core/ts
- Package: ts (renamed from coredeno)
- gRPC bridge: CoreService (Go→Deno) + DenoService (Deno→Go)
- Deno runtime: worker isolation, module loading, permissions
- Proto descriptor retains original path (regenerate with protoc later)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 09:00:25 +00:00