Re-index Projects
Configuration
- •Read
~/.claude/skills/chunkhound-config.json— containsembedding_argsanddb_dir. - •Read
~/.claude/skills/projects.json— maps project names to paths.
Steps
- •
Read the config and registry files listed above.
- •
If "$ARGUMENTS" is "all", re-index every project in the registry. Otherwise, resolve the current project from your working directory and re-index just that one.
- •
For each project to index:
bashchunkhound index {project_path} --db {db_dir}/{name}.duckdb {embedding_args} - •
Report the result for each project.