From 206b5da20ac8b257dc503d62e47ab6bf48460e36 Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 18 Apr 2026 23:40:35 +0300 Subject: [PATCH] example config: use graphs / cli.graph, matching the MR-603 rename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The target → graph rename shipped in PR #17 but omnigraph.example.yaml still used the old form (`targets:` / `cli.target`). Since the serde struct uses `rename = "graphs"` without a `targets` alias, the example wouldn't deserialize against current code. Update the example to the new form. No alias is being added — the deserialization error for old configs is loud and clear, which is the better migration signal for a young project. --- omnigraph.example.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/omnigraph.example.yaml b/omnigraph.example.yaml index f4317d6..8f3d893 100644 --- a/omnigraph.example.yaml +++ b/omnigraph.example.yaml @@ -1,4 +1,4 @@ -targets: +graphs: local: uri: ./repo.omni dev: @@ -6,7 +6,7 @@ targets: bearer_token_env: OMNIGRAPH_BEARER_TOKEN cli: - target: local + graph: local branch: main query: