LICENSE
README.md
pyproject.toml
ngksgraph/__init__.py
ngksgraph/__main__.py
ngksgraph/binary_contract.py
ngksgraph/build.py
ngksgraph/capsule.py
ngksgraph/cli.py
ngksgraph/compdb.py
ngksgraph/compdb_contract.py
ngksgraph/config.py
ngksgraph/diff.py
ngksgraph/forensics.py
ngksgraph/graph.py
ngksgraph/graph_contract.py
ngksgraph/hashutil.py
ngksgraph/import_cmake.py
ngksgraph/log.py
ngksgraph/mode.py
ngksgraph/msvc.py
ngksgraph/plan_cache.py
ngksgraph/proof.py
ngksgraph/qt.py
ngksgraph/repair.py
ngksgraph/repo_classifier.py
ngksgraph/sanitize.py
ngksgraph/scan.py
ngksgraph/scan_pipeline.py
ngksgraph/selftest.py
ngksgraph/toolchain.py
ngksgraph/torture_project.py
ngksgraph/util.py
ngksgraph.egg-info/PKG-INFO
ngksgraph.egg-info/SOURCES.txt
ngksgraph.egg-info/dependency_links.txt
ngksgraph.egg-info/entry_points.txt
ngksgraph.egg-info/top_level.txt
ngksgraph/authority/__init__.py
ngksgraph/authority/authority_engine.py
ngksgraph/authority/authority_rules.py
ngksgraph/classify/__init__.py
ngksgraph/classify/evidence_classifier.py
ngksgraph/classify/trust_assigner.py
ngksgraph/contradiction/__init__.py
ngksgraph/contradiction/contradiction_engine.py
ngksgraph/contradiction/contradiction_rules.py
ngksgraph/core/__init__.py
ngksgraph/core/enums.py
ngksgraph/core/hashing.py
ngksgraph/core/io_json.py
ngksgraph/core/models.py
ngksgraph/core/timestamps.py
ngksgraph/detect/__init__.py
ngksgraph/detect/detection_rules_engine.py
ngksgraph/detect/framework_detector.py
ngksgraph/detect/language_detector.py
ngksgraph/detect/manifest_detector.py
ngksgraph/detect/monorepo_splitter.py
ngksgraph/detect/repo_detection_engine.py
ngksgraph/env/__init__.py
ngksgraph/env/compiler_contracts.py
ngksgraph/env/env_contract.py
ngksgraph/env/runtime_contracts.py
ngksgraph/explain/__init__.py
ngksgraph/explain/markdown_renderer.py
ngksgraph/explain/summary_builder.py
ngksgraph/imply/__init__.py
ngksgraph/imply/implication_engine.py
ngksgraph/imply/implication_rules.py
ngksgraph/plan/__init__.py
ngksgraph/plan/capability_mapper.py
ngksgraph/plan/native_plan_builder.py
ngksgraph/planner/__init__.py
ngksgraph/planner/capability_mapper.py
ngksgraph/planner/native_plan_builder.py
ngksgraph/plugins/__init__.py
ngksgraph/plugins/base.py
ngksgraph/plugins/loader.py
ngksgraph/plugins/stub_ai.py
ngksgraph/probe/__init__.py
ngksgraph/probe/file_walker.py
ngksgraph/probe/ownership_probe.py
ngksgraph/probe/path_classifier.py
ngksgraph/probe/tool_probe.py
ngksgraph/stale/__init__.py
ngksgraph/stale/stale_guard.py
ngksgraph/stale/stale_rules.py
ngksgraph/templates/default_ngksgraph.toml
ngksgraph/templates/multi_target_ngksgraph.toml
ngksgraph/templates/qt_app_ngksgraph.toml
tests/test_ai_interface.py
tests/test_bootstrap_command_format.py
tests/test_build_target_selection.py
tests/test_buildplan_buildcore_contract.py
tests/test_cached_qt_libdirs_injection.py
tests/test_capsule_deterministic_zip.py
tests/test_capsule_no_secrets.py
tests/test_capsule_verify_roundtrip.py
tests/test_capsule_why_mode.py
tests/test_compdb_contract.py
tests/test_compdb_determinism.py
tests/test_compdb_multitarget.py
tests/test_config.py
tests/test_config_multitarget_parse.py
tests/test_doctor_binary.py
tests/test_ecosystem_mode.py
tests/test_edge_origin_tracking.py
tests/test_error_parse.py
tests/test_explain_in_graph.py
tests/test_freeze_from_snapshot_fallbacks.py
tests/test_graph_contract.py
tests/test_graph_cycle_detection.py
tests/test_graph_export_schema.py
tests/test_import_basic_cmake.py
tests/test_init_repo_classifier.py
tests/test_msvc_auto_report.py
tests/test_msvc_env_parse.py
tests/test_perf_report.py
tests/test_phase5_temporal.py
tests/test_phase_depth_upgrades.py
tests/test_plan_cache.py
tests/test_plan_command.py
tests/test_profiles_cli_gates.py
tests/test_profiles_config_parse.py
tests/test_profiles_determinism.py
tests/test_qt_capsule_verify.py
tests/test_qt_determinism.py
tests/test_qt_moc_detection.py
tests/test_qt_moc_rebuild_trigger.py
tests/test_qt_root_resolution.py
tests/test_qt_torture_abuse.py
tests/test_qt_uic_rcc_generation.py
tests/test_rebuild_cause_structural_change.py
tests/test_sanitize.py
tests/test_scan_pipeline.py
tests/test_selftest_command.py
tests/test_symbol_forensics_missing_link.py
tests/test_toolchain_doctor_parsing.py
tests/test_version_output.py
tests/test_why_direct_and_transitive.py