Skip to main content

Module config

Module config 

Source
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§

IgnoreConfig
Ignore settings stored in .ripvec/config.toml.
RepoConfig
Top-level structure for .ripvec/config.toml.

Functions§

find_config
Walk up the directory tree from start looking for .ripvec/config.toml.