Hive Hive
Sign in

feat(query): add Cypher-style graph expressions

GitHub issue · Closed

Metadata
Source
tuist/once #121
Updated
Jul 5, 2026
Domains
Once
Details

Summary

  • Add a native once query '<MATCH ... RETURN ...>' expression path for read-only graph exploration.
  • Validate query syntax with tree-sitter-cypher and evaluate the supported Once graph subset over loaded targets.
  • Document supported labels and relationships, and cover transitive dependency plus capability queries in shellspec.

Testing

  • mise exec -- cargo fmt --all -- --check
  • mise exec -- cargo clippy -p once-cli --all-targets -- -D warnings
  • mise exec -- cargo test -p once-cli
  • mise exec -- cargo build --release -p once-cli
  • mise exec -- shellspec spec/graph_edit_spec.sh
Flights

Investigate, reproduce, or fix this item in an isolated repository. Each Flight preserves its outcome and agent session.

New Flights are paused Configure model inference, GitHub, and a sandbox provider to start another Flight. Existing results remain available below.
No Flights yet

Start a Flight and preserve its objective, outcome, and session here.

Comments

No GitHub comments yet.