Documentation
README
Using DevQL
Overview
DevQL is Bitloops's typed repo-intelligence surface. In repos where this guidance is enabled, use DevQL first for repo-understanding questions when it is available in the current session. If DevQL returns nothing useful or is not available, fall back to targeted repo search or file reads.
When to Use
- understanding what a file, function, module, class, or symbol does
- resolving the concrete artefacts matched by a path or line range
- looking up an exact symbol with
symbolFqn - looking up identifiers, literals, paths, or snippets with
searchplussearchMode: LEXICAL - looking up an approximate name or conceptual behavior with
searchin the defaultAUTOmode - answering architecture questions after selecting a concrete area
This is the opening of the README. Read the full README on GitHub.