omnigraph/crates/omnigraph
aaltshuler cc6f8602a9 feat(engine): apply ExtendEnum as a metadata-only schema step
The widening is planner-verified (superset, same shape), so every
committed row is already valid under the wider set: the apply arm joins
the AddConstraint metadata-only family — accepted-catalog update, no
table work, no version bump — and the unified validator accepts the new
variants on all three write surfaces immediately.

Tests: enum_widening_apply_is_metadata_only_and_accepts_new_variant
(no table-version bump; new variant accepted, original still accepted,
out-of-set still rejected) and enum_narrowing_apply_is_refused
(OG-MF-106 surfaced, graph left writable).
2026-07-05 01:32:11 +03:00
..
examples feat(engine): indexed graph traversal (#149) 2026-06-09 18:09:13 +02:00
src feat(engine): apply ExtendEnum as a metadata-only schema step 2026-07-05 01:32:11 +03:00
tests feat(engine): apply ExtendEnum as a metadata-only schema step 2026-07-05 01:32:11 +03:00
Cargo.toml chore(release): bump version to 0.8.0 (#313) 2026-06-29 12:38:24 +02:00