# Program Model Indexes a program's source code to be queried by `seed-gen` and `patcher`. ## Dependencies * [CodeQuery](https://ruben2020.github.io/codequery/) * * [Tree-sitter](https://tree-sitter.github.io/tree-sitter/) ## Quick Test ```shell uv run pytest -svv ``` ## Development Before committing changes to this directory: reformat, lint, and ensure all tests pass. ```shell make all ```