reindex
Reindexes the vault by updating changed notes, removing orphan stubs, and running community detection only when changes occur. Optionally adjust cluster granularity with a resolution parameter.
Instructions
Re-index the vault: re-embeds notes whose mtime changed, prunes orphan stubs, and re-runs community detection only when something actually changed. Pass resolution to force a Louvain rerun and tune cluster granularity (0.5 = fewer/broader clusters, 2.0 = more/finer); without it, a no-op vault skips Louvain entirely.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| resolution | No | Louvain resolution. Omit to skip community detection on no-op reindexes. Pass a value to force-rerun: 1.0 = equal-weight clusters (default); 0.5 = fewer/broader; 2.0 = more/finer. |