omnigraph/crates/omnigraph-config
Ragnor Comerford d52cd1d0a3
feat(config): attribute layered config errors to their layer's file
Wrap the global/project layer loads with file context (in global config <path> /
in project config <path>) so a strict v1 error names which file is at fault — a
loud, attributable failure across layers (invariant 13). The single-layer
load_config_in path keeps its raw message (one obvious file). Pairs with the
layer-prefixed deprecation warnings the layered loader already surfaces.
2026-06-05 11:52:14 +02:00
..
src feat(config): attribute layered config errors to their layer's file 2026-06-05 11:52:14 +02:00
Cargo.toml refactor(config): extract load_single_layer; add Layer/Provenance + dirs 2026-06-05 11:08:09 +02:00