Instructions for bitloops/bitloops: Never run all tests unless asked to. Prefer running relevant tests, to the change being made. Do not use git worktrees when there is no need to parallelise, or not specifically asked to. Prefer subagents Prefer cargo nextest-backed repo aliases over cargo test; use cargo test only…
Use always before codebase exploration, bug fixing, SWE-bench tasks, locating symbols, files, or tests, or before using rg, grep, sed, find, or source-file reads in a repository.
Use when answering repo-understanding questions in a Bitloops repo with DevQL guidance enabled, especially when you need to locate code by path, line range, exact symbol, or approximate/conceptual search before reading files.