# Wiki Log Append-only operation log. One entry per operation. Format: ``` ## [YYYY-MM-DD] | ``` Operations: `init`, `ingest`, `query`, `lint`, `refactor`, `decision`. Parseable: `grep "^## \[" .wiki/log.md | tail -20`. --- ## [2026-05-06] init | bootstrap empty wiki via project-bootstrap