Expand description
Repository management: clone, cache, index persistence.
Modules§
- cache
- Cache directory management following XDG Base Directory Specification.
- clone
- Git clone operations with shallow clone and atomic swap.
- index_
store - Index serialization and metadata for cache validity.
- investigation_
store - Investigation corpus serialization for overview and future inspect surfaces.
- module_
resolution - Module-resolution helpers for investigation surfaces.
- parse
- Directory parsing: walk files and dispatch to the appropriate parser.
- repo
- High-level repository operations: clone → index → search.