AGENTS.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
SKILL.md
pyproject.toml
docs/assets/breakcheck-social-preview.png
examples/github-actions.yml
examples/run_demo.sh
examples/packaging-change/app.py
release_evidence/battery-20-packages.json
release_evidence/coverage-16002-call-sites.json
release_evidence/fixture-viability.json
scripts/scan_artifacts.sh
src/breakcheck/__init__.py
src/breakcheck/__main__.py
src/breakcheck/cli.py
src/breakcheck/demo.py
src/breakcheck/report.py
src/breakcheck/revision_cli.py
src/breakcheck/revision_report.py
src/breakcheck/schema.py
src/breakcheck/verify.py
src/breakcheck.egg-info/PKG-INFO
src/breakcheck.egg-info/SOURCES.txt
src/breakcheck.egg-info/dependency_links.txt
src/breakcheck.egg-info/entry_points.txt
src/breakcheck.egg-info/requires.txt
src/breakcheck.egg-info/top_level.txt
src/breakcheck/adapters/__init__.py
src/breakcheck/adapters/python/__init__.py
src/breakcheck/adapters/python/coverage.py
src/breakcheck/adapters/python/envs.py
src/breakcheck/adapters/python/equality.py
src/breakcheck/adapters/python/executor.py
src/breakcheck/adapters/python/files.py
src/breakcheck/adapters/python/fixtures.py
src/breakcheck/adapters/python/literals.py
src/breakcheck/adapters/python/normalization.py
src/breakcheck/adapters/python/protocol.py
src/breakcheck/adapters/python/scanner.py
src/breakcheck/adapters/python/symbols.py
src/breakcheck/adapters/python/worktrees.py
src/breakcheck/core/__init__.py
src/breakcheck/core/baselines.py
src/breakcheck/core/claims.py
src/breakcheck/core/interfaces.py
src/breakcheck/core/models.py
tests/test_agent_workflow.py
tests/test_behavioral_invariants.py
tests/test_claim_attestation.py
tests/test_cli_integration.py
tests/test_cost_contract.py
tests/test_distribution_contract.py
tests/test_fixtures_and_projections.py
tests/test_github_community.py
tests/test_hardening.py
tests/test_product_smoke.py
tests/test_production_hardening.py
tests/test_project_metadata_and_demo.py
tests/test_release_automation.py
tests/test_release_contract.py
tests/test_replay_protocol_and_coverage.py
tests/test_revision_cli.py
tests/test_revision_diff.py
tests/test_revision_executor.py
tests/test_revision_freeze.py
tests/test_revision_symbols.py
tests/test_revision_verification.py
tests/test_revision_worktrees.py
tests/test_scale.py
tests/test_schema_compatibility.py
tests/test_static_resolution.py