LICENSE
README.md
pyproject.toml
src/sourcepack/__init__.py
src/sourcepack/baseline.py
src/sourcepack/cli.py
src/sourcepack/commands.py
src/sourcepack/dependencies.py
src/sourcepack/diff_parser.py
src/sourcepack/errors.py
src/sourcepack/evidence.py
src/sourcepack/execution_ledger.py
src/sourcepack/git.py
src/sourcepack/judgment.py
src/sourcepack/packet.py
src/sourcepack/paths.py
src/sourcepack/policy.py
src/sourcepack/reason_codes.py
src/sourcepack/schemas.py
src/sourcepack.egg-info/PKG-INFO
src/sourcepack.egg-info/SOURCES.txt
src/sourcepack.egg-info/dependency_links.txt
src/sourcepack.egg-info/entry_points.txt
src/sourcepack.egg-info/top_level.txt
src/sourcepack/assets/__init__.py
src/sourcepack/assets/audit_template.md
src/sourcepack/assets/packet_instructions.md
src/sourcepack/ecosystems/__init__.py
src/sourcepack/ecosystems/generic.py
src/sourcepack/ecosystems/node.py
src/sourcepack/ecosystems/python.py
src/sourcepack/reports/__init__.py
src/sourcepack/reports/html.py
src/sourcepack/reports/json.py
src/sourcepack/reports/markdown.py
tests/test_baseline_integrity.py
tests/test_baseline_lifecycle_cli.py
tests/test_behavior_matrix.py
tests/test_ci_docs_truth.py
tests/test_command_resolver.py
tests/test_confidence_report.py
tests/test_dependency_resolver.py
tests/test_engine_inversion.py
tests/test_evidence_model.py
tests/test_execution_ledger.py
tests/test_final_boss_integration.py
tests/test_gauntlet.py
tests/test_github_action.py
tests/test_golden_demo.py
tests/test_local_policy.py
tests/test_policy_integration.py
tests/test_readme_truth.py
tests/test_real_corpus_validation.py
tests/test_reason_code_docs.py
tests/test_release_docs.py
tests/test_report_ui.py
tests/test_simulation_harness.py
tests/test_smoke.py