Highlights
- Startup checks are lighter: FTS integrity verification is throttled so launch time does not pay the same cost repeatedly.
- WAL durability is stronger: graceful close now performs safer checkpoint handling for SQLite-backed memory.
- Disk-space checks are more portable across operator environments.
Changes
- Throttle startup FTS integrity-check to cut launch time (#236)
- Use portable disk space check (#238)
- Harden WAL durability and graceful-close checkpoints (#237)
Bounded context, unbounded memory. Nothing is ever lost.