Wiki Log
Chronological record of all wiki actions. Append-only.
Format: ## [YYYY-MM-DD] action | subject
[2026-07-05] fix | Created missing pages (fix 404s)
- Created Infrastructure Overview — three-node architecture page
- Created Wikilinks — syntax reference page
- Created LLM Wiki Workflow — maintenance workflow page
- Added static file serving for images (raw/assets/)
- Generated architecture diagram as landing visual
- Updated Welcome page with diagram embed
- Updated index.md (+3 pages, total 22)
[2026-07-04] create | Wiki initialized
- Domain: Infrastructure, DevOps, agent systems
- Initial pages: Welcome, Jeeves, Architecture, Projects, DevOps
- Server: Python FastAPI on port 8083 behind nginx /llm-wiki/
- Viewer: http://144.91.107.8/llm-wiki/
[2026-07-05] fix | Decksmith LLM connection restored
- Root cause: Qwen MTP model outputs in reasoning_content, content was empty
- Added reasoning_content fallback in 5 LLM call sites
- Grammar disabled (incompatible with MTP model — blocks < needed for transition)
- max_tokens increased from 4096 to 8000 in all LLM calls
- Stale pycache cleared (was logging persistent SyntaxError noise)
- Config: use_grammar=false