Skip to content

indexio build should have a smart incremental mode: - `indexio build` currently

indexio build should have a smart incremental mode: - indexio build currently requires either a full rebuild or manually specifying --sources for partial builds - Needed: a --update or --rest mode that detects which sources have never been built (no files/chars/chunks stats) or have changed since last build, and only builds those - The status manifest already tracks per-source stats, so diffing built vs configured sources is straightforward - Use case: after codio_rag_sync registers 34 new source trees, user shouldn't have to manually list all 34 source IDs — just indexio build --update to build what's missing