omnigraph/crates
Ragnor Comerford 5ef9427c18
refactor: drop omnigraph-cli dependency on omnigraph-server
Repoint CLI imports to the extracted crates: api DTOs -> omnigraph-api-types, QueryRegistry/check -> omnigraph-queries, config types -> omnigraph-config, and Policy* -> omnigraph-policy directly (no longer via the server re-export shim). Remove omnigraph-server from the CLI manifest. The CLI no longer pulls Axum/tower/utoipa-axum: 'cargo tree -p omnigraph-cli -i omnigraph-server' and '-i axum' both report not-in-graph. No behavior change (CLI compiles; no test churn — CLI tests import none of the moved symbols).
2026-06-03 11:34:21 +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 refactor: extract omnigraph-config crate from omnigraph-server 2026-06-02 23:49:40 +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