LICENSE
README.md
pyproject.toml
src/burhan/__init__.py
src/burhan/__main__.py
src/burhan/analyzer.py
src/burhan/cli.py
src/burhan/energy.py
src/burhan/evidence.py
src/burhan/memory.py
src/burhan/model.py
src/burhan/model_v3.py
src/burhan/patcher.py
src/burhan/policy.py
src/burhan/scanner.py
src/burhan/sources.py
src/burhan/benchmark/__init__.py
src/burhan/benchmark/runner.py
src/burhan/benchmark/suite.py
src/burhan/candidates/__init__.py
src/burhan/candidates/repair_candidates.py
src/burhan/diagnosis/__init__.py
src/burhan/diagnosis/hypothesis_engine.py
src/burhan/diagnosis/error_families/__init__.py
src/burhan/diagnosis/error_families/async_error.py
src/burhan/diagnosis/error_families/key_error.py
src/burhan/diagnosis/error_families/typescript.py
src/burhan/index/__init__.py
src/burhan/index/base.py
src/burhan/index/incremental_index.py
src/burhan/index/python_indexer.py
src/burhan/index/typescript_indexer.py
src/burhan/intelligence/__init__.py
src/burhan/intelligence/llm_provider.py
src/burhan/intelligence/local_provider.py
src/burhan/intelligence/provider_base.py
src/burhan/reports/__init__.py
src/burhan/reports/sarif_reporter.py
src/burhan/sandbox/__init__.py
src/burhan/sandbox/sandbox_runner.py
src/burhan/verification/__init__.py
src/burhan/verification/project_fingerprint.py
src/burhan/verification/repair_loop.py
src/burhan_engine.egg-info/PKG-INFO
src/burhan_engine.egg-info/SOURCES.txt
src/burhan_engine.egg-info/dependency_links.txt
src/burhan_engine.egg-info/entry_points.txt
src/burhan_engine.egg-info/top_level.txt
tests/test_analyzer.py
tests/test_benchmark.py
tests/test_cli.py
tests/test_cli_phase8.py
tests/test_encoding_safety.py
tests/test_error_families.py
tests/test_evidence_graph.py
tests/test_fake_proof_promotion.py
tests/test_hypothesis_engine.py
tests/test_index_semantic.py
tests/test_intelligence.py
tests/test_llm_provider_safety.py
tests/test_memory.py
tests/test_memory_promote_failclosed.py
tests/test_memory_trust.py
tests/test_model.py
tests/test_narrow_vs_regression.py
tests/test_no_original_mutation.py
tests/test_patcher.py
tests/test_policy.py
tests/test_project_mutation.py
tests/test_proof.py
tests/test_proof_v3.py
tests/test_release_workflow.py
tests/test_roadmap_features.py
tests/test_sandbox_loop.py
tests/test_sarif_reports.py
tests/test_scanner.py
tests/test_sources.py
tests/test_symlink_security.py
tests/test_verification_advanced.py