LICENSE
README.md
pyproject.toml
src/sourcepack/__init__.py
src/sourcepack/baseline.py
src/sourcepack/cli.py
src/sourcepack/cloud.py
src/sourcepack/decision_ledger.py
src/sourcepack/dependencies.py
src/sourcepack/diff_parser.py
src/sourcepack/errors.py
src/sourcepack/evidence.py
src/sourcepack/evidence_bundle.py
src/sourcepack/execution_ledger.py
src/sourcepack/finding_identity.py
src/sourcepack/fleet.py
src/sourcepack/git.py
src/sourcepack/hosted.py
src/sourcepack/judgment.py
src/sourcepack/overrides.py
src/sourcepack/packet.py
src/sourcepack/paths.py
src/sourcepack/policy.py
src/sourcepack/reason_codes.py
src/sourcepack/remediation.py
src/sourcepack/replay.py
src/sourcepack/schema_contracts.py
src/sourcepack/schemas.py
src/sourcepack/workbench.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/requires.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/commands/__init__.py
src/sourcepack/commands/bundle.py
src/sourcepack/commands/fleet.py
src/sourcepack/commands/report.py
src/sourcepack/ecosystems/__init__.py
src/sourcepack/ecosystems/generic.py
src/sourcepack/ecosystems/node.py
src/sourcepack/ecosystems/python.py
src/sourcepack/examples/fake_ai_answer.md
src/sourcepack/examples/fake_ai_patch.diff
src/sourcepack/examples/demo_repo/.env
src/sourcepack/examples/demo_repo/README.md
src/sourcepack/examples/demo_repo/pyproject.toml
src/sourcepack/examples/demo_repo/sourcepack/cli.py
src/sourcepack/examples/demo_repo/sourcepack/judge.py
src/sourcepack/examples/demo_repo/sourcepack/verify.py
src/sourcepack/examples/demo_repo/tests/test_verify.py
src/sourcepack/reports/__init__.py
src/sourcepack/reports/html.py
src/sourcepack/reports/json.py
src/sourcepack/reports/markdown.py
src/sourcepack/reports/sarif.py
src/sourcepack/workbench_static/index.html
tests/test_baseline_integrity.py
tests/test_baseline_lifecycle.py
tests/test_baseline_lifecycle_cli.py
tests/test_behavior_matrix.py
tests/test_ci_docs_truth.py
tests/test_cli_registry.py
tests/test_clipboard.py
tests/test_cloud_optional.py
tests/test_command_resolver.py
tests/test_confidence_report.py
tests/test_core_rendering.py
tests/test_decision_ledger.py
tests/test_demo_smoke.py
tests/test_dependency_inventory_behavior.py
tests/test_dependency_resolver.py
tests/test_diff_exit_policy.py
tests/test_diff_parser.py
tests/test_engine_inversion.py
tests/test_evidence_bundle.py
tests/test_evidence_model.py
tests/test_execution_ledger.py
tests/test_final_boss_integration.py
tests/test_finding_identity.py
tests/test_fleet.py
tests/test_gauntlet.py
tests/test_git.py
tests/test_github_action.py
tests/test_golden_demo.py
tests/test_judgment.py
tests/test_judgment_hardening.py
tests/test_local_policy.py
tests/test_org_policy_resolution.py
tests/test_overrides.py
tests/test_policy_integration.py
tests/test_policy_validation.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_release_smoke.py
tests/test_remediation.py
tests/test_replay_audit.py
tests/test_report_ui.py
tests/test_reports_json.py
tests/test_scanner_behavior.py
tests/test_schema_contracts.py
tests/test_secret_redaction.py
tests/test_simulation_harness.py
tests/test_smoke.py
tests/test_ugly_repos.py
tests/test_workbench.py
tests/test_workbench_remediation.py