omnigraph/crates/omnigraph-config
Ragnor Comerford 925ddb7c7f
test(config): legacy config with unknown field must load (red)
A config without a `version:` is the legacy/lenient schema (RFC-002): an
unrecognized top-level key must be tolerated, not rejected. This test pins that
contract and fails today because `deny_unknown_fields` is applied unconditionally
(struct-wide), so the `version` discriminator does not actually gate strictness.

Intentionally red — goes green in the next commit, which gates unknown-field
strictness on `version`.
2026-06-03 16:21:59 +02:00
..
src test(config): legacy config with unknown field must load (red) 2026-06-03 16:21:59 +02:00
Cargo.toml refactor: extract omnigraph-config crate from omnigraph-server 2026-06-02 23:49:40 +02:00