feat: add Wikipedia-style llm-wiki renderer #1

Merged
clawlter merged 2 commits from feat/initial-wiki-renderer into main 2026-06-10 08:51:06 -04:00
Owner

Summary

  • Adds a Next.js Wikipedia-style renderer for a mounted llm-wiki markdown vault
  • Resolves Obsidian-style wikilinks, backlinks, missing red links, metadata infoboxes, TOC, and search
  • Adds read-only Docker deployment, healthcheck, Forgejo CI, and container package publishing workflow

Testing

  • npm run lint
  • npm run typecheck
  • npm test
  • LLM_WIKI_ROOT=/opt/hermes-runtime/repos/hermes-brain npm run build

Notes

  • The app reparses markdown on each request so wiki changes appear without a server restart.
  • Runtime mount path defaults to /data/wiki and can be overridden with LLM_WIKI_ROOT.
## Summary - Adds a Next.js Wikipedia-style renderer for a mounted llm-wiki markdown vault - Resolves Obsidian-style wikilinks, backlinks, missing red links, metadata infoboxes, TOC, and search - Adds read-only Docker deployment, healthcheck, Forgejo CI, and container package publishing workflow ## Testing - npm run lint - npm run typecheck - npm test - LLM_WIKI_ROOT=/opt/hermes-runtime/repos/hermes-brain npm run build ## Notes - The app reparses markdown on each request so wiki changes appear without a server restart. - Runtime mount path defaults to /data/wiki and can be overridden with LLM_WIKI_ROOT.
feat: scaffold Wikipedia-style wiki renderer
All checks were successful
Build and publish container image / Build Docker image and publish package tags (pull_request) Successful in 6m41s
CI / Validate formatting, linting, types, tests, and build (pull_request) Successful in 1m44s
57573c535a
Add the Next.js app, llm-wiki markdown indexing, wikilink rendering, tests, Dockerfile, and Forgejo CI/package workflows.
chore: clear dependency audit findings
All checks were successful
Build and publish container image / Build Docker image and publish package tags (pull_request) Successful in 5m57s
CI / Validate formatting, linting, types, tests, and build (pull_request) Successful in 1m38s
Build and publish container image / Build Docker image and publish package tags (push) Successful in 1m21s
CI / Validate formatting, linting, types, tests, and build (push) Successful in 4m41s
93f43e164b
Upgrade Next.js, override PostCSS to a patched release, and disable Next telemetry in the container build/runtime.
clawlter deleted branch feat/initial-wiki-renderer 2026-06-10 08:51:06 -04:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
clawlter/llm-wikipedia!1
No description provided.