omnigraph/crates
aaltshuler c236a4c2df refactor(loader): load_jsonl helpers take &Omnigraph and document their role
The free helpers needlessly demanded &mut Omnigraph (every load API takes
&self) and read as leftovers. Rather than rewriting their ~200 call sites
across the test suites — which would have to re-derive the active-branch
resolution at each site — keep the one convenience and make it honest:
borrow immutably (&mut callers coerce, no churn) and document it as the
active-branch shorthand over Omnigraph::load.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 03:57:41 +03:00
..
omnigraph refactor(loader): load_jsonl helpers take &Omnigraph and document their role 2026-06-11 03:57:41 +03:00
omnigraph-cli feat(engine): unify load/ingest — load_as gains an optional fork base 2026-06-11 03:53:22 +03:00
omnigraph-cluster fix(cluster): address review — discovery reads each file exactly once 2026-06-11 01:35:47 +03:00
omnigraph-compiler release: v0.6.2 2026-06-09 15:59:59 +02:00
omnigraph-policy release: v0.6.2 2026-06-09 15:59:59 +02:00
omnigraph-server feat(engine): unify load/ingest — load_as gains an optional fork base 2026-06-11 03:53:22 +03:00