LICENSE
README.md
pyproject.toml
semzero/__init__.py
semzero/__main__.py
semzero/cli.py
semzero/receipt_tools.py
semzero/version.py
semzero.egg-info/PKG-INFO
semzero.egg-info/SOURCES.txt
semzero.egg-info/dependency_links.txt
semzero.egg-info/entry_points.txt
semzero.egg-info/requires.txt
semzero.egg-info/top_level.txt
semzero/analytics/__init__.py
semzero/analytics/impact.py
semzero/analytics/matcher.py
semzero/analytics/rca.py
semzero/chaos/__init__.py
semzero/chaos/chaos_engine.py
semzero/chaos/chaos_reporter.py
semzero/chaos/chaos_scheduler.py
semzero/chaos/wind_tunnel.py
semzero/core/__init__.py
semzero/core/evidence_model.py
semzero/crawler/__init__.py
semzero/crawler/builder.py
semzero/crawler/connector_factory.py
semzero/crawler/connectors.py
semzero/crawler/drift.py
semzero/crawler/graph_store.py
semzero/crawler/snowflake_connector.py
semzero/gnn/__init__.py
semzero/gnn/gnn_authenticator.py
semzero/gnn/inference.py
semzero/gnn/models.py
semzero/gnn/schema_mutator.py
semzero/gnn/trainer.py
semzero/gnn/vectorizer.py
semzero/integrations/__init__.py
semzero/integrations/assumption_gate.py
semzero/integrations/ast_proofing.py
semzero/integrations/business_impact.py
semzero/integrations/calibration.py
semzero/integrations/change_gate.py
semzero/integrations/compiler_lineage.py
semzero/integrations/contract_compiler.py
semzero/integrations/dbt_assumption_gate.py
semzero/integrations/ecosystem.py
semzero/integrations/feedback_ledger.py
semzero/integrations/finops_gate.py
semzero/integrations/github_pr.py
semzero/integrations/graph_intelligence.py
semzero/integrations/pr_comments.py
semzero/integrations/python_compiler_lineage.py
semzero/integrations/slack.py
semzero/integrations/streaming_gate.py
semzero/orchestrator/__init__.py
semzero/orchestrator/generator.py
semzero/orchestrator/monitor.py
semzero/orchestrator/repair.py
semzero/reliability/__init__.py
semzero/reliability/assumption_dashboard.py
semzero/reliability/assumption_decay.py
semzero/reliability/assumption_exceptions.py
semzero/reliability/assumption_feedback.py
semzero/reliability/assumption_freshness.py
semzero/reliability/assumption_lineage.py
semzero/reliability/assumption_memory.py
semzero/reliability/assumption_precision.py
semzero/reliability/assumption_replay_lite.py
semzero/reliability/business_criticality.py
semzero/reliability/dogfood_report.py
semzero/reliability/evidence.py
semzero/reliability/premerge.py
semzero/reliability/shadow_mode.py
semzero/reliability/validation.py
semzero/reliability/warehouse_history.py
semzero/repo_understanding/__init__.py
semzero/repo_understanding/causality.py
semzero/repo_understanding/dbt_repo_snapshot.py
semzero/repo_understanding/hypothesis_ranking.py
semzero/repo_understanding/local_check.py
semzero/repo_understanding/messy_sql_stress.py
semzero/repo_understanding/mutation_harness.py
semzero/repo_understanding/production_ranking_adapter.py
semzero/repo_understanding/repo_memory.py
semzero/repo_understanding/sql_semantic_diff.py
semzero/reporting/__init__.py
semzero/reporting/live_report.py
semzero/reporting/reporter.py
semzero/scheduler/__init__.py
semzero/scheduler/watcher.py
semzero/utils/__init__.py
semzero/utils/config.py
semzero/utils/errors.py
semzero/utils/live_readiness.py
semzero_lab/__init__.py
semzero_lab/__main__.py
semzero_lab/cli.py
tests/test_070_assumption_gate.py
tests/test_0710_lab_calibration.py
tests/test_071_moat_hardening.py
tests/test_072_decision_surface.py
tests/test_073_shadow_and_install.py
tests/test_074_shadow_dashboard.py
tests/test_075_shadow_trends_enforcement.py
tests/test_076_streaming_extension.py
tests/test_assumption_ci_v1.py
tests/test_assumption_dashboard_v1.py
tests/test_assumption_decay_v24.py
tests/test_assumption_diff_fidelity_v20.py
tests/test_assumption_exceptions_v14.py
tests/test_assumption_feedback_v1.py
tests/test_assumption_freshness_v15.py
tests/test_assumption_lineage_v23.py
tests/test_assumption_memory_v25.py
tests/test_assumption_precision_v18.py
tests/test_assumption_replay_lite_v21.py
tests/test_black_swan_profile.py
tests/test_business_criticality_v13.py
tests/test_causality_property_specific_v2.py
tests/test_command_surface.py
tests/test_compiler_lineage.py
tests/test_credibility_clarification_v08.py
tests/test_dbt_artifact_hardening_v16.py
tests/test_dbt_assumption_gate_v1.py
tests/test_dogfood_assumption_gate_v1.py
tests/test_dogfood_report_v1.py
tests/test_ecosystem_integrations.py
tests/test_enhancements.py
tests/test_finops_and_bootstrap.py
tests/test_github_action_polish_v08.py
tests/test_graph_intelligence.py
tests/test_hardening_round2.py
tests/test_hypothesis_ranking_shadow_v1.py
tests/test_killer_demo_v08.py
tests/test_live_postgres_validation.py
tests/test_live_usability.py
tests/test_messy_sql_stress_v1.py
tests/test_mutation_harness_v1.py
tests/test_phase1_completion.py
tests/test_phase2b_lineage_finops_contracts.py
tests/test_premerge_workflow.py
tests/test_production_ranking_adapter_v1.py
tests/test_public_command_surface.py
tests/test_public_quickstart_smoke.py
tests/test_replay_aware_dashboard_v22.py
tests/test_repo_memory_flywheel_v1.py
tests/test_semzero_check_cli_v1.py
tests/test_semzero_core.py
tests/test_sql_semantic_diff_events.py
tests/test_tier_completion.py
tests/test_usability_commands_v08.py
tests/test_validation_harness.py
tests/test_warehouse_history_v17.py