CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
pyproject.toml
benchmark/README.md
benchmark/abc-spec.example.json
benchmark/run_abc_harness.py
benchmark/run_frontier_pack.py
benchmark/run_protocol_suite.py
benchmark/frontier-pack/spec.example.json
benchmark/frontier-pack/tasks.json
benchmark/golden-suite/README.md
benchmark/golden-suite/candidate-suite.example.json
benchmark/oss-pilot/README.md
benchmark/oss-pilot/selection.json
benchmark/single-agent-validation/README.md
docs/ARCHITECTURE.md
docs/BENCHMARK.md
docs/BROKERED_RUNTIME.md
docs/CLI_REFERENCE.md
docs/DESIGN_RATIONALE.md
docs/GUARANTEES.md
docs/INTEGRATIONS.md
docs/PROTOCOL.md
docs/QUICKSTART.md
docs/RELEASING.md
docs/STORAGE_BACKENDS.md
docs/TROUBLESHOOTING.md
docs/TRUSTED_EXECUTION.md
docs/UPGRADING.md
docs/swarm-sessions.md
examples/rate-limiter/broker-commands.example.json
examples/rate-limiter/brokered-run.example.json
examples/rate-limiter/integration-run.example.json
examples/rate-limiter/lexicon.yaml
examples/rate-limiter/intents/conflicting-contract.json
examples/rate-limiter/intents/core.json
examples/rate-limiter/intents/metrics.json
examples/rate-limiter/manifests/core-clean.json
examples/rate-limiter/manifests/core-drift.json
examples/rate-limiter/traces/metrics.jsonl
examples/swarm/budget-policy.json
examples/swarm/session-spec.json
examples/technical-preview/README.md
examples/technical-preview/TASK.md
examples/technical-preview/pyproject.toml
examples/technical-preview/scripts/check.sh
examples/technical-preview/src/audit_api/__init__.py
examples/technical-preview/src/audit_api/pagination.py
examples/technical-preview/tests/test_pagination.py
schemas/acceptance-summary.schema.json
schemas/adapter-capability-manifest.schema.json
schemas/adapter-conformance-report.schema.json
schemas/adapter-handshake.schema.json
schemas/adapter-pin.schema.json
schemas/adapter-registry.schema.json
schemas/agent-adapter-request.schema.json
schemas/agent-adapter-response.schema.json
schemas/broker-request.schema.json
schemas/change-intent.schema.json
schemas/change-manifest.schema.json
schemas/change-summary.schema.json
schemas/codex-completion.schema.json
schemas/codex-intent-proposal.schema.json
schemas/codex-scope-amendment.schema.json
schemas/controlled-run.schema.json
schemas/deterministic-concurrency-conformance.schema.json
schemas/deterministic-integration.schema.json
schemas/dogfood-plan.schema.json
schemas/dogfood-release-gate.schema.json
schemas/dogfood-result.schema.json
schemas/dogfood-suite.schema.json
schemas/dogfood-summary.schema.json
schemas/evidence-replay.schema.json
schemas/evidence-report.schema.json
schemas/exit-codes.schema.json
schemas/integration-rescue.schema.json
schemas/integration-run.schema.json
schemas/lifecycle-event.schema.json
schemas/observation-session.schema.json
schemas/observation-trace.schema.json
schemas/policy.schema.json
schemas/project-config-migration.schema.json
schemas/project-config-status.schema.json
schemas/project-config.schema.json
schemas/project-doctor.schema.json
schemas/python-structural-index.schema.json
schemas/risk-classification.schema.json
schemas/runtime-fence.schema.json
schemas/runtime-recovery.schema.json
schemas/same-file-admission.schema.json
schemas/schema-index.schema.json
schemas/semantic-amendment.schema.json
schemas/semantic-conflict-taxonomy.schema.json
schemas/semantic-dependency-graph.schema.json
schemas/semantic-impact.schema.json
schemas/semantic-resource-ir.schema.json
schemas/single-agent-determinism.schema.json
schemas/single-agent-validation-bundle.schema.json
schemas/single-agent-validation-gate.schema.json
schemas/single-agent-validation-selection.schema.json
schemas/single-agent-validation.schema.json
schemas/swarm-budget-policy.schema.json
schemas/swarm-codex-run.schema.json
schemas/swarm-concurrency-plan.schema.json
schemas/swarm-managed-worktree.schema.json
schemas/swarm-merge-queue.schema.json
schemas/swarm-operator-event.schema.json
schemas/swarm-operator-snapshot.schema.json
schemas/swarm-recovery.schema.json
schemas/swarm-scheduler-snapshot.schema.json
schemas/swarm-session-spec.schema.json
schemas/swarm-session.schema.json
schemas/swarm-shared-admission.schema.json
schemas/swarm-verification.schema.json
schemas/swarm-work-graph.schema.json
schemas/technical-preview.schema.json
scripts/check-acceptance-witnesses.sh
scripts/check-benchmark-isolation.sh
scripts/check-comparative-runtime-fidelity.sh
scripts/check-development-environment-injection.sh
scripts/check-dogfood-release.sh
scripts/check-inspection-friction.sh
scripts/check-interactive-safety.sh
scripts/check-oss-pilot.sh
scripts/check-single-agent-determinism.sh
scripts/check-single-agent-validation.sh
scripts/check-technical-preview.sh
scripts/check-validation-runtime-ux.sh
scripts/check-verification-feedback.sh
scripts/check.sh
scripts/cooperbench-docker.sh
scripts/demo.sh
scripts/ruff-tool.sh
scripts/setup-github-labels.sh
scripts/swarm-demo.sh
scripts/technical-preview-demo.sh
src/claim_plane/__init__.py
src/claim_plane/__main__.py
src/claim_plane/acceptance_witness.py
src/claim_plane/cli.py
src/claim_plane/console.py
src/claim_plane/controlled_run.py
src/claim_plane/determinism.py
src/claim_plane/dogfood.py
src/claim_plane/evidence.py
src/claim_plane/exit_codes.py
src/claim_plane/oss_pilot.py
src/claim_plane/oss_pilot_acceptance.py
src/claim_plane/policy.py
src/claim_plane/preview.py
src/claim_plane/project.py
src/claim_plane/py.typed
src/claim_plane/runtime_progress.py
src/claim_plane/test_feedback.py
src/claim_plane/validation.py
src/claim_plane/validation_environment.py
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_adapter.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/connectors/registry.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/amendment.py
src/claim_plane/core/conflict.py
src/claim_plane/core/dependency_graph.py
src/claim_plane/core/extract.py
src/claim_plane/core/fencing.py
src/claim_plane/core/governance.py
src/claim_plane/core/impact.py
src/claim_plane/core/models.py
src/claim_plane/core/plane.py
src/claim_plane/core/python_dependency.py
src/claim_plane/core/python_structure.py
src/claim_plane/core/recovery.py
src/claim_plane/core/registry.py
src/claim_plane/core/resource_ir.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/protocol/adapter.py
src/claim_plane/protocol/capabilities.py
src/claim_plane/protocol/conformance.py
src/claim_plane/protocol/lifecycle.py
src/claim_plane/protocol/registry.py
src/claim_plane/resources/__init__.py
src/claim_plane/resources/schemas/acceptance-summary.schema.json
src/claim_plane/resources/schemas/adapter-capability-manifest.schema.json
src/claim_plane/resources/schemas/adapter-conformance-report.schema.json
src/claim_plane/resources/schemas/adapter-handshake.schema.json
src/claim_plane/resources/schemas/adapter-pin.schema.json
src/claim_plane/resources/schemas/adapter-registry.schema.json
src/claim_plane/resources/schemas/agent-adapter-request.schema.json
src/claim_plane/resources/schemas/agent-adapter-response.schema.json
src/claim_plane/resources/schemas/broker-request.schema.json
src/claim_plane/resources/schemas/change-intent.schema.json
src/claim_plane/resources/schemas/change-manifest.schema.json
src/claim_plane/resources/schemas/change-summary.schema.json
src/claim_plane/resources/schemas/codex-completion.schema.json
src/claim_plane/resources/schemas/codex-intent-proposal.schema.json
src/claim_plane/resources/schemas/codex-scope-amendment.schema.json
src/claim_plane/resources/schemas/controlled-run.schema.json
src/claim_plane/resources/schemas/deterministic-concurrency-conformance.schema.json
src/claim_plane/resources/schemas/deterministic-integration.schema.json
src/claim_plane/resources/schemas/dogfood-plan.schema.json
src/claim_plane/resources/schemas/dogfood-release-gate.schema.json
src/claim_plane/resources/schemas/dogfood-result.schema.json
src/claim_plane/resources/schemas/dogfood-suite.schema.json
src/claim_plane/resources/schemas/dogfood-summary.schema.json
src/claim_plane/resources/schemas/evidence-replay.schema.json
src/claim_plane/resources/schemas/evidence-report.schema.json
src/claim_plane/resources/schemas/exit-codes.schema.json
src/claim_plane/resources/schemas/integration-rescue.schema.json
src/claim_plane/resources/schemas/integration-run.schema.json
src/claim_plane/resources/schemas/lifecycle-event.schema.json
src/claim_plane/resources/schemas/observation-session.schema.json
src/claim_plane/resources/schemas/observation-trace.schema.json
src/claim_plane/resources/schemas/policy.schema.json
src/claim_plane/resources/schemas/project-config-migration.schema.json
src/claim_plane/resources/schemas/project-config-status.schema.json
src/claim_plane/resources/schemas/project-config.schema.json
src/claim_plane/resources/schemas/project-doctor.schema.json
src/claim_plane/resources/schemas/python-structural-index.schema.json
src/claim_plane/resources/schemas/risk-classification.schema.json
src/claim_plane/resources/schemas/runtime-fence.schema.json
src/claim_plane/resources/schemas/runtime-recovery.schema.json
src/claim_plane/resources/schemas/same-file-admission.schema.json
src/claim_plane/resources/schemas/schema-index.schema.json
src/claim_plane/resources/schemas/semantic-amendment.schema.json
src/claim_plane/resources/schemas/semantic-conflict-taxonomy.schema.json
src/claim_plane/resources/schemas/semantic-dependency-graph.schema.json
src/claim_plane/resources/schemas/semantic-impact.schema.json
src/claim_plane/resources/schemas/semantic-resource-ir.schema.json
src/claim_plane/resources/schemas/single-agent-determinism.schema.json
src/claim_plane/resources/schemas/single-agent-validation-bundle.schema.json
src/claim_plane/resources/schemas/single-agent-validation-gate.schema.json
src/claim_plane/resources/schemas/single-agent-validation-selection.schema.json
src/claim_plane/resources/schemas/single-agent-validation.schema.json
src/claim_plane/resources/schemas/swarm-budget-policy.schema.json
src/claim_plane/resources/schemas/swarm-codex-run.schema.json
src/claim_plane/resources/schemas/swarm-concurrency-plan.schema.json
src/claim_plane/resources/schemas/swarm-managed-worktree.schema.json
src/claim_plane/resources/schemas/swarm-merge-queue.schema.json
src/claim_plane/resources/schemas/swarm-operator-event.schema.json
src/claim_plane/resources/schemas/swarm-operator-snapshot.schema.json
src/claim_plane/resources/schemas/swarm-recovery.schema.json
src/claim_plane/resources/schemas/swarm-scheduler-snapshot.schema.json
src/claim_plane/resources/schemas/swarm-session-spec.schema.json
src/claim_plane/resources/schemas/swarm-session.schema.json
src/claim_plane/resources/schemas/swarm-shared-admission.schema.json
src/claim_plane/resources/schemas/swarm-verification.schema.json
src/claim_plane/resources/schemas/swarm-work-graph.schema.json
src/claim_plane/resources/schemas/technical-preview.schema.json
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/conformance.py
src/claim_plane/swarm/integration_v2.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/rescue.py
src/claim_plane/swarm/runs.py
src/claim_plane/swarm/same_file_admission.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
src/claim_plane/testing/__init__.py
src/claim_plane/testing/codex.py
src/claim_plane/testing/conformance.py
src/claim_plane/testing/reference_adapter.py
tests/test_acceptance_witness.py
tests/test_adapter_capability_manifest.py
tests/test_adapter_conformance_kit.py
tests/test_adapter_registry_version_negotiation.py
tests/test_agent_adapter_protocol.py
tests/test_benchmark_isolation.py
tests/test_broker_attestation.py
tests/test_broker_runtime.py
tests/test_broker_tree_provenance.py
tests/test_codex_enrollment.py
tests/test_codex_read_only_shell_chains.py
tests/test_comparative_runtime_fidelity.py
tests/test_confirmatory_30x3.py
tests/test_console_ux.py
tests/test_controlled_run.py
tests/test_cooperbench_workspace.py
tests/test_core.py
tests/test_dependency_graph_v2.py
tests/test_dependency_integration.py
tests/test_deterministic_ablation_study.py
tests/test_deterministic_concurrency_conformance.py
tests/test_deterministic_confirmatory_experiment.py
tests/test_deterministic_integration_v2.py
tests/test_dogfood_golden_suite.py
tests/test_dynamic_scope.py
tests/test_experiment_foundation.py
tests/test_frontier.py
tests/test_github_community_config.py
tests/test_integration_rescue.py
tests/test_interactive_codex_hardening.py
tests/test_lifecycle_regressions.py
tests/test_mcp_frontier.py
tests/test_negative_authority_safety.py
tests/test_normalized_lifecycle_events.py
tests/test_oss_pilot.py
tests/test_oss_pilot_outcome_ux.py
tests/test_paper_6pair.py
tests/test_physical_parallel_benchmark.py
tests/test_pinning_observation_sandbox.py
tests/test_planner_v1.py
tests/test_policy_presets.py
tests/test_project_enrollment_doctor.py
tests/test_python_structural_extractor.py
tests/test_quality_gate_config.py
tests/test_research_environment.py
tests/test_research_progress.py
tests/test_runtime_premise_fencing.py
tests/test_runtime_recovery.py
tests/test_same_file_admission_v2.py
tests/test_semantic_admission.py
tests/test_semantic_amendment.py
tests/test_semantic_conflict_taxonomy.py
tests/test_semantic_impact.py
tests/test_semantic_resource_ir.py
tests/test_single_agent_determinism.py
tests/test_single_agent_validation.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_technical_preview_packaging.py
tests/test_test_feedback.py
tests/test_trusted_observation.py
tests/test_validation_runtime_ux.py
tests/test_writer_lock_fencing.py