Files
obsidian-rag/python
Santhosh Janardhanan 4ab504e87c fix(indexer): write sync-result.json in reindex() not just sync()
reindex() was consuming the full_index() generator but never calling
_write_sync_result(), leaving sync-result.json stale while CLI output
showed correct indexed_files/total_chunks.
2026-04-12 01:49:43 -04:00
..