omnigraph/crates/omnigraph-cli
Ragnor Comerford 7adbd09a98
Test: queries validate/list must reject a named graph with a top-level block
Server boot refuses a config where a graph is selected by name yet a top-level
queries:/policy.file block is populated (the block would be silently ignored).
The CLI's queries validate/list resolve the same named selection but skip that
coherence check, so they give a false green / list the per-graph block. The new
test reproduces it: validate prints OK and list succeeds where boot would
refuse. Fails against current code; the fix follows.
2026-06-01 12:35:49 +02:00
..
src Validate the graph selection in queries list 2026-06-01 11:45:44 +02:00
tests Test: queries validate/list must reject a named graph with a top-level block 2026-06-01 12:35:49 +02:00
Cargo.toml Rename repo terminology to graph (#118) 2026-05-24 16:46:00 +01:00