LICENSE
README.md
pyproject.toml
tests/test_agent_brief.py
tests/test_authority_autosurface.py
tests/test_caller_index_scaling.py
tests/test_commented_code_fp.py
tests/test_configurability.py
tests/test_debug_print_fp.py
tests/test_dup_and_sqli.py
tests/test_exception_swallow_control_flow.py
tests/test_file_count_guard.py
tests/test_forensic_fp_clean_code.py
tests/test_forensic_smoke.py
tests/test_fp_fixes.py
tests/test_fp_round2.py
tests/test_gate_profile_default.py
tests/test_job_persistence.py
tests/test_mcp_e2e.py
tests/test_mcp_smoke.py
tests/test_ml_gates.py
tests/test_ml_gates_wired.py
tests/test_oracle_unify_maps.py
tests/test_python_adapter_parity.py
tests/test_resource_safety.py
tests/test_runtime_autosurface.py
tests/test_smoke.py
tests/test_static_clusters.py
tests/test_summary_and_autopath.py
tests/test_swift_adapter.py
tests/test_swift_gates.py
vigil_codeintel.egg-info/PKG-INFO
vigil_codeintel.egg-info/SOURCES.txt
vigil_codeintel.egg-info/dependency_links.txt
vigil_codeintel.egg-info/entry_points.txt
vigil_codeintel.egg-info/requires.txt
vigil_codeintel.egg-info/top_level.txt
vigil_forensic/__init__.py
vigil_forensic/_git_utils.py
vigil_forensic/_shared.py
vigil_forensic/_stubs.py
vigil_forensic/gate_models.py
vigil_forensic/gate_profile.json
vigil_forensic/gate_registry.py
vigil_forensic/language_profiles.py
vigil_forensic/meta_findings.py
vigil_forensic/self_audit.py
vigil_forensic/source_analysis.py
vigil_forensic/gate_checks/__init__.py
vigil_forensic/gate_checks/_ast_helpers.py
vigil_forensic/gate_checks/_deployment_detector.py
vigil_forensic/gate_checks/atomic_write_checks.py
vigil_forensic/gate_checks/authority_checks.py
vigil_forensic/gate_checks/boundary_breach_checks.py
vigil_forensic/gate_checks/broad_except_checks.py
vigil_forensic/gate_checks/broad_except_hidden_sentinel_checks.py
vigil_forensic/gate_checks/common.py
vigil_forensic/gate_checks/config_safety_checks.py
vigil_forensic/gate_checks/config_ssot_checks.py
vigil_forensic/gate_checks/conflict_checks.py
vigil_forensic/gate_checks/context_fallback_checks.py
vigil_forensic/gate_checks/context_health_checks.py
vigil_forensic/gate_checks/contract_shape_drift_checks.py
vigil_forensic/gate_checks/dirty_baseline_check.py
vigil_forensic/gate_checks/duplication_checks.py
vigil_forensic/gate_checks/embedded_string_checks.py
vigil_forensic/gate_checks/empty_output_checks.py
vigil_forensic/gate_checks/encoding_checks.py
vigil_forensic/gate_checks/export_completeness_checks.py
vigil_forensic/gate_checks/fallback_checks.py
vigil_forensic/gate_checks/file_proliferation_checks.py
vigil_forensic/gate_checks/fix_without_test_checks.py
vigil_forensic/gate_checks/god_object_zones_checks.py
vigil_forensic/gate_checks/hallucination_checks.py
vigil_forensic/gate_checks/hunter_artifact_completeness_check.py
vigil_forensic/gate_checks/implementation_overfit_checks.py
vigil_forensic/gate_checks/import_integrity_checks.py
vigil_forensic/gate_checks/imports_in_function_checks.py
vigil_forensic/gate_checks/ml_checks.py
vigil_forensic/gate_checks/performance_checks.py
vigil_forensic/gate_checks/project_specific_runner.py
vigil_forensic/gate_checks/provider_capability_checks.py
vigil_forensic/gate_checks/refactor_completeness_checks.py
vigil_forensic/gate_checks/reliability_checks.py
vigil_forensic/gate_checks/reporting_checks.py
vigil_forensic/gate_checks/runtime_behavior_checks.py
vigil_forensic/gate_checks/security_injection_checks.py
vigil_forensic/gate_checks/semantic_intent_checks.py
vigil_forensic/gate_checks/size_complexity_checks.py
vigil_forensic/gate_checks/stuck_feature_flag_checks.py
vigil_forensic/gate_checks/swift_safety_checks.py
vigil_forensic/gate_checks/syntax_validity_checks.py
vigil_forensic/gate_checks/temporal_freshness_checks.py
vigil_forensic/gate_checks/test_quality_checks.py
vigil_forensic/gate_checks/testing_checks.py
vigil_forensic/gate_checks/toctou_checks.py
vigil_forensic/gate_checks/type_checking_checks.py
vigil_forensic/gate_checks/forensic_cluster_runners/__init__.py
vigil_forensic/gate_checks/forensic_cluster_runners/_helpers.py
vigil_forensic/gate_checks/forensic_cluster_runners/advanced_checks.py
vigil_forensic/gate_checks/forensic_cluster_runners/core.py
vigil_forensic/gate_checks/forensic_cluster_runners/integrity_checks.py
vigil_forensic/gate_checks/forensic_cluster_runners/quality_checks.py
vigil_forensic/gate_checks/forensic_clusters/__init__.py
vigil_forensic/gate_checks/forensic_clusters/allowlist.py
vigil_forensic/gate_checks/forensic_clusters/allowlist_writer.py
vigil_forensic/gate_checks/forensic_clusters/api_protocol.py
vigil_forensic/gate_checks/forensic_clusters/async_quality.py
vigil_forensic/gate_checks/forensic_clusters/code_style.py
vigil_forensic/gate_checks/forensic_clusters/core.py
vigil_forensic/gate_checks/forensic_clusters/data_quality.py
vigil_forensic/gate_checks/forensic_clusters/dead_code.py
vigil_forensic/gate_checks/forensic_clusters/edit_mutation.py
vigil_forensic/gate_checks/forensic_clusters/exception_boundary.py
vigil_forensic/gate_checks/forensic_clusters/legacy_debt.py
vigil_forensic/gate_checks/forensic_clusters/static_analysis.py
vigil_forensic/gate_checks/forensic_clusters/structural_quality.py
vigil_forensic/gate_packs/__init__.py
vigil_forensic/gate_packs/universal.py
vigil_mapper/__init__.py
vigil_mapper/_ast_helpers_minimal.py
vigil_mapper/_authority_ast.py
vigil_mapper/_file_count_guard.py
vigil_mapper/_git_utils.py
vigil_mapper/_runtime_ast.py
vigil_mapper/_runtime_dispatch.py
vigil_mapper/_seed_helpers.py
vigil_mapper/authority_builder.py
vigil_mapper/cli_entry.py
vigil_mapper/conflict_builder.py
vigil_mapper/data_contract_builder.py
vigil_mapper/findings_builder.py
vigil_mapper/fingerprint.py
vigil_mapper/hotspot_builder.py
vigil_mapper/map_common.py
vigil_mapper/map_errors.py
vigil_mapper/map_models.py
vigil_mapper/map_models_ext.py
vigil_mapper/map_models_findings.py
vigil_mapper/map_storage.py
vigil_mapper/parse_cache.py
vigil_mapper/refactor_boundary_builder.py
vigil_mapper/runtime_builder.py
vigil_mapper/runtime_tracer.py
vigil_mapper/runtime_tracer_entry.py
vigil_mapper/semantic_diff.py
vigil_mapper/structural_builder.py
vigil_mapper/source_adapters/__init__.py
vigil_mapper/source_adapters/_base.py
vigil_mapper/source_adapters/_ir.py
vigil_mapper/source_adapters/_lexer.py
vigil_mapper/source_adapters/_patterns.py
vigil_mapper/source_adapters/_treesitter.py
vigil_mapper/source_adapters/go.py
vigil_mapper/source_adapters/java.py
vigil_mapper/source_adapters/javascript.py
vigil_mapper/source_adapters/python.py
vigil_mapper/source_adapters/swift.py
vigil_mapper/source_adapters/typescript.py
vigil_mcp/__init__.py
vigil_mcp/_jobs.py
vigil_mcp/_paths.py
vigil_mcp/forensic_server.py
vigil_mcp/map_server.py