omnigraph/crates/omnigraph-config
Ragnor Comerford fd64f8abc4
feat(config): version-gate scaffold for the typed schema
load_config reads the optional top-level 'version:' discriminator and rejects unsupported versions (>1) before parsing; no-version (legacy) and 'version: 1' both still parse via the existing lenient struct. Forward-compat gate (RFC-002 §3) added as a no-op so the typed GraphLocator schema can tighten in following commits without breaking legacy files. 14 config tests pass (incl. version:1 parses, version:2 rejected).
2026-06-03 15:23:32 +02:00
..
src feat(config): version-gate scaffold for the typed schema 2026-06-03 15:23:32 +02:00
Cargo.toml refactor: extract omnigraph-config crate from omnigraph-server 2026-06-02 23:49:40 +02:00