Add Concurrency page; cross-link from setup, config, internals, and FAQ
New Reference page documenting the write-serialization model (SQLite's single-writer
lock plus Microsoft.Data.Sqlite's CommandTimeout-bounded retry) and the best practices:
no app lock, short transactions, CommandTimeout for in-memory, busy_timeout for file.
Adds a sidebar entry and pointers from Getting-Started, DI-and-Configuration,
Storage-Architecture, and the FAQ.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Wiki refresh: new pages, accuracy fixes, sentence-case headings
- Add Tutorial, FAQ, DI-and-Configuration, and four Recipe pages
- Refresh Home, Getting-Started, and reference pages
- Fix API-parity, options arity, WAL behavior, and builder-surface
accuracy across DI, Getting-Started, Storage-Architecture, FAQ,
Recipe-Xunit-Per-Test-Isolation, Recipe-Aspnet-Integration-Test-Fixture,
API-Parity, and Tutorial
- Normalize headings to sentence case across reference pages
- Add .gitignore to exclude .findings/ review scratch
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>