# Wiki Log

> Chronological record of all wiki actions. Append-only.
> Format: `## [YYYY-MM-DD] action | subject`
> Actions: ingest, update, query, lint, create, archive, delete

## [2026-06-02] create | Research wiki initialized
- Domain: broad research tasks for Johannes, managed by Hermes/Dagobert.
- Structure created under `/home/web/dagobert.lolcat.biz/research/`.
- Created: `SCHEMA.md`, `index.md`, `log.md`, raw/entity/concept/comparison/query/data/archive folders.

## [2026-06-02] ingest | Andrej Karpathy LLM Wiki gist
- Captured raw source: `raw/articles/karpathy-llm-wiki.md`
- Created concept page: `concepts/llm-wiki-pattern.md`
- Created concept page: `concepts/raw-source-ingestion.md`
- Created entity page: `entities/dagobert-research-wiki.md`
- Updated: `index.md`

## [2026-06-02] update | Browser HTML rendering for markdown wiki
- Created renderer: `scripts/render-wiki.py`
- Renderer generates `.html` siblings for Markdown pages with tappable Markdown links and `[[wikilinks]]`.
- Root browser catalog: `index.html`
- Canonical Markdown index renders to: `index-md.html`
- Updated: `SCHEMA.md`
