Commit graph

2 commits

Author SHA1 Message Date
andrew
206b5da20a example config: use graphs / cli.graph, matching the MR-603 rename
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.
2026-04-18 23:40:35 +03:00
andrew
338289656a Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00