Architecture

llm-wiki/                 <- Markdown source (the wiki)
    ├── index.md
    ├── wiki/
    │   ├── research/
    │   ├── tasks/
    │   ├── agents/
    │   └── architecture/
    └── ...
            │
            ▼
    generate_wiki.py       <- Reads .md, resolves links, renders templates
            │
            ▼
    llm-wiki-html/         <- Static HTML output (self-contained)
        ├── index.html
        ├── 404.html
        ├── research-queue.html   (dashboard)
        ├── claims.html           (claim board)
        ├── search-index.json
        └── wiki/
            ├── research/
            ├── tasks/
            └── ...
            │
            ▼
    HTTP server (python3, nginx, etc.)   -> Browser