Reindex
Rebuild the cqs search index and compare stats.
Process
- •
Before stats: Run
cqs statsand capture output (chunk count, note count, HNSW status) - •
Reindex:
- •Default:
cqs index(incremental — only re-embeds changed files) - •With
--forceargument:cqs index --force(full rebuild)
- •Default:
- •
After stats: Run
cqs statsagain - •
Compare: Show before/after diff:
- •Chunks: added, removed, unchanged
- •Notes: count change
- •HNSW vectors: count change
- •Call graph: call count change
- •
Verify: Run a quick search to confirm index is working:
- •
cqs "parse source file"— should return results - •If no results, something is wrong — investigate
- •
When to use
- •After significant code changes
- •After editing
docs/notes.tomlmanually (ifcqs watchisn't running) - •After switching branches with different file sets
- •When search results seem stale or wrong