Expand description
The .evolving/config reader: one typed Config parsed once from the flat key = value
file. Defaults match DEFAULT_CONFIG. No TOML dependency — the file is ev-authored and
fixed-shape, so a whole-token line scan is enough.
Structs§
Functions§
- read
- Parse the store’s config; any missing or malformed key falls back to its default.
- schema_
version - The store’s declared
schema_version, read LAZILY (not a parsedConfigfield, so the Config/DEFAULT_CONFIG lockstep stays intact) and consulted only at the forward-compat tolerate-vs-reject decision. Defaults to 1 (the 0.1.x baseline) when absent or malformed.