omnigraph/crates/omnigraph-config
Ragnor Comerford 72125c7b4f
feat(config): deprecation_warnings() for the legacy schema and uri:
Add a pure `OmnigraphConfig::deprecation_warnings() -> Vec<String>` so the CLI and
server can surface load-time migration notices while the config crate stays
stdio-agnostic. It flags a config with no `version:` (the legacy schema — gated on
a new `loaded_from_file` so there's nothing to warn about when no `omnigraph.yaml`
exists) and any graph still using the legacy `uri:` key (vs `storage:`/`server:`).
Unused until the next commit wires the emit sites. 4 config tests added.
2026-06-04 08:33:37 +02:00
..
src feat(config): deprecation_warnings() for the legacy schema and uri: 2026-06-04 08:33:37 +02:00
Cargo.toml fix(config): gate unknown-field strictness on version via serde_ignored 2026-06-03 16:26:49 +02:00