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/connectors/__init__.py
src/claim_plane/connectors/codex.py
src/claim_plane/connectors/codex_amendment.py
src/claim_plane/connectors/codex_completion.py
src/claim_plane/connectors/codex_guard.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
src/claim_plane/swarm/__init__.py
src/claim_plane/swarm/admission.py
src/claim_plane/swarm/budget.py
src/claim_plane/swarm/codex_runner.py
src/claim_plane/swarm/concurrency.py
src/claim_plane/swarm/merge_queue.py
src/claim_plane/swarm/merge_service.py
src/claim_plane/swarm/models.py
src/claim_plane/swarm/operator.py
src/claim_plane/swarm/recovery.py
src/claim_plane/swarm/runs.py
src/claim_plane/swarm/scheduler.py
src/claim_plane/swarm/service.py
src/claim_plane/swarm/store.py
src/claim_plane/swarm/verification.py
src/claim_plane/swarm/worktrees.py
tests/test_broker_attestation.py
tests/test_broker_runtime.py
tests/test_broker_tree_provenance.py
tests/test_codex_enrollment.py
tests/test_confirmatory_30x3.py
tests/test_cooperbench_workspace.py
tests/test_core.py
tests/test_dependency_integration.py
tests/test_dynamic_scope.py
tests/test_experiment_foundation.py
tests/test_frontier.py
tests/test_github_community_config.py
tests/test_lifecycle_regressions.py
tests/test_mcp_frontier.py
tests/test_paper_6pair.py
tests/test_pinning_observation_sandbox.py
tests/test_planner_v1.py
tests/test_quality_gate_config.py
tests/test_research_environment.py
tests/test_research_progress.py
tests/test_semantic_admission.py
tests/test_snapshot_evidence.py
tests/test_storage_mode_safety.py
tests/test_swarm_admission_scheduler.py
tests/test_swarm_budget.py
tests/test_swarm_codex_runner.py
tests/test_swarm_concurrency.py
tests/test_swarm_merge_queue.py
tests/test_swarm_operator.py
tests/test_swarm_recovery.py
tests/test_swarm_session.py
tests/test_swarm_verification.py
tests/test_swarm_worktrees.py
tests/test_trusted_observation.py
tests/test_writer_lock_fencing.py