omnigraph/crates/omnigraph-cli
Ragnor Comerford 08873d2734
test(cli): pin GraphLocator discriminant equals legacy scheme sniff
Add an equivalence test asserting `ResolvedCliGraph::is_remote()` (the typed
locator discriminant) matches the old `is_remote_uri(graph.uri)` for every
address shape that flows through `resolve_cli_graph`: a `server:` graph, a legacy
remote `uri:` (with the `/graphs/{gid}` suffix), an embedded `uri:`, and positional
http(s)/s3 URIs. Extend the two existing graph_identity tests with `is_remote()`
assertions. `srv/gid` is omitted — it bails at `resolve_graph_selection` and is
unwired until V2.
2026-06-03 16:55:07 +02:00
..
src test(cli): pin GraphLocator discriminant equals legacy scheme sniff 2026-06-03 16:55:07 +02:00
tests style: apply rustfmt across the workspace 2026-06-03 15:48:47 +02:00
Cargo.toml refactor: drop omnigraph-cli dependency on omnigraph-server 2026-06-03 11:34:21 +02:00