AGENTS.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
uv.lock
vulture_whitelist.py
docs/config-privacy-keys.md
docs/privacy-policy.md
docs/provider-disclosure.md
docs/provider-payload-contract.md
docs/redaction-slo.md
examples/sanitized-fixture-repo/README.md
examples/sanitized-fixture-repo/corpus.json
regression_analyzer/__init__.py
regression_analyzer/_errors.py
regression_analyzer/agent_integration.py
regression_analyzer/cli.py
regression_analyzer/config.py
regression_analyzer/defaults.py
regression_analyzer/diff_rendering.py
regression_analyzer/env_validation.py
regression_analyzer/intelligence_benchmark.py
regression_analyzer/orchestrator.py
regression_analyzer/paths.py
regression_analyzer/reference_validation.py
regression_analyzer/tui.py
regression_analyzer.egg-info/PKG-INFO
regression_analyzer.egg-info/SOURCES.txt
regression_analyzer.egg-info/dependency_links.txt
regression_analyzer.egg-info/entry_points.txt
regression_analyzer.egg-info/requires.txt
regression_analyzer.egg-info/top_level.txt
regression_analyzer/analysis/__init__.py
regression_analyzer/analysis/analyzer.py
regression_analyzer/analysis/cost.py
regression_analyzer/analysis/prompts.py
regression_analyzer/analysis/provider.py
regression_analyzer/analysis/runtime.py
regression_analyzer/analysis/schema.py
regression_analyzer/cache/__init__.py
regression_analyzer/cache/store.py
regression_analyzer/calibration/__init__.py
regression_analyzer/calibration/acceptance.py
regression_analyzer/calibration/agent_fixtures.py
regression_analyzer/calibration/gates.py
regression_analyzer/calibration/metrics.py
regression_analyzer/calibration/metrics_renderer.py
regression_analyzer/clustering/__init__.py
regression_analyzer/clustering/cosine.py
regression_analyzer/clustering/distance.py
regression_analyzer/clustering/hdbscan_clusterer.py
regression_analyzer/clustering/summarizer.py
regression_analyzer/contracts/__init__.py
regression_analyzer/contracts/analysis.py
regression_analyzer/contracts/cache.py
regression_analyzer/contracts/calibration.py
regression_analyzer/contracts/calibration_metrics.py
regression_analyzer/contracts/cluster.py
regression_analyzer/contracts/clustering.py
regression_analyzer/contracts/embedding.py
regression_analyzer/contracts/evidence.py
regression_analyzer/contracts/guidance.py
regression_analyzer/contracts/impact.py
regression_analyzer/contracts/patches.py
regression_analyzer/contracts/provider.py
regression_analyzer/contracts/report_inputs.py
regression_analyzer/contracts/rule.py
regression_analyzer/contracts/run.py
regression_analyzer/contracts/stats.py
regression_analyzer/contracts/trends.py
regression_analyzer/data/intelligence_benchmark.json
regression_analyzer/embedding/__init__.py
regression_analyzer/embedding/composer.py
regression_analyzer/embedding/embedder.py
regression_analyzer/embedding/local_provider.py
regression_analyzer/embedding/provider.py
regression_analyzer/features/__init__.py
regression_analyzer/features/extractor.py
regression_analyzer/features/py_extractor.py
regression_analyzer/features/sql_extractor.py
regression_analyzer/features/tags.py
regression_analyzer/features/ts_extractor.py
regression_analyzer/guidance/__init__.py
regression_analyzer/guidance/classifier.py
regression_analyzer/guidance/discovery.py
regression_analyzer/guidance/indexer.py
regression_analyzer/guidance/matcher.py
regression_analyzer/guidance/parser.py
regression_analyzer/impact/__init__.py
regression_analyzer/impact/comparison.py
regression_analyzer/impact/rule_impact.py
regression_analyzer/impact/trend_renderer.py
regression_analyzer/mining/__init__.py
regression_analyzer/mining/evidence_builder.py
regression_analyzer/mining/fix_classifier.py
regression_analyzer/mining/git_miner.py
regression_analyzer/mining/stats.py
regression_analyzer/normalization/__init__.py
regression_analyzer/normalization/bundle_splitter.py
regression_analyzer/normalization/normalizer.py
regression_analyzer/redaction/__init__.py
regression_analyzer/redaction/detectors.py
regression_analyzer/redaction/gate.py
regression_analyzer/redaction/payload_logger.py
regression_analyzer/redaction/payload_validator.py
regression_analyzer/redaction/redactor.py
regression_analyzer/redaction/slo.py
regression_analyzer/renderers/__init__.py
regression_analyzer/renderers/calibration_queue.py
regression_analyzer/renderers/maintainer_report.py
regression_analyzer/renderers/prompt_debt_report.py
regression_analyzer/renderers/rule_patch.py
regression_analyzer/renderers/style_detector.py
regression_analyzer/scoring/__init__.py
regression_analyzer/scoring/pattern_score.py
regression_analyzer/scoring/rule_usability.py
regression_analyzer/subsystem/__init__.py
regression_analyzer/subsystem/tagger.py
scripts/build_sanitized_fixture_repo.py
scripts/measure_redaction_slo.py
tests/__init__.py
tests/_policy_helpers.py
tests/conftest.py
tests/test_agent_eval_fixtures.py
tests/test_agent_integration.py
tests/test_analysis_prompts.py
tests/test_analysis_schema.py
tests/test_analyzer.py
tests/test_analyzer_prompt_debt.py
tests/test_anthropic_provider.py
tests/test_bundle_splitter.py
tests/test_cache_store.py
tests/test_cache_store_analysis.py
tests/test_cache_store_embeddings.py
tests/test_cache_store_guidance.py
tests/test_cache_store_runs.py
tests/test_calibration_acceptance.py
tests/test_calibration_gates.py
tests/test_calibration_metrics.py
tests/test_calibration_queue.py
tests/test_cli.py
tests/test_cli_review.py
tests/test_config_validation.py
tests/test_contracts_fixtures.py
tests/test_cost_controls.py
tests/test_diff_rendering.py
tests/test_distance.py
tests/test_docs_present.py
tests/test_embedder.py
tests/test_embedding_composer.py
tests/test_evidence_builder.py
tests/test_features_extractor.py
tests/test_fix_classifier.py
tests/test_git_miner.py
tests/test_guidance_discovery.py
tests/test_guidance_indexer.py
tests/test_guidance_matcher.py
tests/test_guidance_parser.py
tests/test_hdbscan_clusterer.py
tests/test_intelligence_benchmark.py
tests/test_local_embedding_provider.py
tests/test_maintainer_report.py
tests/test_metrics_renderer.py
tests/test_no_secret_in_outputs.py
tests/test_normalizer.py
tests/test_orchestrator.py
tests/test_orchestrator_compare_to.py
tests/test_path_traversal.py
tests/test_pattern_score.py
tests/test_payload_logger_truncation.py
tests/test_payload_validator.py
tests/test_policy_detector_parity.py
tests/test_prompt_debt_classifier.py
tests/test_prompt_debt_report.py
tests/test_redact_text_fuzz.py
tests/test_redaction_detectors.py
tests/test_redaction_evidence_item.py
tests/test_redaction_slo.py
tests/test_reference_validation.py
tests/test_rule_impact_classifier.py
tests/test_rule_patch.py
tests/test_rule_usability.py
tests/test_run_comparator.py
tests/test_sanitized_fixture_repo.py
tests/test_secret_gate.py
tests/test_stats.py
tests/test_style_detector.py
tests/test_subsystem_tagger.py
tests/test_summarizer.py
tests/test_trend_renderer.py
tests/test_wave3_features.py
tests/fixtures/calibration/example_calibration.toml
tests/fixtures/calibration/sample_review.toml
tests/fixtures/contracts/accepted_rule.json
tests/fixtures/contracts/impact_result.json
tests/fixtures/contracts/normal_cluster.json
tests/fixtures/contracts/prompt_debt.json
tests/fixtures/contracts/severe_singleton.json
tests/fixtures/contracts/split_bundle_item.json
tests/fixtures/features/mixed_no_tags.json
tests/fixtures/features/py_validation_added.json
tests/fixtures/features/sql_column_dropped.json
tests/fixtures/features/sql_fk_added.json
tests/fixtures/features/sql_index_added.json
tests/fixtures/features/ts_auth_guard_added.json
tests/fixtures/features/ts_utc_helper_added.json
tests/fixtures/features/ts_validation_added.json
tests/fixtures/guidance/CLAUDE.md
tests/fixtures/guidance/.cursor/rules/security.md
tests/fixtures/guidance/apps/web/CLAUDE.md
tests/fixtures/guidance_with_secret/CLAUDE.md
tests/fixtures/provider-payloads/analysis-input-example.json
tests/fixtures/provider-payloads/analysis-output-example.json
tests/fixtures/provider-payloads/embeddings-input-example.json
tests/fixtures/redaction/api_key.json
tests/fixtures/redaction/api_key_aws_asia.json
tests/fixtures/redaction/api_key_aws_secret.json
tests/fixtures/redaction/api_key_bare_token_assign.json
tests/fixtures/redaction/api_key_camelcase_assign.json
tests/fixtures/redaction/api_key_openai_proj.json
tests/fixtures/redaction/api_key_openai_short.json
tests/fixtures/redaction/credentials.json
tests/fixtures/redaction/credentials_ftp_basic_auth.json
tests/fixtures/redaction/credentials_postgresql_psycopg.json
tests/fixtures/redaction/customer_identifier.json
tests/fixtures/redaction/customer_stripe_charge.json
tests/fixtures/redaction/email.json
tests/fixtures/redaction/financial_identifier.json
tests/fixtures/redaction/government_identifier.json
tests/fixtures/redaction/mixed_safe.json
tests/fixtures/redaction/person_name.json
tests/fixtures/redaction/phone_number.json
tests/fixtures/redaction/postal_address.json
tests/fixtures/redaction/private_host_internal_bare.json
tests/fixtures/redaction/private_ip_cgn.json
tests/fixtures/redaction/private_ip_link_local.json
tests/fixtures/redaction/private_ip_loopback.json
tests/fixtures/redaction/private_ip_rfc1918.json
tests/fixtures/redaction/private_ipv6_ula.json
tests/fixtures/redaction/private_url.json
tests/fixtures/redaction/secret_token.json
tests/fixtures/redaction/secret_token_authorization_token.json
tests/fixtures/redaction/secret_token_github_pat.json
tests/fixtures/redaction/secret_token_jwt.json
tests/fixtures/redaction/secret_token_short_slack.json
tests/fixtures/runs/run_prior-clusters.json
tests/fixtures/runs/run_prior.json