Query playground (TQL)
Interactive fixture graph run canned TQL-style queries and highlight matches.
Trellis exposes the workspace as a queryable graph (TQL, compiled to Datalog). The full engine runs in the CLI and Studio; this page uses a small fixture so you can see matches light up without a local repo.
Try it
Use the preset dropdown or edit the query text. Run highlights matching nodes. Add ?autoplay=1 on the embed URL for a scripted tour (landing page uses this).
Production examples:
trellis query 'SELECT ?issue WHERE { [?issue "type" "Issue"] [?issue "status" "open"] }'
See Architecture TQL for the full language.