Commit graph

10 commits

Author SHA1 Message Date
user.email
05c4fc0a78 feat(rfc-025): update AX spec to v0.8.0 — 3 new principles
Updated all code examples to match core/go v0.8.0 implementation:
- process.NewService → process.Register
- process.RunWithOptions → c.Process().RunIn()
- PERFORM removed from subsystem table
- Startable/Stoppable return Result
- Added Process, API, Action, Task, Entitled, RegistryOf to subsystem table

New principles from validated session patterns:
- Principle 8: RFC as Domain Load — load spec at session start
- Principle 9: Primitives as Quality Gates — imports are the lint rule
- Principle 10: Registration + Entitlement — two-layer permission model

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-25 17:35:21 +00:00
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
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
Snider
f4aa6b99c0 feat: initialise Go module for help engine
Module: forge.lthn.ai/core/docs
pkg/help/ will hold the go-help library.

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