LICENSE
README.md
pyproject.toml
src/roam/__init__.py
src/roam/__main__.py
src/roam/api.py
src/roam/atomic_io.py
src/roam/capability.py
src/roam/cli.py
src/roam/competitor_site_data.py
src/roam/config.py
src/roam/coverage_reports.py
src/roam/exit_codes.py
src/roam/git_utils.py
src/roam/mcp-server-card.json
src/roam/mcp_server.py
src/roam/observability.py
src/roam/surface_counts.py
src/roam/telemetry.py
src/roam/agents_md/__init__.py
src/roam/agents_md/generator.py
src/roam/analysis/__init__.py
src/roam/analysis/effects.py
src/roam/analysis/taint.py
src/roam/ask/__init__.py
src/roam/ask/classifier.py
src/roam/ask/recipes.py
src/roam/ask/runner.py
src/roam/ask/workflow.py
src/roam/attest/__init__.py
src/roam/attest/cga.py
src/roam/attest/emit_vsa.py
src/roam/attest/vsa.py
src/roam/bridges/__init__.py
src/roam/bridges/base.py
src/roam/bridges/bridge_config.py
src/roam/bridges/bridge_django.py
src/roam/bridges/bridge_protobuf.py
src/roam/bridges/bridge_rest_api.py
src/roam/bridges/bridge_salesforce.py
src/roam/bridges/bridge_template.py
src/roam/bridges/registry.py
src/roam/catalog/__init__.py
src/roam/catalog/_shared.py
src/roam/catalog/clones_cross_layer.py
src/roam/catalog/clones_rename_invariant.py
src/roam/catalog/detectors.py
src/roam/catalog/fixes.py
src/roam/catalog/parallel_hierarchy.py
src/roam/catalog/python_idioms.py
src/roam/catalog/registry.py
src/roam/catalog/smells.py
src/roam/catalog/tasks.py
src/roam/catalog/type_switch.py
src/roam/catalog/versions.py
src/roam/commands/__init__.py
src/roam/commands/_command_utils.py
src/roam/commands/_yaml_loader.py
src/roam/commands/actor_helpers.py
src/roam/commands/audit_trail_helpers.py
src/roam/commands/changed_files.py
src/roam/commands/cmd_adrs.py
src/roam/commands/cmd_adversarial.py
src/roam/commands/cmd_affected.py
src/roam/commands/cmd_affected_tests.py
src/roam/commands/cmd_agent_context.py
src/roam/commands/cmd_agent_export.py
src/roam/commands/cmd_agent_plan.py
src/roam/commands/cmd_agent_score.py
src/roam/commands/cmd_agents_md.py
src/roam/commands/cmd_ai_ratio.py
src/roam/commands/cmd_ai_readiness.py
src/roam/commands/cmd_alerts.py
src/roam/commands/cmd_annotate.py
src/roam/commands/cmd_api.py
src/roam/commands/cmd_api_changes.py
src/roam/commands/cmd_api_drift.py
src/roam/commands/cmd_architecture_drift.py
src/roam/commands/cmd_article_12_check.py
src/roam/commands/cmd_ask.py
src/roam/commands/cmd_attest.py
src/roam/commands/cmd_audit.py
src/roam/commands/cmd_audit_trail_conformance.py
src/roam/commands/cmd_audit_trail_export.py
src/roam/commands/cmd_audit_trail_verify.py
src/roam/commands/cmd_auth_gaps.py
src/roam/commands/cmd_batch_search.py
src/roam/commands/cmd_bisect.py
src/roam/commands/cmd_breaking.py
src/roam/commands/cmd_brief.py
src/roam/commands/cmd_budget.py
src/roam/commands/cmd_bus_factor.py
src/roam/commands/cmd_capabilities.py
src/roam/commands/cmd_capsule.py
src/roam/commands/cmd_causal_graph.py
src/roam/commands/cmd_cga.py
src/roam/commands/cmd_changelog.py
src/roam/commands/cmd_check_rules.py
src/roam/commands/cmd_ci_setup.py
src/roam/commands/cmd_clean.py
src/roam/commands/cmd_clones.py
src/roam/commands/cmd_closure.py
src/roam/commands/cmd_clusters.py
src/roam/commands/cmd_codeowners.py
src/roam/commands/cmd_compare.py
src/roam/commands/cmd_complete.py
src/roam/commands/cmd_complexity.py
src/roam/commands/cmd_config.py
src/roam/commands/cmd_congestion.py
src/roam/commands/cmd_constitution.py
src/roam/commands/cmd_context.py
src/roam/commands/cmd_conventions.py
src/roam/commands/cmd_coupling.py
src/roam/commands/cmd_coverage_gaps.py
src/roam/commands/cmd_critique.py
src/roam/commands/cmd_cut.py
src/roam/commands/cmd_dark_matter.py
src/roam/commands/cmd_dashboard.py
src/roam/commands/cmd_db_check.py
src/roam/commands/cmd_dead.py
src/roam/commands/cmd_debt.py
src/roam/commands/cmd_delete_check.py
src/roam/commands/cmd_deps.py
src/roam/commands/cmd_describe.py
src/roam/commands/cmd_dev_profile.py
src/roam/commands/cmd_diagnose.py
src/roam/commands/cmd_diff.py
src/roam/commands/cmd_disambiguate.py
src/roam/commands/cmd_doc_staleness.py
src/roam/commands/cmd_docs_coverage.py
src/roam/commands/cmd_doctor.py
src/roam/commands/cmd_dogfood.py
src/roam/commands/cmd_dogfood_aggregate.py
src/roam/commands/cmd_drift.py
src/roam/commands/cmd_duplicates.py
src/roam/commands/cmd_effects.py
src/roam/commands/cmd_endpoints.py
src/roam/commands/cmd_entry_points.py
src/roam/commands/cmd_eval_retrieve.py
src/roam/commands/cmd_evidence_diff.py
src/roam/commands/cmd_evidence_doctor.py
src/roam/commands/cmd_evidence_oscal.py
src/roam/commands/cmd_exit_codes.py
src/roam/commands/cmd_explain_command.py
src/roam/commands/cmd_fan.py
src/roam/commands/cmd_file.py
src/roam/commands/cmd_findings.py
src/roam/commands/cmd_fingerprint.py
src/roam/commands/cmd_fitness.py
src/roam/commands/cmd_flag_dead.py
src/roam/commands/cmd_fleet.py
src/roam/commands/cmd_fn_coupling.py
src/roam/commands/cmd_forecast.py
src/roam/commands/cmd_graph_diff.py
src/roam/commands/cmd_graph_export.py
src/roam/commands/cmd_graph_stats.py
src/roam/commands/cmd_grep.py
src/roam/commands/cmd_guard.py
src/roam/commands/cmd_health.py
src/roam/commands/cmd_help_search.py
src/roam/commands/cmd_history_grep.py
src/roam/commands/cmd_hooks.py
src/roam/commands/cmd_hotspots.py
src/roam/commands/cmd_hover.py
src/roam/commands/cmd_idempotency.py
src/roam/commands/cmd_impact.py
src/roam/commands/cmd_index.py
src/roam/commands/cmd_index_bundle.py
src/roam/commands/cmd_index_stats.py
src/roam/commands/cmd_ingest_trace.py
src/roam/commands/cmd_init.py
src/roam/commands/cmd_intent.py
src/roam/commands/cmd_intent_check.py
src/roam/commands/cmd_invariants.py
src/roam/commands/cmd_laws.py
src/roam/commands/cmd_layers.py
src/roam/commands/cmd_lease.py
src/roam/commands/cmd_llm_smells.py
src/roam/commands/cmd_lsp.py
src/roam/commands/cmd_map.py
src/roam/commands/cmd_math.py
src/roam/commands/cmd_mcp.py
src/roam/commands/cmd_mcp_setup.py
src/roam/commands/cmd_mcp_status.py
src/roam/commands/cmd_memory.py
src/roam/commands/cmd_metrics.py
src/roam/commands/cmd_metrics_push.py
src/roam/commands/cmd_migration_plan.py
src/roam/commands/cmd_migration_safety.py
src/roam/commands/cmd_minimap.py
src/roam/commands/cmd_missing_index.py
src/roam/commands/cmd_mode.py
src/roam/commands/cmd_module.py
src/roam/commands/cmd_mutate.py
src/roam/commands/cmd_n1.py
src/roam/commands/cmd_next.py
src/roam/commands/cmd_oracle.py
src/roam/commands/cmd_orchestrate.py
src/roam/commands/cmd_orphan_imports.py
src/roam/commands/cmd_orphan_routes.py
src/roam/commands/cmd_over_fetch.py
src/roam/commands/cmd_owner.py
src/roam/commands/cmd_partition.py
src/roam/commands/cmd_path_coverage.py
src/roam/commands/cmd_patterns.py
src/roam/commands/cmd_permit.py
src/roam/commands/cmd_plan.py
src/roam/commands/cmd_plan_refactor.py
src/roam/commands/cmd_plugins.py
src/roam/commands/cmd_postmortem.py
src/roam/commands/cmd_pr_analyze.py
src/roam/commands/cmd_pr_bundle.py
src/roam/commands/cmd_pr_comment_render.py
src/roam/commands/cmd_pr_diff.py
src/roam/commands/cmd_pr_prep.py
src/roam/commands/cmd_pr_replay.py
src/roam/commands/cmd_pr_risk.py
src/roam/commands/cmd_pre_commit.py
src/roam/commands/cmd_preflight.py
src/roam/commands/cmd_py_modern.py
src/roam/commands/cmd_py_types.py
src/roam/commands/cmd_pytest_fixtures.py
src/roam/commands/cmd_recipes.py
src/roam/commands/cmd_recommend.py
src/roam/commands/cmd_refs_text.py
src/roam/commands/cmd_relate.py
src/roam/commands/cmd_replay.py
src/roam/commands/cmd_report.py
src/roam/commands/cmd_reset.py
src/roam/commands/cmd_retrieve.py
src/roam/commands/cmd_risk.py
src/roam/commands/cmd_rules.py
src/roam/commands/cmd_rules_validate.py
src/roam/commands/cmd_runs.py
src/roam/commands/cmd_safe_delete.py
src/roam/commands/cmd_safe_zones.py
src/roam/commands/cmd_sbom.py
src/roam/commands/cmd_schema.py
src/roam/commands/cmd_search.py
src/roam/commands/cmd_search_semantic.py
src/roam/commands/cmd_secrets.py
src/roam/commands/cmd_semantic_diff.py
src/roam/commands/cmd_side_effects.py
src/roam/commands/cmd_simulate.py
src/roam/commands/cmd_simulate_departure.py
src/roam/commands/cmd_sketch.py
src/roam/commands/cmd_skill_generate.py
src/roam/commands/cmd_smells.py
src/roam/commands/cmd_spectral.py
src/roam/commands/cmd_split.py
src/roam/commands/cmd_stale_refs.py
src/roam/commands/cmd_stats.py
src/roam/commands/cmd_suggest_refactoring.py
src/roam/commands/cmd_suggest_reviewers.py
src/roam/commands/cmd_supply_chain.py
src/roam/commands/cmd_suppress.py
src/roam/commands/cmd_surface.py
src/roam/commands/cmd_symbol.py
src/roam/commands/cmd_syntax_check.py
src/roam/commands/cmd_taint.py
src/roam/commands/cmd_telemetry.py
src/roam/commands/cmd_test_gaps.py
src/roam/commands/cmd_test_impact.py
src/roam/commands/cmd_test_pyramid.py
src/roam/commands/cmd_test_scaffold.py
src/roam/commands/cmd_testmap.py
src/roam/commands/cmd_timeline.py
src/roam/commands/cmd_tour.py
src/roam/commands/cmd_trace.py
src/roam/commands/cmd_trends.py
src/roam/commands/cmd_triage.py
src/roam/commands/cmd_tx_boundaries.py
src/roam/commands/cmd_understand.py
src/roam/commands/cmd_uses.py
src/roam/commands/cmd_verify.py
src/roam/commands/cmd_verify_imports.py
src/roam/commands/cmd_version.py
src/roam/commands/cmd_vibe_check.py
src/roam/commands/cmd_visualize.py
src/roam/commands/cmd_vuln_map.py
src/roam/commands/cmd_vuln_reach.py
src/roam/commands/cmd_vulns.py
src/roam/commands/cmd_watch.py
src/roam/commands/cmd_weather.py
src/roam/commands/cmd_why.py
src/roam/commands/cmd_why_fail.py
src/roam/commands/cmd_why_slow.py
src/roam/commands/cmd_workflow.py
src/roam/commands/cmd_ws.py
src/roam/commands/cmd_xlang.py
src/roam/commands/codeowners_helpers.py
src/roam/commands/context_helpers.py
src/roam/commands/conventions_helper.py
src/roam/commands/finding_suppress.py
src/roam/commands/gate_presets.py
src/roam/commands/git_helpers.py
src/roam/commands/graph_helpers.py
src/roam/commands/grep_helpers.py
src/roam/commands/metrics_history.py
src/roam/commands/next_steps.py
src/roam/commands/resolve.py
src/roam/commands/smells_suppress.py
src/roam/commands/stale_index.py
src/roam/commands/stale_refs_anchors.py
src/roam/commands/stale_refs_hints.py
src/roam/commands/suppression.py
src/roam/commands/pr_analyze/__init__.py
src/roam/commands/pr_analyze/audit_trail.py
src/roam/commands/pr_analyze/cache.py
src/roam/commands/pr_analyze/rules.py
src/roam/constitution/__init__.py
src/roam/constitution/loader.py
src/roam/critique/__init__.py
src/roam/critique/aggregator.py
src/roam/critique/checks.py
src/roam/db/__init__.py
src/roam/db/connection.py
src/roam/db/edge_kinds.py
src/roam/db/findings.py
src/roam/db/fs_detect.py
src/roam/db/queries.py
src/roam/db/schema.py
src/roam/eval/__init__.py
src/roam/eval/harness.py
src/roam/evidence/__init__.py
src/roam/evidence/_vocabulary.py
src/roam/evidence/actor_trust.py
src/roam/evidence/approval.py
src/roam/evidence/artifact.py
src/roam/evidence/banner.py
src/roam/evidence/change_evidence.py
src/roam/evidence/collector.py
src/roam/evidence/completeness_compat.py
src/roam/evidence/config_hashes.py
src/roam/evidence/config_hashes_producer.py
src/roam/evidence/control_mapping_vocab.py
src/roam/evidence/env_refs.py
src/roam/evidence/feedback.py
src/roam/evidence/github_reviews.py
src/roam/evidence/link.py
src/roam/evidence/mcp_receipt.py
src/roam/evidence/oscal.py
src/roam/evidence/policy.py
src/roam/evidence/profiles.py
src/roam/evidence/provenance.py
src/roam/evidence/refs.py
src/roam/evidence/subject.py
src/roam/fleet/__init__.py
src/roam/fleet/adapters.py
src/roam/fleet/manifest.py
src/roam/graph/__init__.py
src/roam/graph/anomaly.py
src/roam/graph/builder.py
src/roam/graph/clone_detect.py
src/roam/graph/clusters.py
src/roam/graph/cycles.py
src/roam/graph/dark_matter.py
src/roam/graph/diff.py
src/roam/graph/fingerprint.py
src/roam/graph/layers.py
src/roam/graph/pagerank.py
src/roam/graph/partition.py
src/roam/graph/pathfinding.py
src/roam/graph/propagation.py
src/roam/graph/simulate.py
src/roam/graph/spectral.py
src/roam/graph/stats.py
src/roam/graph/versioning.py
src/roam/index/__init__.py
src/roam/index/_containing_symbol.py
src/roam/index/complexity.py
src/roam/index/discovery.py
src/roam/index/django_post.py
src/roam/index/file_roles.py
src/roam/index/git_stats.py
src/roam/index/gitignore.py
src/roam/index/incremental.py
src/roam/index/indexer.py
src/roam/index/laravel_post.py
src/roam/index/manifest.py
src/roam/index/parser.py
src/roam/index/pytest_fixtures.py
src/roam/index/registry_dispatch.py
src/roam/index/relations.py
src/roam/index/symbols.py
src/roam/index/test_conventions.py
src/roam/languages/__init__.py
src/roam/languages/apex_lang.py
src/roam/languages/aura_lang.py
src/roam/languages/base.py
src/roam/languages/c_lang.py
src/roam/languages/csharp_lang.py
src/roam/languages/dart_lang.py
src/roam/languages/extractor_schema.py
src/roam/languages/foxpro_lang.py
src/roam/languages/generic_lang.py
src/roam/languages/go_lang.py
src/roam/languages/hcl_lang.py
src/roam/languages/java_lang.py
src/roam/languages/javascript_lang.py
src/roam/languages/kotlin_lang.py
src/roam/languages/php_lang.py
src/roam/languages/python_lang.py
src/roam/languages/query_engine.py
src/roam/languages/registry.py
src/roam/languages/ruby_lang.py
src/roam/languages/rust_lang.py
src/roam/languages/scala_lang.py
src/roam/languages/sfxml_lang.py
src/roam/languages/sql_lang.py
src/roam/languages/swift_lang.py
src/roam/languages/typescript_lang.py
src/roam/languages/visualforce_lang.py
src/roam/languages/yaml_lang.py
src/roam/languages/extractors/__init__.py
src/roam/languages/extractors/kotlin.yaml
src/roam/laws/__init__.py
src/roam/laws/checker.py
src/roam/laws/miner.py
src/roam/laws/serializer.py
src/roam/leases/__init__.py
src/roam/leases/store.py
src/roam/mcp_extras/__init__.py
src/roam/mcp_extras/completions.py
src/roam/mcp_extras/concurrency.py
src/roam/mcp_extras/preflight.py
src/roam/mcp_extras/progress.py
src/roam/mcp_extras/sampling.py
src/roam/mcp_extras/session.py
src/roam/mcp_extras/watcher.py
src/roam/memory/__init__.py
src/roam/memory/store.py
src/roam/modes/__init__.py
src/roam/modes/policy.py
src/roam/output/__init__.py
src/roam/output/_severity.py
src/roam/output/confidence.py
src/roam/output/errors.py
src/roam/output/file_role_hints.py
src/roam/output/formatter.py
src/roam/output/framework_filter.py
src/roam/output/mermaid.py
src/roam/output/metric_definitions.py
src/roam/output/project_shape.py
src/roam/output/risk.py
src/roam/output/sarif.py
src/roam/output/schema_registry.py
src/roam/output/structured_unknowns.py
src/roam/permits/__init__.py
src/roam/permits/store.py
src/roam/plugins/__init__.py
src/roam/plugins/registry.py
src/roam/policy/__init__.py
src/roam/policy/graph_clauses.py
src/roam/policy/suppression_v2.py
src/roam/quality/__init__.py
src/roam/quality/ai_rot.py
src/roam/quality/cycles.py
src/roam/quality/god_components.py
src/roam/quality/public_symbols.py
src/roam/refactor/__init__.py
src/roam/refactor/codegen.py
src/roam/refactor/transforms.py
src/roam/retrieve/__init__.py
src/roam/retrieve/learned_ranker.py
src/roam/retrieve/pipeline.py
src/roam/retrieve/rerank.py
src/roam/retrieve/seeds.py
src/roam/retrieve/semantic.py
src/roam/rules/__init__.py
src/roam/rules/ast_match.py
src/roam/rules/builtin.py
src/roam/rules/dataflow.py
src/roam/rules/engine.py
src/roam/runs/__init__.py
src/roam/runs/helpers.py
src/roam/runs/ledger.py
src/roam/runs/signing.py
src/roam/runtime/__init__.py
src/roam/runtime/daemon.py
src/roam/runtime/graph_backend.py
src/roam/runtime/hotspots.py
src/roam/runtime/lock_modes.py
src/roam/runtime/lockmgr.py
src/roam/runtime/trace_ingest.py
src/roam/search/__init__.py
src/roam/search/framework_packs.py
src/roam/search/index_embeddings.py
src/roam/search/onnx_embeddings.py
src/roam/search/tfidf.py
src/roam/security/__init__.py
src/roam/security/aibom_extension.py
src/roam/security/redact.py
src/roam/security/sbom_reachability.py
src/roam/security/taint_classifier.py
src/roam/security/taint_engine.py
src/roam/security/vuln_reach.py
src/roam/security/vuln_store.py
src/roam/security/taint_rules/__init__.py
src/roam/security/taint_rules/api_error_leak.yaml
src/roam/security/taint_rules/java_deserialization.yaml
src/roam/security/taint_rules/java_fileupload_path_traversal.yaml
src/roam/security/taint_rules/java_sqli.yaml
src/roam/security/taint_rules/js_insecure_jwt_decode.yaml
src/roam/security/taint_rules/js_localstorage_secrets.yaml
src/roam/security/taint_rules/js_prototype_pollution.yaml
src/roam/security/taint_rules/js_ssrf.yaml
src/roam/security/taint_rules/js_xss.yaml
src/roam/security/taint_rules/php_command_injection.yaml
src/roam/security/taint_rules/php_laravel_open_redirect.yaml
src/roam/security/taint_rules/php_laravel_sqli.yaml
src/roam/security/taint_rules/php_laravel_xss.yaml
src/roam/security/taint_rules/php_path_traversal.yaml
src/roam/security/taint_rules/python_basic.yaml
src/roam/security/taint_rules/python_deserialization.yaml
src/roam/security/taint_rules/python_path_traversal.yaml
src/roam/security/taint_rules/python_socketio_remote_source.yaml
src/roam/security/taint_rules/python_sqli.yaml
src/roam/security/taint_rules/python_ssti.yaml
src/roam/security/taint_rules/python_urllib_open_redirect.yaml
src/roam/security/taint_rules/vue_v_html.yaml
src/roam/templates/__init__.py
src/roam/templates/audit_report/__init__.py
src/roam/templates/audit_report/control-mapping.yaml
src/roam/templates/ci/Jenkinsfile
src/roam/templates/ci/__init__.py
src/roam/templates/ci/agent-review.yml
src/roam/templates/ci/azure-pipelines.yml
src/roam/templates/ci/bitbucket-pipelines.yml
src/roam/templates/ci/gitlab-ci.yml
src/roam/templates/ci/slsa-src-l3.yml
src/roam/workspace/__init__.py
src/roam/workspace/aggregator.py
src/roam/workspace/api_scanner.py
src/roam/workspace/config.py
src/roam/workspace/db.py
src/roam/world_model/__init__.py
src/roam/world_model/causal_graph.py
src/roam/world_model/idempotency.py
src/roam/world_model/side_effects.py
src/roam/world_model/tx_boundaries.py
src/roam_code.egg-info/PKG-INFO
src/roam_code.egg-info/SOURCES.txt
src/roam_code.egg-info/dependency_links.txt
src/roam_code.egg-info/entry_points.txt
src/roam_code.egg-info/requires.txt
src/roam_code.egg-info/top_level.txt
tests/test_actor_refs_provenance.py
tests/test_actor_trust.py
tests/test_adrs.py
tests/test_adversarial.py
tests/test_affected.py
tests/test_agent_export.py
tests/test_agent_mode.py
tests/test_agent_modes.py
tests/test_agent_plan_context.py
tests/test_agent_score.py
tests/test_agents_md.py
tests/test_ai_ratio.py
tests/test_ai_readiness.py
tests/test_ai_rot_reconciliation.py
tests/test_alerts_cmd.py
tests/test_algo_nested_lookup_dataflow.py
tests/test_alias_deprecation.py
tests/test_annotations.py
tests/test_anomaly.py
tests/test_api_changes.py
tests/test_api_drift.py
tests/test_approvals_provenance.py
tests/test_architecture_drift.py
tests/test_ask.py
tests/test_atomic_io_consolidation.py
tests/test_atomic_writes.py
tests/test_attest.py
tests/test_attest_vsa.py
tests/test_audit_trail_aggregate.py
tests/test_audit_trail_conformance.py
tests/test_audit_trail_sequence.py
tests/test_audit_trail_verify.py
tests/test_auth_gaps.py
tests/test_auth_gaps_helper_indirection.py
tests/test_authority_refs_provenance.py
tests/test_authority_refs_source.py
tests/test_authority_run_ledger_corroboration.py
tests/test_auto_count_script.py
tests/test_backend_fixes_round2.py
tests/test_backend_fixes_round3.py
tests/test_basic.py
tests/test_batch_mcp.py
tests/test_batch_search_paths.py
tests/test_bisect.py
tests/test_bridge_django.py
tests/test_bridges.py
tests/test_bridges_extended.py
tests/test_brief.py
tests/test_budget.py
tests/test_budget_coverage_survey.py
tests/test_budget_flag.py
tests/test_budget_phase2.py
tests/test_bus_factor.py
tests/test_bus_factor_excludes.py
tests/test_caller_metric_definition.py
tests/test_canonical_constant_citations.py
tests/test_canonical_demo_fixture.py
tests/test_capability_decoration.py
tests/test_capability_registry.py
tests/test_capsule.py
tests/test_catalog_registry.py
tests/test_catalog_shared.py
tests/test_causal_graph.py
tests/test_cga.py
tests/test_cga_dirty_hash_binding.py
tests/test_cga_fail_closed.py
tests/test_changed_files_none_guard.py
tests/test_check_rules.py
tests/test_ci_gate_eval.py
tests/test_ci_sarif_guard.py
tests/test_ci_setup.py
tests/test_cli_cache_atomic.py
tests/test_cli_contract.py
tests/test_cli_deprecated_commands_schema.py
tests/test_cli_responses_write.py
tests/test_clones.py
tests/test_closure.py
tests/test_cloud_sync_detection.py
tests/test_cmd_affected_tests_resolution.py
tests/test_cmd_affected_tests_sarif.py
tests/test_cmd_auth_gaps_sarif.py
tests/test_cmd_budget_warnings_out.py
tests/test_cmd_bus_factor_sarif.py
tests/test_cmd_check_rules_warnings_out.py
tests/test_cmd_clones_sarif.py
tests/test_cmd_closure_resolution.py
tests/test_cmd_complexity_warnings_out.py
tests/test_cmd_context_resolution.py
tests/test_cmd_critique_sarif.py
tests/test_cmd_dark_matter_sarif.py
tests/test_cmd_dead_resolution.py
tests/test_cmd_delete_check_sarif.py
tests/test_cmd_diagnose_resolution.py
tests/test_cmd_dogfood_aggregate_frontmatter.py
tests/test_cmd_duplicates_sarif.py
tests/test_cmd_fan_sarif.py
tests/test_cmd_findings.py
tests/test_cmd_fitness_warnings_out.py
tests/test_cmd_flag_dead_sarif.py
tests/test_cmd_flag_dead_warnings_out.py
tests/test_cmd_guard_resolution.py
tests/test_cmd_guard_unresolved.py
tests/test_cmd_health_warnings_out.py
tests/test_cmd_hotspots_resolution.py
tests/test_cmd_hotspots_sarif.py
tests/test_cmd_hover_resolution.py
tests/test_cmd_impact_resolution.py
tests/test_cmd_impact_sarif.py
tests/test_cmd_invariants_resolution.py
tests/test_cmd_laws_sarif.py
tests/test_cmd_llm_smells_sarif.py
tests/test_cmd_mcp_fast_startup.py
tests/test_cmd_metrics_resolution.py
tests/test_cmd_missing_index_sarif.py
tests/test_cmd_n1_sarif.py
tests/test_cmd_orphan_imports_sarif.py
tests/test_cmd_orphan_routes_sarif.py
tests/test_cmd_over_fetch_sarif.py
tests/test_cmd_partition_sarif.py
tests/test_cmd_permit_persist.py
tests/test_cmd_permit_persist_redteam.py
tests/test_cmd_plan_refactor_resolution.py
tests/test_cmd_plan_refactor_unresolved.py
tests/test_cmd_plan_resolution.py
tests/test_cmd_pr_bundle_resolution.py
tests/test_cmd_preflight_resolution.py
tests/test_cmd_pytest_fixtures_resolution.py
tests/test_cmd_relate_resolution.py
tests/test_cmd_safe_delete_resolution.py
tests/test_cmd_safe_zones_resolution.py
tests/test_cmd_smells_resolution.py
tests/test_cmd_smells_sarif.py
tests/test_cmd_symbol_resolution.py
tests/test_cmd_test_impact_sarif.py
tests/test_cmd_test_scaffold_resolution.py
tests/test_cmd_testmap_resolution.py
tests/test_cmd_trace_resolution.py
tests/test_cmd_verify_imports_sarif.py
tests/test_cmd_visualize_resolution.py
tests/test_cmd_why_resolution.py
tests/test_codeowners.py
tests/test_command_help_template.py
tests/test_commands_architecture.py
tests/test_commands_exploration.py
tests/test_commands_health.py
tests/test_commands_refactoring.py
tests/test_commands_workflow.py
tests/test_compare_cli.py
tests/test_compat_sweep.py
tests/test_competitor_site_data.py
tests/test_complete_prefix.py
tests/test_compound_registry.py
tests/test_comprehensive.py
tests/test_confidence_triples.py
tests/test_config.py
tests/test_congestion.py
tests/test_constitution.py
tests/test_context_propagation.py
tests/test_conventions_cmd.py
tests/test_conventions_consolidation.py
tests/test_count_drift_hook.py
tests/test_count_drift_no_overlap.py
tests/test_coverage_gaps_cmd.py
tests/test_coverage_ingestion.py
tests/test_critique.py
tests/test_cut.py
tests/test_dark_matter.py
tests/test_dark_matter_helpers.py
tests/test_dart.py
tests/test_dashboard.py
tests/test_dashboard_unique_signals.py
tests/test_dataflow_dead.py
tests/test_db_tuning.py
tests/test_db_user_version.py
tests/test_dead_aging.py
tests/test_dead_mcp_seeding.py
tests/test_dead_vue_consumers.py
tests/test_decorator_registry_parity.py
tests/test_defer_loading.py
tests/test_demo_fixtures.py
tests/test_demo_gif_asset.py
tests/test_describe.py
tests/test_describe_stack_leak.py
tests/test_destructive_tools_derived.py
tests/test_detail_flag.py
tests/test_detail_flag_hints.py
tests/test_detail_semantics.py
tests/test_detector_precision.py
tests/test_detector_registry.py
tests/test_deterministic_output.py
tests/test_dev_profile.py
tests/test_diff_empty_state.py
tests/test_difficulty_scoring.py
tests/test_doc_consistency.py
tests/test_doc_hygiene_ci_gate.py
tests/test_doc_link_anchors.py
tests/test_doc_staleness.py
tests/test_docker_assets.py
tests/test_docs_coverage.py
tests/test_docs_site_quality.py
tests/test_doctor.py
tests/test_doctor_breadcrumb.py
tests/test_doctor_ci_workflow_drift.py
tests/test_doctor_hints_in_errors.py
tests/test_doctor_refresh_install.py
tests/test_doctor_stale_signal_advisory.py
tests/test_dogfood.py
tests/test_dogfood_aggregate.py
tests/test_dogfood_dedup_check.py
tests/test_dogfood_dedup_check_e2e.py
tests/test_drift.py
tests/test_drift_by_team.py
tests/test_duplicates.py
tests/test_duplicates_bounded.py
tests/test_effects.py
tests/test_effects_propagation.py
tests/test_eight_questions_audit.py
tests/test_empty_state_framing.py
tests/test_endpoints.py
tests/test_entry_points_cmd.py
tests/test_env_refs_helper.py
tests/test_eval_retrieve.py
tests/test_evidence_banner.py
tests/test_evidence_collector.py
tests/test_evidence_diff_cmd.py
tests/test_evidence_doctor.py
tests/test_evidence_feedback.py
tests/test_evidence_limitations.py
tests/test_evidence_oscal.py
tests/test_evidence_oscal_ar.py
tests/test_evidence_packet_size.py
tests/test_evidence_policy.py
tests/test_evidence_pr_replay.py
tests/test_evidence_profiles.py
tests/test_evidence_provenance.py
tests/test_evidence_redaction_snapshots.py
tests/test_evidence_schema_migration.py
tests/test_evidence_stale_producer.py
tests/test_evidence_v0.py
tests/test_except_pass_narrow.py
tests/test_exclude_patterns.py
tests/test_exit_codes.py
tests/test_extension_constant_consolidation.py
tests/test_extension_versioning.py
tests/test_extractor_grammar_drift.py
tests/test_extractor_smoke.py
tests/test_fallback_contracts.py
tests/test_fetch_handle_chunked.py
tests/test_file_roles.py
tests/test_find_project_root_worktree.py
tests/test_find_symbol_tier_stamp.py
tests/test_finding_suppress.py
tests/test_findings_audit_trail_conformance.py
tests/test_findings_audit_trail_verify.py
tests/test_findings_auth_gaps.py
tests/test_findings_bus_factor.py
tests/test_findings_clones.py
tests/test_findings_complexity.py
tests/test_findings_conventions.py
tests/test_findings_critique.py
tests/test_findings_dark_matter.py
tests/test_findings_dead.py
tests/test_findings_doctor.py
tests/test_findings_duplicates.py
tests/test_findings_fan.py
tests/test_findings_fingerprint.py
tests/test_findings_health.py
tests/test_findings_hotspots.py
tests/test_findings_laws.py
tests/test_findings_missing_index.py
tests/test_findings_n1.py
tests/test_findings_orphan_imports.py
tests/test_findings_over_fetch.py
tests/test_findings_pr_risk.py
tests/test_findings_registry.py
tests/test_findings_smells.py
tests/test_findings_taint.py
tests/test_findings_vibe_check.py
tests/test_findings_vulns.py
tests/test_fingerprint.py
tests/test_first_error_message_preserved.py
tests/test_fixes.py
tests/test_flag_dead.py
tests/test_fleet.py
tests/test_fn_coupling.py
tests/test_forecast.py
tests/test_formatter_agent_contract.py
tests/test_formatter_preserved_list_fields.py
tests/test_formatters.py
tests/test_foxpro.py
tests/test_framework_detection.py
tests/test_fts5_docstring.py
tests/test_fts5_incremental.py
tests/test_gate_presets.py
tests/test_git_helpers.py
tests/test_git_stats_skip.py
tests/test_git_utils.py
tests/test_github_reviews_parser.py
tests/test_global_ci_mode.py
tests/test_graph_versioning.py
tests/test_grep_extended.py
tests/test_grep_integration.py
tests/test_grep_performance.py
tests/test_grep_xlang.py
tests/test_guard.py
tests/test_health_baseline.py
tests/test_health_gate.py
tests/test_hooks.py
tests/test_hostile_markdown_inputs.py
tests/test_hotspots.py
tests/test_hover.py
tests/test_idempotency.py
tests/test_ignore_findings_warnings_out.py
tests/test_impact_bounded.py
tests/test_index.py
tests/test_index_bundle.py
tests/test_index_import_verification.py
tests/test_index_step_manifest.py
tests/test_init_cmd.py
tests/test_init_no_unsolicited_writes.py
tests/test_install_check.py
tests/test_intent.py
tests/test_invariants.py
tests/test_iri_migration.py
tests/test_is_excluded_path_none_guard.py
tests/test_is_test_path.py
tests/test_json_contracts.py
tests/test_json_error_envelope.py
tests/test_kotlin_swift_extractors.py
tests/test_language_corpus.py
tests/test_languages.py
tests/test_laravel_dead_idioms.py
tests/test_laravel_fp_fixes.py
tests/test_law4_anchor_counts.py
tests/test_law4_anchoring.py
tests/test_law4_lint.py
tests/test_law4_residual.py
tests/test_law4_stragglers.py
tests/test_laws_mining.py
tests/test_lease_system.py
tests/test_ledger_signing.py
tests/test_library_api.py
tests/test_llm_smells.py
tests/test_load_suppressions_warnings_out.py
tests/test_load_yaml_with_warnings.py
tests/test_loop_e2e.py
tests/test_loop_performance.py
tests/test_manifest.py
tests/test_math.py
tests/test_math_fp_fixes.py
tests/test_math_tips.py
tests/test_mcp_W303_wrappers.py
tests/test_mcp_W304_wrappers.py
tests/test_mcp_W305_wrappers.py
tests/test_mcp_W306_wrappers.py
tests/test_mcp_architecture_wrappers.py
tests/test_mcp_batch_search_complete_parity.py
tests/test_mcp_cold_start_guard.py
tests/test_mcp_contract_enforcement.py
tests/test_mcp_decision_receipt.py
tests/test_mcp_exploration_wrappers.py
tests/test_mcp_extras.py
tests/test_mcp_handle_off.py
tests/test_mcp_health_wrappers.py
tests/test_mcp_json_parse_defense.py
tests/test_mcp_param_aliases.py
tests/test_mcp_param_aliases_input_path.py
tests/test_mcp_param_names.py
tests/test_mcp_pattern1_variant_b.py
tests/test_mcp_receipt_emitter.py
tests/test_mcp_refactoring_wrappers.py
tests/test_mcp_server.py
tests/test_mcp_server_card_hash.py
tests/test_mcp_setup.py
tests/test_mcp_setup_write.py
tests/test_mcp_tool_telemetry.py
tests/test_mcp_tool_versioning.py
tests/test_mcp_wrapper_coverage.py
tests/test_memory_substrate.py
tests/test_mermaid.py
tests/test_metric_definition_sidecars.py
tests/test_metrics_cmd.py
tests/test_metrics_push.py
tests/test_migration_plan.py
tests/test_migration_safety.py
tests/test_minimap.py
tests/test_missing_index.py
tests/test_missing_index_unconditional.py
tests/test_missing_index_unconditional_first.py
tests/test_mode_bootstrap_allowlist.py
tests/test_mode_classification_coverage.py
tests/test_mode_enforcement_dispatch.py
tests/test_mutate.py
tests/test_mutate_apply.py
tests/test_n1.py
tests/test_n1_fixes.py
tests/test_next_router.py
tests/test_next_steps.py
tests/test_no_internal_language.py
tests/test_non_idempotent_tools_derived.py
tests/test_non_read_only_tools_derived.py
tests/test_onboard.py
tests/test_optional_imports_guarded.py
tests/test_oracle.py
tests/test_orchestrate.py
tests/test_orphan_imports_filters.py
tests/test_orphan_routes.py
tests/test_oss_bench_harness.py
tests/test_over_fetch.py
tests/test_over_fetch_three_state.py
tests/test_owner_path_not_found.py
tests/test_package_data_wheel_drift.py
tests/test_pagerank_truncation.py
tests/test_parallel_analyzers.py
tests/test_partition.py
tests/test_path_coverage.py
tests/test_pattern3c_reconciliation.py
tests/test_patterns_cmd.py
tests/test_per_finding_suppressions_warnings_out.py
tests/test_performance.py
tests/test_personalized_pagerank.py
tests/test_phase0_commands.py
tests/test_plan.py
tests/test_plugin_discovery.py
tests/test_plugin_dogfood_rails.py
tests/test_plugin_substrate.py
tests/test_policy_decisions_provenance.py
tests/test_policy_graph_clauses.py
tests/test_pr_analyze.py
tests/test_pr_analyze_cache.py
tests/test_pr_analyze_diff_failure_propagation.py
tests/test_pr_analyze_edge_cases.py
tests/test_pr_analyze_helpers.py
tests/test_pr_analyze_v2_signals.py
tests/test_pr_bundle.py
tests/test_pr_bundle_causal_diff.py
tests/test_pr_bundle_nonexistent_symbol.py
tests/test_pr_bundle_r28_integration.py
tests/test_pr_comment_render.py
tests/test_pr_comment_script.py
tests/test_pr_diff.py
tests/test_pr_replay.py
tests/test_pr_replay_github_reviews.py
tests/test_pr_risk_author.py
tests/test_producer_collector_contracts.py
tests/test_progress.py
tests/test_progressive_disclosure.py
tests/test_properties.py
tests/test_pytest_fixtures.py
tests/test_python_extractor_docstring_safety.py
tests/test_python_extractor_v2.py
tests/test_python_idioms_e2e.py
tests/test_python_pivot.py
tests/test_readme_surface_consistency.py
tests/test_realworld_feedback.py
tests/test_refactoring_intelligence.py
tests/test_registry_dispatch.py
tests/test_regression_fp_corpus.py
tests/test_relate.py
tests/test_relations.py
tests/test_rename_edge_recovery.py
tests/test_replay.py
tests/test_repo_root_helper.py
tests/test_report.py
tests/test_reset_clean.py
tests/test_resolution_disclosure.py
tests/test_resolve.py
tests/test_resolver_import_target_preference.py
tests/test_response_volume_handles.py
tests/test_retrieve.py
tests/test_retrieve_cross_repo.py
tests/test_retrieve_seeds.py
tests/test_risk.py
tests/test_ruby.py
tests/test_rule_profiles.py
tests/test_rules.py
tests/test_rules_ast_match.py
tests/test_rules_community_pack.py
tests/test_rules_dataflow.py
tests/test_rules_engine_warnings_out.py
tests/test_rules_symbol_requirements.py
tests/test_rules_validate.py
tests/test_runs_auto_log.py
tests/test_runs_end_with_bundle.py
tests/test_runs_ledger.py
tests/test_runtime.py
tests/test_runtime_score.py
tests/test_salesforce.py
tests/test_sarif_consumer_list.py
tests/test_sarif_consumers_schema.py
tests/test_sarif_disclosure_coverage.py
tests/test_sarif_enrichment.py
tests/test_sarif_flag.py
tests/test_sarif_runtime_notifications.py
tests/test_sarif_suppressions_warnings_out.py
tests/test_sbom.py
tests/test_sbom_fp_categories.py
tests/test_scala.py
tests/test_schema_versioning.py
tests/test_search_explain.py
tests/test_secrets.py
tests/test_secrets_v2.py
tests/test_security_redact.py
tests/test_semantic_diff.py
tests/test_semantic_onnx.py
tests/test_semantic_search.py
tests/test_side_effects.py
tests/test_simulate.py
tests/test_simulate_departure.py
tests/test_situation_compounds.py
tests/test_sketch.py
tests/test_skill_generate.py
tests/test_smells.py
tests/test_smells_confidence_mapping_parity.py
tests/test_smells_detector_count_drift.py
tests/test_smoke.py
tests/test_sna_metrics.py
tests/test_spectral.py
tests/test_spectral_bounded.py
tests/test_split_cmd.py
tests/test_sql.py
tests/test_sql_like_escape_discipline.py
tests/test_staged_rollout_readiness.py
tests/test_stale_db_dir_error.py
tests/test_stale_refs.py
tests/test_stale_refs_corruption.py
tests/test_stale_refs_dogfood_fixes.py
tests/test_state_family_aliases.py
tests/test_strip_list_payloads_preserves_warnings_out.py
tests/test_structured_unknown_filter.py
tests/test_suggest_reviewers.py
tests/test_supply_chain.py
tests/test_suppression_v2.py
tests/test_suppressions_unified_schema.py
tests/test_surface_consistency.py
tests/test_surface_counts.py
tests/test_synergy_agents_md_mode.py
tests/test_synergy_next_mode.py
tests/test_synergy_pr_bundle_mode.py
tests/test_synergy_runs_mode.py
tests/test_syntax_check.py
tests/test_taint.py
tests/test_taint_analysis.py
tests/test_taint_classifier.py
tests/test_taint_intraprocedural.py
tests/test_taint_java_deserialization.py
tests/test_taint_java_sqli.py
tests/test_taint_owasp_top10.py
tests/test_taint_php_laravel.py
tests/test_taint_rule_hygiene.py
tests/test_taint_ssti.py
tests/test_task_optional_tools_derived.py
tests/test_task_required_tools_derived.py
tests/test_test_conventions.py
tests/test_test_detection_consolidation.py
tests/test_test_gaps.py
tests/test_test_scaffold.py
tests/test_testmap.py
tests/test_top_flag_consistency.py
tests/test_tour_cmd.py
tests/test_trace_bounded.py
tests/test_trends.py
tests/test_trends_cohort.py
tests/test_triage.py
tests/test_tx_boundaries.py
tests/test_user_version_discipline.py
tests/test_uses_cmd.py
tests/test_v1215_passes.py
tests/test_v1216_passes.py
tests/test_v1216_passes_41_50.py
tests/test_v1216_passes_51_60.py
tests/test_v1217_passes_61_80.py
tests/test_v1218_passes_81_90.py
tests/test_v1219_passes_91_100.py
tests/test_v1220_passes_101_110.py
tests/test_v1221_query_timeout.py
tests/test_v1221_untested_commands.py
tests/test_v12_2.py
tests/test_v2_edge_cases.py
tests/test_v2_integration.py
tests/test_v6_features.py
tests/test_v71_features.py
tests/test_v7_features.py
tests/test_v82_features.py
tests/test_validate_plan.py
tests/test_verify.py
tests/test_verify_imports.py
tests/test_version_stamps.py
tests/test_vibe_check.py
tests/test_vibe_check_framework_hooks.py
tests/test_visualize.py
tests/test_vocabulary_drift_w198.py
tests/test_vue_sfc_imports.py
tests/test_vue_vitest_detection.py
tests/test_vuln.py
tests/test_vulns_cmd.py
tests/test_w1057_math_unknown_detectors.py
tests/test_w1068_search_unknown_kind.py
tests/test_w1069_endpoints_unknown_framework.py
tests/test_w1070_test_scaffold_unknown_framework.py
tests/test_w1074_workflow_explain_unknown.py
tests/test_w1075_endpoints_unknown_method.py
tests/test_w1079_oracle_unknown.py
tests/test_w1111_click_argument_name_lint.py
tests/test_w1121_click_argument_file_lint.py
tests/test_w1121_click_argument_input_path_lint.py
tests/test_w1121_click_argument_pattern_lint.py
tests/test_w1121_click_argument_target_lint.py
tests/test_w1136_click_option_input_path_dest_lint.py
tests/test_w1253_hash_drift.py
tests/test_w1254_evidence_stale_consumer.py
tests/test_w1255_config_hashes.py
tests/test_w1261_vsa_stale_consumer.py
tests/test_w1262_evidence_doctor_stale_banner.py
tests/test_w1266_completeness_compat.py
tests/test_w1272_unresolved_exit_convention.py
tests/test_w1279_producer_integration.py
tests/test_w211_refs_extensions.py
tests/test_w251_ci_env_detection.py
tests/test_w444_mcp_tool_names_no_dedupe.py
tests/test_w484_templates_ci_reachable.py
tests/test_w512_edge_kinds_drift.py
tests/test_w547_severity_drift.py
tests/test_w588_fragile_path_drift.py
tests/test_w639_detector_smoke.py
tests/test_w661_algo_detector_smoke.py
tests/test_w662_bare_except_drift.py
tests/test_w664_package_data_init_drift.py
tests/test_w668_as_file_pattern_drift.py
tests/test_w680_world_model_empty_corpus.py
tests/test_w681_taint_engine_positive_smoke.py
tests/test_w693_suppression_cross_loader.py
tests/test_w703_comment_syntax_coverage.py
tests/test_w711_mcp_card_error_branches.py
tests/test_w712_mcp_list_tools_smoke.py
tests/test_w738_suppression_wire_format.py
tests/test_w762_severity_upper_drift.py
tests/test_w792_well_known_card_mirrors.py
tests/test_w801_endpoints_empty_corpus.py
tests/test_w802_dead_empty_corpus.py
tests/test_w803_n1_empty_corpus.py
tests/test_w806_complexity_empty_corpus.py
tests/test_w807_missing_index_empty_corpus.py
tests/test_w808_clones_empty_corpus.py
tests/test_w809_over_fetch_empty_corpus.py
tests/test_w811_bus_factor_empty_corpus.py
tests/test_w812_orphan_imports_empty_corpus.py
tests/test_w815_auth_gaps_empty_corpus.py
tests/test_w816_hotspots_empty_corpus.py
tests/test_w820_smells_empty_corpus.py
tests/test_w821_duplicates_empty_corpus.py
tests/test_w823_vulns_empty_corpus.py
tests/test_w824_invariants_empty_corpus.py
tests/test_w825_taint_empty_corpus.py
tests/test_w827_audit_trail_conformance_empty_corpus.py
tests/test_w828_pr_risk_empty_corpus.py
tests/test_w829_audit_trail_verify_empty_corpus.py
tests/test_w830_audit_trail_verify_gate.py
tests/test_w831_critique_empty_corpus.py
tests/test_w833_health_empty_corpus.py
tests/test_w835_doctor_empty_corpus.py
tests/test_w852_type_switch.py
tests/test_w853_speculative_generality.py
tests/test_w855_rename_invariant_clones.py
tests/test_w856_cross_layer_clones.py
tests/test_w857_parallel_hierarchy.py
tests/test_w870_detector_version_stamp_parity.py
tests/test_w910_alerts_threshold_parity.py
tests/test_w911_confidence_tier_parity.py
tests/test_w912_detector_metadata_coverage.py
tests/test_w918_alerts_silent_fallback.py
tests/test_w954_core_tools_capability_drift.py
tests/test_w962_w963_w964_alerts_pattern2.py
tests/test_w987_smells_pattern2.py
tests/test_w989_pr_risk_pattern2.py
tests/test_w994_w995_suppress_yaml.py
tests/test_watch.py
tests/test_why.py
tests/test_why_slow.py
tests/test_workspace.py
tests/test_world_model_classifier_fidelity.py
tests/test_ws_resolve_fixes.py
tests/test_ws_resolve_unmatched.py
tests/test_x_lang_scope.py
tests/test_xlang.py
tests/test_yaml_hcl.py