Log
Append-only chronological record of wiki operations. Greppable:
grep "^## \[" log.md | tail -5.
[2026-06-26] ingest | seed wiki from curated sources
Seeded the wiki from six archived sources in raw/ (practitioner notes plus
derived docs for Aider, OpenCode, Langfuse, Cursor, Cline). Created the
overview, six concept pages (context management, BYOK, MCP, self-hosting,
git-native workflows, evaluation and observability), and three entity pages
(Claude Code, Aider, Langfuse). Cross-linked pages with wikilinks and built
this index.
[2026-06-26] lint | initial pass
Established WIKI.md schema and the wikilink remark plugin so [[links]]
resolve to /wiki/<slug>. No contradictions or orphans yet at this scale.
[2026-06-26] ingest | four independent blog sources
Added four external practitioner sources to raw/: Addy Osmani’s LLM coding
workflow, Marmelab’s “Agent Experience” practices, Essa Mamdani’s MCP
developer guide, and Shuai Guo’s ten lessons building LLM apps for engineers.
Created three concept pages (agent experience, specs and planning, structured
input and output) and cited the sources across MCP, context management, and
comprehension debt. Source URLs and authors are in each raw/ file’s
frontmatter.
Edit wiki/log.md; see how we
maintain the wiki.