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. Designed for public hosting (e.g. Quartz) so a single URL loads canonical context.
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.
Tech stack¶
- Markdown, git, Cursor; optional Obsidian graph; Quartz for static site (when wired up).
Raw sources¶
- (None yet.) Add files under
raw/and link from here after ingest.
Related¶
- llm-maintained-context — how the LLM is expected to behave as maintainer.
- ../What-Im-Working-On — public dashboard.
- ../index — full catalog.
Known issues¶
- Initial bootstrap only; no automated Quartz pipeline described in-repo yet.