omnigraph/crates/omnigraph-cli
Andrew Altshuler 625ae7c208
feat(cli): defaults.store — a zero-flag local default scope (RFC-011) (#249)
Operator config gains defaults.store (a file:///s3:// graph storage URI), the local-dev counterpart of defaults.server + default_graph. Mutually exclusive with defaults.server, and a store cannot carry default_graph (both refused at load). The zero-flag local default that survives the upcoming removal of omnigraph.yaml's cli.graph. Additive, non-breaking.
2026-06-15 17:23:46 +03:00
..
src feat(cli): defaults.store — a zero-flag local default scope (RFC-011) (#249) 2026-06-15 17:23:46 +03:00
tests feat(cli)!: query/mutate invoke stored queries by name; server kind-assert (RFC-011 D3) (#247) 2026-06-15 16:52:58 +03:00
Cargo.toml refactor(cli): consume omnigraph-api-types directly; unify the load mapping 2026-06-13 17:05:32 +03:00