omnigraph/crates/omnigraph-cli
Andrew Altshuler 1bc0ea6b51
feat(cli): no-default-graph errors list candidate graphs (RFC-011 D7) (#245)
When a server/cluster scope resolves with no --graph and no default_graph, the CLI auto-uses a sole graph (cluster) or errors listing the candidate graph ids (cluster catalog; multi-graph server via best-effort GET /graphs), never a silent pick. GraphClient::resolve becomes async; flat/single-graph servers and happy paths are unaffected.
2026-06-15 15:48:29 +03:00
..
src feat(cli): no-default-graph errors list candidate graphs (RFC-011 D7) (#245) 2026-06-15 15:48:29 +03:00
tests feat(cli): no-default-graph errors list candidate graphs (RFC-011 D7) (#245) 2026-06-15 15:48:29 +03:00
Cargo.toml refactor(cli): consume omnigraph-api-types directly; unify the load mapping 2026-06-13 17:05:32 +03:00