Add schema apply command and policy support

This commit is contained in:
andrew 2026-04-12 04:01:14 +03:00
parent a844e0ba68
commit 92fa3189f7
22 changed files with 1903 additions and 146 deletions

2
Cargo.lock generated
View file

@ -4547,6 +4547,7 @@ dependencies = [
"assert_cmd",
"clap",
"color-eyre",
"lance-index",
"omnigraph",
"omnigraph-compiler",
"omnigraph-server",
@ -4589,6 +4590,7 @@ dependencies = [
"clap",
"color-eyre",
"futures",
"lance-index",
"omnigraph",
"omnigraph-compiler",
"serde",