Files
codeql/unified/AGENTS.md
2026-05-07 21:35:51 +02:00

549 B

Agent instructions

This is a CodeQL extractor based on tree-sitter.

Building

To build the extractor, run scripts/create-extractor-pack.sh

Testing

  • If you changed the extractor code, always rebuild it before running tests.

  • To run all tests, run codeql test run --search-path extractor-pack ql/test

  • Do not edit .expected files manually. To update the expected output, pass --learn to the codeql test run command.

  • To run a specific test, pass the specific directory to the codeql test run command instead of ql/test.