.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE
README.md
RELEASE_SUMMARY.md
pyproject.toml
requirements-dev.txt
requirements.txt
setup.py
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/fairness-guard.yml
.github/workflows/metamorphic-guard-template.yml
.github/workflows/publish.yml
.github/workflows/python-publish.yml
.github/workflows/test.yml
ci/github-action-example.yml
demo_project/README.md
demo_project/src/run_demo.py
deploy/docker-compose.worker.yml
docs/architecture.md
docs/comprehensive-review.md
docs/cookbook.md
docs/final-release-assessment.md
docs/final-review-summary.md
docs/first-pr-gate-tutorial.md
docs/github-actions.md
docs/governance.md
docs/llm-ai-extensions-plan.md
docs/llm-known-limitations.md
docs/llm-usage-example.md
docs/mr-library.md
docs/policies.md
docs/pre-release-review.md
docs/release-readiness.md
docs/roadmap-status.md
docs/test-results.md
docs/grafana/metamorphic-guard-dashboard.json
docs/releases/2.1.0.md
examples/top_k_bad.py
examples/top_k_baseline.py
examples/top_k_improved.py
fairness_guard_project/README.md
fairness_guard_project/pyproject.toml
fairness_guard_project/implementations/baseline_model.py
fairness_guard_project/implementations/candidate_biased.py
fairness_guard_project/implementations/candidate_fair.py
fairness_guard_project/src/fairness_guard/__init__.py
fairness_guard_project/src/fairness_guard/cli.py
fairness_guard_project/src/fairness_guard/runner.py
fairness_guard_project/src/fairness_guard/spec.py
metamorphic_guard/__init__.py
metamorphic_guard/bundle.py
metamorphic_guard/cli.py
metamorphic_guard/config.py
metamorphic_guard/dispatch.py
metamorphic_guard/dispatch_queue.py
metamorphic_guard/gate.py
metamorphic_guard/generators.py
metamorphic_guard/harness.py
metamorphic_guard/heartbeat_manager.py
metamorphic_guard/junit.py
metamorphic_guard/llm_harness.py
metamorphic_guard/llm_specs.py
metamorphic_guard/logging.py
metamorphic_guard/monitoring.py
metamorphic_guard/multiple_comparisons.py
metamorphic_guard/notifications.py
metamorphic_guard/observability.py
metamorphic_guard/plugins.py
metamorphic_guard/policy.py
metamorphic_guard/power.py
metamorphic_guard/redaction.py
metamorphic_guard/relations.py
metamorphic_guard/report_schema.py
metamorphic_guard/reporting.py
metamorphic_guard/sandbox.py
metamorphic_guard/sequential_testing.py
metamorphic_guard/shrink.py
metamorphic_guard/specs.py
metamorphic_guard/stability.py
metamorphic_guard/stability_audit.py
metamorphic_guard/telemetry.py
metamorphic_guard/util.py
metamorphic_guard/worker.py
metamorphic_guard.egg-info/PKG-INFO
metamorphic_guard.egg-info/SOURCES.txt
metamorphic_guard.egg-info/dependency_links.txt
metamorphic_guard.egg-info/entry_points.txt
metamorphic_guard.egg-info/requires.txt
metamorphic_guard.egg-info/top_level.txt
metamorphic_guard/executors/__init__.py
metamorphic_guard/executors/anthropic.py
metamorphic_guard/executors/openai.py
metamorphic_guard/judges/__init__.py
metamorphic_guard/judges/builtin.py
metamorphic_guard/judges/structured.py
metamorphic_guard/mutant_bank/__init__.py
metamorphic_guard/mutant_bank/rag_mutants.py
metamorphic_guard/mutants/__init__.py
metamorphic_guard/mutants/advanced.py
metamorphic_guard/mutants/builtin.py
metamorphic_guard/rag_guards/__init__.py
policies/policy-strict.toml
policies/policy-v1.toml
pytest_metamorphic/__init__.py
pytest_metamorphic/plugin.py
ranking_guard_project/README.md
ranking_guard_project/pyproject.toml
ranking_guard_project/implementations/baseline_ranker.py
ranking_guard_project/implementations/candidate_buggy.py
ranking_guard_project/implementations/candidate_heap.py
ranking_guard_project/src/ranking_guard/__init__.py
ranking_guard_project/src/ranking_guard/cli.py
ranking_guard_project/src/ranking_guard/runner.py
reports/.gitkeep
reports/failed_cases/eval-0d0534ee08f5435da219c3bfed005ed5_20251110_190435.json
reports/failed_cases/eval-17ad6f210f5f48f6a123be0e36737314_20251110_185942.json
reports/failed_cases/eval-1fdb2083a91543a795f70a535d99e2d3_20251110_185808.json
reports/failed_cases/eval-2c36fb9ed5174f1a9934319f42476c91_20251110_185832.json
reports/failed_cases/eval-309a258a628e4f758075f0ebcf46c76e_20251110_185918.json
reports/failed_cases/eval-4ad14fffad65416ca2aaf56b764be466_20251110_190721.json
reports/failed_cases/eval-5e5d38b602184f4694b3932afd915577_20251110_190536.json
reports/failed_cases/eval-60a03277354447e6bc610029f7533bc5_20251110_190211.json
reports/failed_cases/eval-8a767c9ce9d64d0fb6544233d836a574_20251110_190657.json
reports/failed_cases/eval-8bff2e3d2c75448c8c4187eae5607f97_20251110_190623.json
reports/failed_cases/eval-a3eafd4cd89d408c8fc27251ec5db2ec_20251110_191244.json
reports/failed_cases/eval-cd0586af9f7a49cdb2134c3fa60dfc9b_20251110_190602.json
reports/failed_cases/eval-e3db7fedf4754ffeb6463eff2b4e80af_20251110_191956.json
reports/failed_cases/eval-e82aeb010a7c42a8aff7be177562ff5b_20251110_191125.json
reports/failed_cases/eval-f20d637088b74ba59769a8ef78b0b06e_20251110_190859.json
reports/failed_cases/eval-f42104fef7a543eb86b48edc9787b979_20251110_190451.json
schemas/config.schema.json
schemas/report.schema.json
scripts/export_schemas.py
tests/__init__.py
tests/conftest.py
tests/test_benchmarks.py
tests/test_cli.py
tests/test_confidence_intervals.py
tests/test_dispatch.py
tests/test_gate.py
tests/test_harness.py
tests/test_html_report.py
tests/test_junit_report.py
tests/test_plugin_contract.py
tests/test_plugins.py
tests/test_pytest_metamorphic.py
tests/test_queue_e2e.py
tests/test_sandbox.py
tests/test_sequential_testing.py
tests/test_statistical_simulations.py
tests/test_utilities.py
tests/fixtures/plugins/__init__.py
tests/fixtures/plugins/test_monitor.py