Commit graph

18 commits

Author SHA1 Message Date
user.email
b2f1921db0 chore: add .core/ and .idea/ to .gitignore
Some checks failed
Build and Deploy / deploy (push) Failing after 9s
2026-03-15 10:17:49 +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
user.email
a0b86767b6 docs: update gui architecture overview
Some checks failed
Build and Deploy / deploy (push) Failing after 8s
Replace stub page with comprehensive overview of the IPC-based package
structure covering all 16 sub-packages, platform insulation pattern,
service registration, config wiring, and MCP integration.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 08:21:37 +00:00
user.email
05305d9870 docs: update documentation from implemented plans
Some checks failed
Build and Deploy / deploy (push) Failing after 7s
Add new pages: scheduled-actions, studio, plug, uptelligence.
Update: go-blockchain, go-devops, go-process, mcp, lint, docs engine.
Update nav and indexes.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-14 08:09:17 +00:00
user.email
0ee4c15ee2 docs: add CLAUDE.md project instructions
Some checks failed
Build and Deploy / deploy (push) Failing after 8s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 13:38:01 +00:00
user.email
0f7dd895c3 docs(agent): split plugin docs into Claude, Codex, Gemini, LEM pages
Some checks failed
Build and Deploy / deploy (push) Failing after 5s
Replaces the single plugin table with dedicated pages per AI platform:
- Claude Code: full marketplace + npm distribution reference
- OpenAI Codex: AGENTS.md structure and plugin inventory
- Google Gemini: CLI extension and MCP server
- LEM: local inference integration and community compute

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 11:04:19 +00:00
Snider
e4f3c3e731 docs: sync verified repo documentation to core.help
Some checks failed
Build and Deploy / deploy (push) Failing after 7s
Update all 29 Go package pages, 4 tool pages (agent, mcp, ide, lint),
TypeScript, and Go framework index with rich content from individual
repo docs/. Add lint to Tools nav.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-11 13:20:52 +00:00
Snider
5b5beaf36f refactor: move agent, mcp, ide, cli, api under tools/ directory
URLs now /tools/agent/, /tools/mcp/, /tools/cli/, etc.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-11 11:50:26 +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
960092d991 test(help): add full pipeline integration test
Verifies: content loading → catalog → static generation → file
structure → search index → HTML output with HLCRF layout.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 16:41:19 +00:00
Snider
a0b81319dd feat(help): add LoadContentDir for directory-based catalog loading
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 16:40:23 +00:00
Snider
0c474a82d0 refactor(help): remove html/template dependency
All rendering now uses go-html HLCRF layout.
Templates directory and template parsing code removed.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 16:37:53 +00:00
Snider
216dd6ae23 refactor(help): switch static generator to HLCRF layout
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 16:36:55 +00:00
Snider
052670f20d refactor(help): switch server handlers to HLCRF layout
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-06 16:36:00 +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
Snider
85bbb8e828 docs: initial import of CorePHP documentation
173 markdown files covering:
- Framework architecture (lifecycle events, module system, multi-tenancy)
- Package docs (admin, api, mcp, tenant, commerce, content, developer)
- CLI reference (dev, build, go, php, deploy commands)
- Patterns (actions, repositories, seeders, services, HLCRF)
- Deployment (Docker, PHP, LinuxKit, templates)
- Publishing (Homebrew, AUR, npm, Docker, Scoop, Chocolatey)

Source: core-php/docs (core.help content)

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-03 17:51:03 +00:00