Assertion `analysis.final_step_indices.size > 0` failed When adding [this](https://gitea.vxcc.dev/alexander.nutz/beginner-friendly-lang/commit/91434933a6711267d5b39cafe415e4e8fff442a6) to the queries file, it throws an assertion error. without it, everything works as expected Steps to reproduce: ```shell git clone https://gitea.vxcc.dev/alexander.nutz/beginner-friendly-lang.git git switch topiary-bug-repro cd tree-sitter make topiary fmt --configuration topiary-crepuscular.ncl -l crepuscular -q queries/topiary.scm --skip-idempotence < example.crr ```