omnigraph/crates/omnigraph-server
Ragnor Comerford 628ecf428a
refactor: extract omnigraph-queries crate from omnigraph-server
Move queries.rs (stored-query registry + validation) into omnigraph-queries (deps: omnigraph-config, omnigraph-compiler; no serde). Repoint crate::config -> omnigraph_config. The two catalog-projection tests (which exercise api::query_catalog_entry) are removed here and relocated to omnigraph-api-types in the next commit, where that function lives. Server aliases via 'pub use omnigraph_queries as queries;'. 16 queries tests pass; server+cli compile. No behavior change.
2026-06-03 10:40:43 +02:00
..
examples feat: inline query strings in CLI and HTTP server (#110) 2026-05-29 13:41:54 +02:00
src refactor: extract omnigraph-queries crate from omnigraph-server 2026-06-03 10:40:43 +02:00
tests Stored-query registry foundation + config/CLI RFC-002 (#128) 2026-06-01 22:50:31 +02:00
Cargo.toml refactor: extract omnigraph-queries crate from omnigraph-server 2026-06-03 10:40:43 +02:00