Commit graph

9 commits

Author SHA1 Message Date
user.email
80b774429a chore: sync dependencies for v0.1.6
Some checks failed
Build and Deploy / deploy (push) Failing after 6s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:55:38 +00:00
user.email
ea6a49359c chore: sync dependencies for v0.1.5
Some checks failed
Build and Deploy / deploy (push) Failing after 7s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-17 17:51:01 +00:00
user.email
02536b3a13 chore: sync dependencies for v0.1.4
Some checks failed
Build and Deploy / deploy (push) Failing after 6s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-16 22:18:12 +00:00
user.email
9744714be3 fix(help): use go-log E() pattern for error handling in catalog
Some checks failed
Build and Deploy / deploy (push) Failing after 6s
Replace fmt.Errorf calls with log.E() structured errors in
LoadContentDir and Get, providing operation context for the
error chain.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 17:39:56 +00:00
user.email
791d64833d chore: sync go.mod dependencies
Some checks failed
Build and Deploy / deploy (push) Failing after 5s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-15 15:39:01 +00:00
user.email
5ab72b2b71 fix: update stale import paths and dependency versions from extraction
Some checks failed
Build and Deploy / deploy (push) Failing after 8s
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
a61000db6e feat: migrate docs site to Zensical with full nav and new sections
Replace Hugo+Docsy with Zensical (MkDocs Material). Restructure all
content under docs/ with explicit nav. Add 19 new Go package pages,
plus Agent, MCP, CoreTS, IDE, GUI, and AI (LEM) sections. PHP sidebar
restructured with collapsible Guides/Reference groups. Homepage now
has sidebar with Where to Start guide and Community links.

Tabs: Home | Go | PHP | TS | GUI | AI | Tools | Deploy | Publish

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-11 11:48:44 +00:00
Snider
1792ae44a3 feat(help): add go-html HLCRF layout
Replaces html/template rendering with go-html compositor.
Dark theme, semantic HTML, ARIA roles, section anchors.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 16:33:33 +00:00
Snider
6b0443c6f7 feat: import go-help library as pkg/help
All source, tests, and templates from forge.lthn.ai/core/go-help.
94% test coverage preserved. All tests pass.

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