# Wiki Log Append-only operation log. Format: ``` ## [YYYY-MM-DD] | ``` Operations: `init`, `ingest`, `query`, `lint`, `refactor`, `decision`. Parseable: `grep "^## \[" .wiki/log.md | tail -20`. --- ## [2026-05-03] init | wiki bootstrapped via setup-wiki@1.0.0 ## [2026-05-04] refactor | v2 Phase 1 complete: Pydantic models, EventEmitter, APIClient class, ToolRegistry class (pure Python/Windows), DiscussionEngine (event-driven), config.py, CLI refactor, deprecation shim. 184 tests passing. ## [2026-05-04] decision | code-review scenario added: cross-LLM review with defender/attacker/security/moderator roles