LICENSE
README.md
pyproject.toml
src/openworkproof/__init__.py
src/openworkproof/acceptance.py
src/openworkproof/acceptance_bundle.py
src/openworkproof/agency.py
src/openworkproof/agency_bundle.py
src/openworkproof/agency_ledger.py
src/openworkproof/agency_policy.py
src/openworkproof/agency_schema_registry.py
src/openworkproof/agentteams_controller_client.py
src/openworkproof/agentteams_matrix_client.py
src/openworkproof/agentteams_workflow.py
src/openworkproof/authority.py
src/openworkproof/binding.py
src/openworkproof/binding_transactions.py
src/openworkproof/cli.py
src/openworkproof/companion_schema_registry.py
src/openworkproof/composition.py
src/openworkproof/delivery_case.py
src/openworkproof/delivery_case_render.py
src/openworkproof/delivery_package.py
src/openworkproof/dsh_bridge.py
src/openworkproof/dsh_case.py
src/openworkproof/dsh_delivery.py
src/openworkproof/dsh_execution.py
src/openworkproof/dsh_handlers.py
src/openworkproof/dsh_protocol.py
src/openworkproof/dsh_verifier.py
src/openworkproof/environment_fingerprint.py
src/openworkproof/evidence.py
src/openworkproof/execution_adapter.py
src/openworkproof/external_acceptor.py
src/openworkproof/github_action_cli.py
src/openworkproof/integrity.py
src/openworkproof/mcp_server.py
src/openworkproof/mcp_transport.py
src/openworkproof/models.py
src/openworkproof/policy.py
src/openworkproof/predicates.py
src/openworkproof/repo_tools.py
src/openworkproof/retraction.py
src/openworkproof/runtime_context.py
src/openworkproof/schema_registry.py
src/openworkproof/scope.py
src/openworkproof/services.py
src/openworkproof/settlement.py
src/openworkproof/signing.py
src/openworkproof/state.py
src/openworkproof/surface_bundle.py
src/openworkproof/team_network_client.py
src/openworkproof/trusted_helper.py
src/openworkproof/verification.py
src/openworkproof/verification_report.py
src/openworkproof.egg-info/PKG-INFO
src/openworkproof.egg-info/SOURCES.txt
src/openworkproof.egg-info/dependency_links.txt
src/openworkproof.egg-info/entry_points.txt
src/openworkproof.egg-info/requires.txt
src/openworkproof.egg-info/top_level.txt
src/openworkproof/adapters/__init__.py
src/openworkproof/adapters/code_delivery_github.py
src/openworkproof/adapters/github_surface.py
src/openworkproof/repo_pipeline/__init__.py
src/openworkproof/repo_pipeline/analysis.py
src/openworkproof/repo_pipeline/errors.py
src/openworkproof/repo_pipeline/models.py
src/openworkproof/repo_pipeline/output.py
src/openworkproof/repo_pipeline/reader.py
src/openworkproof/repo_pipeline/sources.py
src/openworkproof/repo_pipeline/traversal.py
src/openworkproof/schemas/agency-v0.1/agency-appeal.schema.json
src/openworkproof/schemas/agency-v0.1/agency-profile-transition.schema.json
src/openworkproof/schemas/agency-v0.1/human-agency-profile.schema.json
src/openworkproof/schemas/agency-v0.1/schema-registry.json
src/openworkproof/schemas/companion-v0.1/acceptance-bundle-manifest.schema.json
src/openworkproof/schemas/companion-v0.1/acceptance-bundle-result.schema.json
src/openworkproof/schemas/companion-v0.1/acceptance-decision-binding.schema.json
src/openworkproof/schemas/companion-v0.1/execution-environment.schema.json
src/openworkproof/schemas/companion-v0.1/schema-registry.json
src/openworkproof/schemas/companion-v0.1/verification-report.schema.json
src/openworkproof/schemas/v0.1/acceptance-receipt.schema.json
src/openworkproof/schemas/v0.1/acceptance-rejection-receipt.schema.json
src/openworkproof/schemas/v0.1/action-receipt.schema.json
src/openworkproof/schemas/v0.1/capability-grant.schema.json
src/openworkproof/schemas/v0.1/schema-registry.json
src/openworkproof/schemas/v0.1/work-order.schema.json
src/openworkproof/schemas/v0.2/acceptance-transition.schema.json
src/openworkproof/schemas/v0.2/commitment-anchor.schema.json
src/openworkproof/schemas/v0.2/policy-anchor.schema.json
src/openworkproof/schemas/v0.2/schema-registry.json
src/openworkproof/schemas/v0.2/subject-claim.schema.json
src/openworkproof/schemas/v0.2/verification-arm-result.schema.json
src/openworkproof/schemas/v0.2/verification-decision.schema.json
src/openworkproof/schemas/v0.2/verification-profile.schema.json
src/openworkproof/schemas/v0.3/evaluation-scope.schema.json
src/openworkproof/schemas/v0.3/schema-registry.json
src/openworkproof/schemas/v0.3/verification-arm-result.schema.json
src/openworkproof/schemas/v0.3/verification-decision.schema.json
src/openworkproof/schemas/v0.3/verification-profile.schema.json
src/openworkproof/schemas/v0.4/action-binding-manifest.schema.json
src/openworkproof/schemas/v0.4/action-receipt.schema.json
src/openworkproof/schemas/v0.4/authority-checkpoint.schema.json
src/openworkproof/schemas/v0.4/binding-decision.schema.json
src/openworkproof/schemas/v0.4/judgment-commitment.schema.json
src/openworkproof/schemas/v0.4/schema-registry.json
src/openworkproof/schemas/v0.5/schema-registry.json
src/openworkproof/schemas/v0.5/verification-arm-result.schema.json
src/openworkproof/schemas/v0.5/verification-decision.schema.json
src/openworkproof/schemas/v0.5/verification-profile.schema.json
tests/test_acceptance.py
tests/test_acceptance_binding_v04.py
tests/test_acceptance_bundle_v01.py
tests/test_acceptance_decision_binding_v01.py
tests/test_acceptance_v03.py
tests/test_acceptance_v05.py
tests/test_acceptor_rejection.py
tests/test_agency_bundle_v01.py
tests/test_agency_end_to_end_v01.py
tests/test_agency_history_v01.py
tests/test_agency_ledger_v01.py
tests/test_agency_models_v01.py
tests/test_agency_policy_v01.py
tests/test_agency_schema_constraints_v01.py
tests/test_agency_schema_registry_v01.py
tests/test_agentteams_acceptance_bundle_v13.py
tests/test_agentteams_adapters.py
tests/test_agentteams_workflow_v13.py
tests/test_apply_patch_transaction.py
tests/test_authority_checkpoint_v04.py
tests/test_binding_adversarial_v04.py
tests/test_binding_decision_v04.py
tests/test_binding_demo_v04.py
tests/test_binding_gateway_v04.py
tests/test_binding_holdout_v04.py
tests/test_binding_interfaces_v04.py
tests/test_binding_manifest_transactions_v04.py
tests/test_binding_models_v04.py
tests/test_binding_schema_v04.py
tests/test_binding_transactions_v04.py
tests/test_candidate_supplychain_integration.py
tests/test_cli_transport.py
tests/test_code_delivery_binding_v04.py
tests/test_companion_schema_registry.py
tests/test_contract.py
tests/test_control_integrity_v05.py
tests/test_convert_docker_archive.py
tests/test_delivery_case_cli_v01.py
tests/test_delivery_case_v01.py
tests/test_delivery_m1.py
tests/test_delivery_m2.py
tests/test_delivery_m3_dify.py
tests/test_delivery_m4_agentscope.py
tests/test_delivery_package_v02.py
tests/test_delivery_package_v03.py
tests/test_delivery_package_v04.py
tests/test_delivery_package_v05.py
tests/test_documentation_boundaries.py
tests/test_dsh_bridge_v01.py
tests/test_dsh_case_v01.py
tests/test_dsh_end_to_end_v01.py
tests/test_dsh_execution_v01.py
tests/test_dsh_handlers_v01.py
tests/test_dsh_live_case_v01.py
tests/test_dsh_protocol_v01.py
tests/test_dsh_verifier_v01.py
tests/test_dual_verifier_v05.py
tests/test_environment_fingerprint_v01.py
tests/test_execution_adapter.py
tests/test_export_evidence_bundles.py
tests/test_github_action_contract.py
tests/test_github_surface.py
tests/test_image_supply_chain.py
tests/test_independent_recomposition.py
tests/test_judgment_transactions_v04.py
tests/test_mcp_server.py
tests/test_package.py
tests/test_policy.py
tests/test_population_integrity_v05.py
tests/test_predicates.py
tests/test_prepare_image_context.py
tests/test_proof_composition.py
tests/test_receipt_chain.py
tests/test_replay.py
tests/test_repo_pipeline.py
tests/test_repo_read_transaction.py
tests/test_retraction_decision_v05.py
tests/test_retraction_receipt_v05.py
tests/test_retraction_transactions_v05.py
tests/test_run_tests_runner.py
tests/test_sandbox.py
tests/test_schema_registry.py
tests/test_scope_adversarial_v03.py
tests/test_scope_building_v03.py
tests/test_scope_demo_v03.py
tests/test_scope_interfaces_v03.py
tests/test_scope_models_v03.py
tests/test_scope_transactions_v03.py
tests/test_settlement_readiness.py
tests/test_signing.py
tests/test_state.py
tests/test_surface_bundle_v01.py
tests/test_surface_conformance_v13.py
tests/test_team_network_client.py
tests/test_trusted_helper.py
tests/test_v02_adversarial.py
tests/test_v02_bundles.py
tests/test_v02_interfaces.py
tests/test_verification_integrity_adapters_v05.py
tests/test_verification_integrity_adversarial_v05.py
tests/test_verification_integrity_demo_v05.py
tests/test_verification_integrity_interfaces_v05.py
tests/test_verification_integrity_models_v05.py
tests/test_verification_integrity_transactions_v05.py
tests/test_verification_models_v02.py
tests/test_verification_report_v01.py
tests/test_verification_transactions_v02.py
tests/test_verification_transactions_v03.py