omnigraph/crates/omnigraph-config
Ragnor Comerford d0a44cba23
fix(config): eager-resolve the storage URI so it can't diverge from entry.uri
resolve_all_paths_in_place absolutized the derived entry.uri but left the raw
Storage::Bare/Block uri relative, so config view showed `uri: /abs` beside
`storage: ./rel` and a future reader of storage.uri (V2 region/endpoint threading)
would mis-resolve. Resolve the storage uri too. The eager test now exercises the
storage block form — the coverage gap that let this slip.
2026-06-05 12:40:23 +02:00
..
src fix(config): eager-resolve the storage URI so it can't diverge from entry.uri 2026-06-05 12:40:23 +02:00
Cargo.toml refactor(config): extract load_single_layer; add Layer/Provenance + dirs 2026-06-05 11:08:09 +02:00