LICENSE
README.md
pyproject.toml
src/claim_plane/__init__.py
src/claim_plane/__main__.py
src/claim_plane/cli.py
src/claim_plane/py.typed
src/claim_plane.egg-info/PKG-INFO
src/claim_plane.egg-info/SOURCES.txt
src/claim_plane.egg-info/dependency_links.txt
src/claim_plane.egg-info/entry_points.txt
src/claim_plane.egg-info/requires.txt
src/claim_plane.egg-info/top_level.txt
src/claim_plane/arbiter/__init__.py
src/claim_plane/arbiter/base.py
src/claim_plane/arbiter/lexicon.py
src/claim_plane/coordination/__init__.py
src/claim_plane/coordination/admission.py
src/claim_plane/coordination/context.py
src/claim_plane/core/__init__.py
src/claim_plane/core/extract.py
src/claim_plane/core/governance.py
src/claim_plane/core/models.py
src/claim_plane/core/plane.py
src/claim_plane/core/registry.py
src/claim_plane/core/semantic.py
src/claim_plane/core/serialization.py
src/claim_plane/core/store.py
src/claim_plane/git/__init__.py
src/claim_plane/git/hooks.py
src/claim_plane/integration/__init__.py
src/claim_plane/integration/acceptance.py
src/claim_plane/integration/collector.py
src/claim_plane/integration/observation.py
src/claim_plane/integration/repair.py
src/claim_plane/integration/runner.py
src/claim_plane/integration/sandbox.py
src/claim_plane/integration/signing.py
src/claim_plane/integration/snapshot.py
src/claim_plane/integration/verifier.py
src/claim_plane/mcp/__init__.py
src/claim_plane/mcp/server.py
src/claim_plane/protocol/__init__.py
src/claim_plane/routing/__init__.py
src/claim_plane/routing/policy.py
src/claim_plane/runtime/__init__.py
src/claim_plane/runtime/broker.py
src/claim_plane/runtime/worktree_lock.py
tests/test_broker_attestation.py
tests/test_broker_runtime.py
tests/test_broker_tree_provenance.py
tests/test_core.py
tests/test_dependency_integration.py
tests/test_dynamic_scope.py
tests/test_frontier.py
tests/test_lifecycle_regressions.py
tests/test_mcp_frontier.py
tests/test_pinning_observation_sandbox.py
tests/test_semantic_admission.py
tests/test_snapshot_evidence.py
tests/test_storage_mode_safety.py
tests/test_trusted_observation.py
tests/test_writer_lock_fencing.py