CHANGELOG.md
LICENSE
MANIFEST.in
README.md
action.yml
benchmarks.md
pyproject.toml
verifypatch.example.yml
docs/USER_MANUAL.md
examples/github-pull-request.yml
examples/github-v2-two-job.yml
schemas/verifypatch-report-v1.schema.json
schemas/verifypatch-report-v2.schema.json
schemas/verifypatch-requirements-v1.schema.json
src/verifypatch/__init__.py
src/verifypatch/__main__.py
src/verifypatch/artifacts.py
src/verifypatch/classify.py
src/verifypatch/cleanup.py
src/verifypatch/cli.py
src/verifypatch/config.py
src/verifypatch/coverage_run.py
src/verifypatch/coverage_worker.py
src/verifypatch/deadlines.py
src/verifypatch/engine.py
src/verifypatch/errors.py
src/verifypatch/gitops.py
src/verifypatch/heuristics.py
src/verifypatch/limits.py
src/verifypatch/model.py
src/verifypatch/pipeline.py
src/verifypatch/plugin_env.py
src/verifypatch/provenance.py
src/verifypatch/py.typed
src/verifypatch/pytest_invoke.py
src/verifypatch/pytest_plugin.py
src/verifypatch/redact.py
src/verifypatch/report.py
src/verifypatch/schema.py
src/verifypatch/stage.py
src/verifypatch/toml.py
src/verifypatch/verifypatch-report-v1.schema.json
src/verifypatch/verifypatch-report-v2.schema.json
src/verifypatch/verifypatch-requirements-v1.schema.json
src/verifypatch/xdist.py
src/verifypatch.egg-info/PKG-INFO
src/verifypatch.egg-info/SOURCES.txt
src/verifypatch.egg-info/dependency_links.txt
src/verifypatch.egg-info/entry_points.txt
src/verifypatch.egg-info/requires.txt
src/verifypatch.egg-info/top_level.txt
src/verifypatch/behavior/__init__.py
src/verifypatch/behavior/compare.py
src/verifypatch/behavior/manifest.py
src/verifypatch/behavior/protocol.py
src/verifypatch/behavior/worker.py
src/verifypatch/generation/__init__.py
src/verifypatch/generation/compiler.py
src/verifypatch/generation/runner.py
src/verifypatch/generation/strategies.py
src/verifypatch/mutation/__init__.py
src/verifypatch/mutation/ast_backend.py
src/verifypatch/mutation/backend.py
src/verifypatch/mutation/cosmic_ray_backend.py
src/verifypatch/mutation/pytest_exit.py
src/verifypatch/mutation/runner.py
src/verifypatch/mutation/selection.py
src/verifypatch/mutation/semantic.py
src/verifypatch/policy/__init__.py
src/verifypatch/policy/evaluate.py
src/verifypatch/policy/loader.py
src/verifypatch/policy/model.py
src/verifypatch/requirements/__init__.py
src/verifypatch/requirements/anthropic_provider.py
src/verifypatch/requirements/artifact.py
src/verifypatch/requirements/extract.py
src/verifypatch/requirements/firewall.py
src/verifypatch/requirements/model.py
src/verifypatch/requirements/openai_provider.py
src/verifypatch/requirements/prompts.py
src/verifypatch/requirements/providers.py
src/verifypatch/requirements/prompts/extract_v1.txt
tests/test_action.py
tests/test_classify.py
tests/test_cli.py
tests/test_cli_errors.py
tests/test_cli_v2.py
tests/test_config_v2.py
tests/test_contract_gaps.py
tests/test_coverage_config.py
tests/test_extra_cases.py
tests/test_filterwarnings_plugin.py
tests/test_gitops.py
tests/test_helpers_import.py
tests/test_heuristics.py
tests/test_nested_conftest.py
tests/test_outcomes.py
tests/test_packaging_extras.py
tests/test_packaging_schemas.py
tests/test_pipeline_v2.py
tests/test_provenance.py
tests/test_report.py
tests/test_schema_and_scope.py
tests/test_security_v2.py
tests/test_taint.py
tests/test_tox_coverage.py
tests/test_v1_process_tree.py
tests/test_v2_schema.py