Skip to main content

Module store

Module store 

Source
Expand description

Filesystem adapters: the mirror of gitio for everything that is not git.

Implementations of the persistence ports, and the only place in the engine outside gitio and llm that touches std::fs or the process environment (ADR 0020). Path policy — where a cache or a review lives — is domain and stays in plan; this module only reads and writes there.

Structs§

FsGroupingCache
The on-disk grouping cache (ADR 0009).
FsReviewStore
One review’s sidecar directory (ADR 0013).
OsConfigSource
Config files from the real filesystem, with the user directory resolved by platform convention.