LICENSE
README.md
pyproject.toml
moat/__init__.py
moat/__main__.py
moat/architecture_report.py
moat/audit.py
moat/baseline.py
moat/cache.py
moat/cache_enhanced.py
moat/ci_generator.py
moat/cli.py
moat/config_enhanced.py
moat/contract.py
moat/core_areas.py
moat/discovery.py
moat/evolution.py
moat/evolution_cli.py
moat/evolution_metrics.py
moat/fix_strategies.py
moat/fixer.py
moat/monitor.py
moat/notifier.py
moat/report.py
moat/report_enhanced.py
moat/runner.py
moat/adapters/__init__.py
moat/ai_test/cli.py
moat/ast/__init__.py
moat/ast/builder.py
moat/ast/diff.py
moat/ast/diff_enhanced.py
moat/ast/tree_sitter.py
moat/checks/__init__.py
moat/checks/base.py
moat/checks/dependency_security.py
moat/checks/enhanced_sql_injection.py
moat/checks/fail_open.py
moat/checks/import_completeness.py
moat/checks/l1_api.py
moat/checks/l1_behavior.py
moat/checks/l1_files.py
moat/checks/l1_import.py
moat/checks/l1_modules.py
moat/checks/l1_subsystems.py
moat/checks/l2_architecture.py
moat/checks/l2_schema.py
moat/checks/l3_correlation.py
moat/checks/l4_baseline.py
moat/checks/optimization.py
moat/checks/quick_check.py
moat/checks/secrets.py
moat/checks/sql_injection.py
moat/checks/unused_exports.py
moat/checks/acceptance/__init__.py
moat/checks/acceptance/architect_runner.py
moat/checks/acceptance/report_generator.py
moat/checks/acceptance/rule_registry.py
moat/checks/go/__init__.py
moat/checks/go/concurrency_safety.py
moat/checks/go/error_handling.py
moat/checks/go/goroutine_leak.py
moat/checks/typescript/__init__.py
moat/checks/typescript/any_type.py
moat/checks/typescript/async_race.py
moat/checks/typescript/dedup.py
moat/checks/typescript/error_handling.py
moat/checks/typescript/export_check.py
moat/checks/typescript/null_safety.py
moat/checks/typescript/perf_pattern.py
moat/checks/typescript/race_condition.py
moat/checks/typescript/semantic.py
moat/checks/typescript/syntax.py
moat/checks/typescript/timing_doc.py
moat/dashboard/server.py
moat/gatekeeper/__init__.py
moat/gatekeeper/checker.py
moat/gatekeeper/cli.py
moat/gatekeeper/types.py
moat/gatekeeper/ai_test_backup/__init__.py
moat/gatekeeper/ai_test_backup/gateway.py
moat/gatekeeper/rules/__init__.py
moat/gatekeeper/rules/test_coverage_gate.py
moat/immune/__init__.py
moat/immune/cli.py
moat/immune/bdd/__init__.py
moat/immune/contract/__init__.py
moat/immune/contract/contracts.py
moat/immune/pipeline/__init__.py
moat/immune/unit/__init__.py
moat/immune/unit/generator.py
moat/immune/visual/__init__.py
moat/memory/bridge.py
moat/memory/filter.py
moat/memory/moat_memory.py
moat/memory/sync.py
moat/pain/feedback.py
moat/pain/scorer.py
moat/rules/__init__.py
moat/rules/karpathy_principles.py
moat/rules/karpathy_principles.yaml
moat/rules/simplicity_checker.py
moat/rules/surgical_changes.py
moat/sidecar/__init__.py
moat/sidecar/api.py
moat/sidecar/daemon.py
moat/sidecar/watcher.py
moat/testing/chaos.py
moat/verification/__init__.py
moat/verification/operator.py
moat/verification/orchestrator.py
moat/verification/types.py
moat/verification/verify_cli.py
moat/verification/operators/__init__.py
moat/verification/operators/api_response_spec.py
moat/verification/operators/architecture_health_score.py
moat/verification/operators/directory_responsibility.py
moat/verification/operators/framework_usage.py
moat/verification/operators/layer_violation.py
moat/verification/operators/leakage_detection.py
moat/verification/operators/minimal_module_drill.py
moat/verification/operators/runtime_evidence.py
moat/verification/operators/truth_document.py
moat_ai.egg-info/PKG-INFO
moat_ai.egg-info/SOURCES.txt
moat_ai.egg-info/dependency_links.txt
moat_ai.egg-info/entry_points.txt
moat_ai.egg-info/requires.txt
moat_ai.egg-info/top_level.txt
tests/test_ai_test_gate.py
tests/test_ast.py
tests/test_checks.py
tests/test_cli.py
tests/test_cli_integration.py
tests/test_contract.py
tests/test_contract_integration.py
tests/test_contract_system.py
tests/test_core_areas.py
tests/test_dependency_security.py
tests/test_diff_bugfix.py
tests/test_discovery.py
tests/test_dynamic_import.py
tests/test_enhanced_sql_injection.py
tests/test_environment_dependency.py
tests/test_evolution.py
tests/test_evolution_auto.py
tests/test_evolution_cli.py
tests/test_evolution_metrics.py
tests/test_fixer.py
tests/test_fixer_engine.py
tests/test_go_checks.py
tests/test_import_completeness.py
tests/test_knowledge_graph.py
tests/test_l0_l1_import.py
tests/test_l1_api.py
tests/test_l1_behavior.py
tests/test_l1_files.py
tests/test_l1_modules.py
tests/test_l1_subsystems.py
tests/test_l2_architecture.py
tests/test_l2_schema.py
tests/test_l3_correlation.py
tests/test_l4_baseline.py
tests/test_memory_sync.py
tests/test_moat_immune_regression.py
tests/test_monitor.py
tests/test_optimization.py
tests/test_performance_v108.py
tests/test_report.py
tests/test_runner.py
tests/test_secrets.py
tests/test_sidecar_api.py
tests/test_sidecar_daemon.py
tests/test_sidecar_watcher.py
tests/test_sql_injection.py
tests/test_surgical_changes.py
tests/test_thinking_block_fix.py
tests/test_tree_sitter.py
tests/test_ts_any_type.py
tests/test_ts_async_race.py
tests/test_ts_dedup.py
tests/test_ts_syntax.py
tests/test_unused_exports.py