omnigraph/crates
Ragnor Comerford 88384476be
Fix traversal ordering: process in dependency order, not declaration order
The iterative lowering now handles traversals declared in non-topological
order (e.g. `$b worksAt $c` before `$a knows $b`).  Each pass processes
traversals that have at least one bound endpoint, repeating until all are
consumed.  Caught during self-review.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 12:16:45 +02:00
..
omnigraph Fix join alignment for traversal-introduced bindings with Lance filter pushdown 2026-04-13 12:10:50 +02:00
omnigraph-cli Add query lint and check commands 2026-04-13 00:37:44 +03:00
omnigraph-compiler Fix traversal ordering: process in dependency order, not declaration order 2026-04-13 12:16:45 +02:00
omnigraph-server Prepare v0.2.0 release 2026-04-12 20:35:34 +03:00