omnigraph/crates
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
..
omnigraph fix(optimize): skip blob-bearing tables to avoid Lance compaction crash (#138) 2026-06-02 17:12:00 +02:00
omnigraph-api-types refactor: extract omnigraph-api-types crate from omnigraph-server 2026-06-03 11:14:19 +02:00
omnigraph-cli refactor: drop omnigraph-cli dependency on omnigraph-server 2026-06-03 11:34:21 +02:00
omnigraph-compiler fix(optimize): skip blob-bearing tables to avoid Lance compaction crash (#138) 2026-06-02 17:12:00 +02:00
omnigraph-config feat(config): version-gate scaffold for the typed schema 2026-06-03 15:23:32 +02:00
omnigraph-policy fix(optimize): skip blob-bearing tables to avoid Lance compaction crash (#138) 2026-06-02 17:12:00 +02:00
omnigraph-queries refactor: extract omnigraph-queries crate from omnigraph-server 2026-06-03 10:40:43 +02:00
omnigraph-server refactor: extract omnigraph-api-types crate from omnigraph-server 2026-06-03 11:14:19 +02:00