LICENSE
README.md
pyproject.toml
docs/failure-and-recovery.md
docs/integration-guide.md
docs/portable-warrants-and-cli.md
docs/quickstart.md
docs/reconciliation-walkthrough.md
docs/semantic-guide.md
examples/simulated_payment_release.py
examples/sqlite_access_grant.py
examples/sqlite_delete.py
examples/sqlite_reconcile.py
src/cage/__init__.py
src/cage/_access_example.py
src/cage/_facade.py
src/cage/_payment_example.py
src/cage/_sqlite_example.py
src/cage/adapters.py
src/cage/cli.py
src/cage/config.py
src/cage/errors.py
src/cage/identifiers.py
src/cage/inputs.py
src/cage/results.py
src/cage/rules.py
src/cage/verifiers.py
src/cage/warrants.py
src/cage/core/__init__.py
src/cage/core/_json.py
src/cage/core/action.py
src/cage/core/adapter.py
src/cage/core/assurance.py
src/cage/core/attempt.py
src/cage/core/capability.py
src/cage/core/consequence.py
src/cage/core/custody.py
src/cage/core/decision.py
src/cage/core/effect.py
src/cage/core/evaluation.py
src/cage/core/execution.py
src/cage/core/idempotency.py
src/cage/core/identity.py
src/cage/core/replay.py
src/cage/core/verification.py
src/cage/core/warrant.py
src/cage_assurance.egg-info/PKG-INFO
src/cage_assurance.egg-info/SOURCES.txt
src/cage_assurance.egg-info/dependency_links.txt
src/cage_assurance.egg-info/entry_points.txt
src/cage_assurance.egg-info/requires.txt
src/cage_assurance.egg-info/top_level.txt
tests/test_assurance_result.py
tests/test_cli.py
tests/test_config.py
tests/test_execution_result.py
tests/test_facade_construction.py
tests/test_facade_evaluate.py
tests/test_facade_execute.py
tests/test_facade_reconcile.py
tests/test_facade_verify.py
tests/test_identifier_overrides.py
tests/test_identifiers.py
tests/test_import.py
tests/test_inputs.py
tests/test_public_api.py
tests/test_results.py
tests/test_warrants.py