# Wiki Log Chronological, append-only record of everything that's happened in this wiki. **Format:** ``` ## [YYYY-MM-DD HH:MM] | <optional detail line> ``` **Types:** `session`, `ingest`, `query`, `lint`, `rebuild` **Quick access:** `grep "^## \[" log.md | tail -5` gives you the last 5 entries. ---