We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd457a7 commit a144707Copy full SHA for a144707
1 file changed
unified/AGENTS.md
@@ -0,0 +1,15 @@
1
+# Agent instructions
2
+
3
+This is a CodeQL extractor based on tree-sitter.
4
5
+## Building
6
+To build the extractor, run `scripts/create-extractor-pack.sh`
7
8
+## Testing
9
+- If you changed the extractor code, always rebuild it before running tests.
10
11
+- To run all tests, run `codeql test run --search-path extractor-pack ql/test`
12
13
+- Do not edit `.expected` files manually. To update the expected output, pass `--learn` to the `codeql test run` command.
14
15
+- To run a specific test, pass the specific directory to the `codeql test run` command instead of `ql/test`.
0 commit comments