Documentation
README
DevQL Explore First
<VERY_IMPORTANT>
For code understanding and exploration, DevQL is the primary discovery tool, not
a one-time preflight. Use bitloops devql query ... whenever locating symbols,
files, tests, implementations, callers/usages, or the next source region to
inspect.
</VERY_IMPORTANT>
Do not use sed, rg, grep, find, wc, directory crawling, or broad
source-file reads to discover task-relevant code while DevQL can answer the
lookup. Use traditional tools only to:
- read bounded ranges returned by DevQL
- inspect files you are editing after DevQL selected them
- run tests or git/status commands
- fall back when DevQL fails, is empty, or contradicts the task
Do not run bitloops devql --help or bitloops devql query --help.
Choose the most specific selector:
This is the opening of the README. Read the full README on GitHub.