Expand description
Repository-local configuration for ripvec.
Discovers .ripvec/config.toml files that carry repo-local search settings
(extension whitelists, ignore globs). Post-v3.0.0 the cache/model fields
(CacheConfig) and the find_repo_config / save / to_toml helpers
were removed: the engine is cacheless and those items had zero non-test
callers after surgery.
Structs§
- Ignore
Config - Ignore settings stored in
.ripvec/config.toml. - Repo
Config - Top-level structure for
.ripvec/config.toml.
Functions§
- find_
config - Walk up the directory tree from
startlooking for.ripvec/config.toml.