.editorconfig
.gitattributes
.githooks/commit-msg
.githooks/pre-commit
.github/CODEOWNERS
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE/bug.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/feature.yml
.github/SECURITY.md
.github/SUPPORT.md
.github/dependabot.yml
.github/pull_request_template.md
.github/release.yml
.github/ruleset.README.md
.github/ruleset.json
.github/scripts/bootstrap_tools.py
.github/scripts/build_distributions.py
.github/scripts/check_clean.py
.github/scripts/check_release_metadata.py
.github/scripts/check_release_tag.py
.github/scripts/check_stdlib.py
.github/scripts/prepare_release_tag.py
.github/scripts/render_api_docs.py
.github/scripts/run_gates.py
.github/scripts/verify_distributions.py
.github/scripts/verify_public_schemas.py
.github/tag-ruleset.json
.github/workflows/ci.yml
.github/workflows/commit-signature-audit.yml
.github/workflows/dependency-review.yml
.github/workflows/no-ai-attribution.yml
.github/workflows/release.yml
.github/workflows/secret-scan.yml
.gitignore
.gitleaks.toml
.pre-commit-config.yaml
AGENTS.md
CHANGELOG.md
CITATION.cff
LICENSE.txt
MANIFEST.in
NOTICE
README.md
SPEC.md
benchmarks/__init__.py
benchmarks/continuitybench/__init__.py
benchmarks/continuitybench/run.py
benchmarks/continuitybench/scenarios.py
causal_continuity_engine.egg-info/PKG-INFO
causal_continuity_engine.egg-info/SOURCES.txt
causal_continuity_engine.egg-info/dependency_links.txt
causal_continuity_engine.egg-info/entry_points.txt
causal_continuity_engine.egg-info/requires.txt
causal_continuity_engine.egg-info/top_level.txt
causal_continuity_engine/__init__.py
causal_continuity_engine/api.py
causal_continuity_engine/capabilities.py
causal_continuity_engine/capsule.py
causal_continuity_engine/cli.py
causal_continuity_engine/core.py
causal_continuity_engine/engine.py
causal_continuity_engine/evidence.py
causal_continuity_engine/extraction.py
causal_continuity_engine/github.py
causal_continuity_engine/graph.py
causal_continuity_engine/invalidation.py
causal_continuity_engine/lamport.py
causal_continuity_engine/learning.py
causal_continuity_engine/memory.py
causal_continuity_engine/ontology.py
causal_continuity_engine/partial.py
causal_continuity_engine/policy.py
causal_continuity_engine/proof.py
causal_continuity_engine/py.typed
causal_continuity_engine/redaction.py
causal_continuity_engine/resume.py
causal_continuity_engine/store.py
causal_continuity_engine/verifiers.py
docs/API.md
docs/CAPABILITIES.md
docs/PUBLIC-FLIP.md
docs/RELEASE.md
docs/REQUIREMENTS.md
docs/REQUIREMENTS_COVERAGE.md
docs/RESEARCH-ROADMAP.md
docs/TESTING.md
docs/adr/ADR-INDEX.md
docs/assets/demo.svg
docs/assets/social-preview.png
examples/backfill_github.py
examples/quickstart.py
justfile
pyproject.toml
requirements-dev.in
requirements-dev.lock
schemas/cce.anchor.v1.json
schemas/cce.capsule.v1.json
schemas/cce.continuity-receipt.v1.json
schemas/cce.event.v1.json
schemas/cce.proof-predicate.v1.json
schemas/cce.proof.v1.json
schemas/cce.recovery.v1.json
schemas/cce.resume.v1.json
tests/__init__.py
tests/schema_validation.py
tests/test_api_contract.py
tests/test_cli.py
tests/test_conformance.py
tests/test_distribution_environment.py
tests/test_engine_e2e.py
tests/test_github_redaction.py
tests/test_instrument_validation.py
tests/test_invalidation_resume.py
tests/test_learning_partial_api.py
tests/test_memory_extraction.py
tests/test_regressions.py
tests/test_regressions_round10_release.py
tests/test_regressions_round11_deep_integrity.py
tests/test_regressions_round12_release_blockers.py
tests/test_regressions_round13_jcs.py
tests/test_regressions_round14_state_integrity.py
tests/test_regressions_round15_capsule_invalidation_github.py
tests/test_regressions_round15_public_boundaries.py
tests/test_regressions_round15_storage_boundaries.py
tests/test_regressions_round16_cli_api_core_capabilities.py
tests/test_regressions_round2.py
tests/test_regressions_round3.py
tests/test_regressions_round4.py
tests/test_regressions_round5.py
tests/test_regressions_round6.py
tests/test_regressions_round7.py
tests/test_regressions_round8_boundaries.py
tests/test_regressions_round8_engine.py
tests/test_regressions_round8_portability.py
tests/test_regressions_round8_state.py
tests/test_regressions_round9_integrity.py
tests/test_regressions_round9_scope_freshness.py
tests/test_release_boundary_validation.py
tests/test_release_controls.py
tests/test_sqlite_lifecycle.py
tests/test_store_graph.py
tests/test_trust.py
vectors/action_intent_wrong_type.json
vectors/actor_wrong_type.json
vectors/created_at_invalid_calendar_date.json
vectors/created_at_noncanonical_offset.json
vectors/empty_required_authoritative_failure.json
vectors/empty_required_authoritative_pass.json
vectors/empty_required_no_results.json
vectors/empty_required_self_asserted_pass.json
vectors/generate.py
vectors/incomplete_failed_check.json
vectors/index.json
vectors/input_item_wrong_type.json
vectors/invalid_result_value.json
vectors/lamport_fingerprint_spoof.json
vectors/lamport_no_registry.json
vectors/lamport_truncated_key.json
vectors/missing_required_field.json
vectors/non_binary64_integer.json
vectors/policy_decision_wrong_type.json
vectors/retry_cannot_launder_a_failure.json
vectors/self_asserted_cannot_satisfy.json
vectors/self_assertion_cannot_poison_authoritative_pass.json
vectors/status_contradicts_contents.json
vectors/summary_contradicts_contents.json
vectors/tamper_statement.json
vectors/tamper_statement_resealed.json
vectors/task_id_under_unrelated_field.json
vectors/unbound_task.json
vectors/unknown_action_intent_field.json
vectors/unknown_algorithm.json
vectors/unknown_schema_version.json
vectors/unknown_top_level_field.json
vectors/unverified_forged_body_no_key.json
vectors/unverified_hmac_no_key.json
vectors/valid_hmac.json
vectors/valid_hmac_jcs_edges.json
vectors/valid_hmac_unicode.json
vectors/valid_lamport.json
vectors/wrong_project.json
verifiers/__init__.py
verifiers/verify_proof.py
