This was generated by AI during triage.
Parent
What to build
Implement the production temp on-disk final-flush path and make it the default write path for explicit Rust indexing. A user running --engine rust should get the production final-flush behavior without opting into an experimental mode. --sqlite-write-mode disk must remain available for debugging and fallback analysis, and memory-final-flush must remain experimental/debug rather than production default.
This issue should keep Rust opt-in. It must not make Rust the default product indexer.
Acceptance criteria
Blocked by
Parent
What to build
Implement the production temp on-disk final-flush path and make it the default write path for explicit Rust indexing. A user running
--engine rustshould get the production final-flush behavior without opting into an experimental mode.--sqlite-write-mode diskmust remain available for debugging and fallback analysis, andmemory-final-flushmust remain experimental/debug rather than production default.This issue should keep Rust opt-in. It must not make Rust the default product indexer.
Acceptance criteria
--engine rustuses the production temp on-disk final-flush path by default.--sqlite-write-mode diskstill selects the disk write path.memory-final-flushis not the production default and is clearly treated as experimental/debug.Blocked by