omnigraph/crates
aaltshuler 550ab8b3d1 test: baseline schema-apply coverage for enum-add and metadata-only apply
Pins two foundations for enum-migration work:

- Planner + integration coverage that adding a *nullable* enum property
  is supported (AddProperty), backfills existing rows as NULL, and that
  the enum value-set is enforced on subsequent writes. Closes the gap
  where this path was exercised only implicitly via generic
  nullable-property logic.
- A regression test for the metadata-only apply path (UpdateTypeMetadata
  from an added @description): the manifest version does not advance,
  yet the schema contract is persisted, `applied` is true, and a reopen
  re-plans the same source as a no-op. Enum *widen* will ride exactly
  this path, so the contract is now nailed down before building on it.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-25 23:43:38 +01:00
..
omnigraph test: baseline schema-apply coverage for enum-add and metadata-only apply 2026-05-25 23:43:38 +01:00
omnigraph-cli Rename repo terminology to graph (#118) 2026-05-24 16:46:00 +01:00
omnigraph-compiler test: baseline schema-apply coverage for enum-add and metadata-only apply 2026-05-25 23:43:38 +01:00
omnigraph-policy Rename repo terminology to graph (#118) 2026-05-24 16:46:00 +01:00
omnigraph-server Rename repo terminology to graph (#118) 2026-05-24 16:46:00 +01:00