Personal Projects Wiki¶
| Field | Value |
|---|---|
| Status | Active |
| Type | Meta / infrastructure |
Description¶
A living personal knowledge base: immutable notes and artifacts in raw/, structured narrative in wiki/, governed by SCHEMA.md so an LLM in Cursor can ingest, cross-link, and keep What-Im-Working-On.md current. Public deploy: MkDocs-generated site at https://wiki.darcymenard.com/ (same repo).
Key features¶
- Clear separation: raw (source of truth you drop into) vs wiki (LLM-maintained).
- Operations: ingest, query, refresh public summary, periodic lint.
- Recommended page types: index, log, projects, experiments, tools, issues, lessons, backlog, comparisons, glossary.
- Planned conversational upkeep (2026-05): local Hermes on projects/crusty + WikiMaintainer skill (scoped Git → commit → approve → push) so Telegram or cloud Grok can drive structured Markdown updates while Vercel keeps auto-deploying on push — see grok-agent-architecture-may-2026.
Tech stack¶
- Markdown, git, Cursor, MkDocs (Material + roamlinks); optional Obsidian graph; Vercel (or equivalent) for CI deploy from the wiki repo (wiki.darcymenard.com).
Raw sources¶
- (None yet.) Add files under
raw/and link from here after ingest.
Related¶
- grok-agent-architecture-may-2026 — Grok product snapshot + hybrid Crusty/Hermes + cloud Grok + wiki maintenance runway.
- llm-maintained-context — how the LLM is expected to behave as maintainer.
- personal-context-ios — product idea for mobile + context injection on top of the same markdown shape (Cursor prototype → dedicated iOS).
- projects/crusty — dedicated machine posture; target host for Hermes WikiMaintainer loop.
- What-Im-Working-On — public dashboard.
- index — full catalog.
Known issues¶
- SCHEMA intro paragraph elsewhere still gestures at Quartz as a generic hosting pattern — MkDocs + Vercel is what ships for wiki.darcymenard.com.