LICENSE
README.md
pyproject.toml
src/openworkproof/__init__.py
src/openworkproof/acceptance.py
src/openworkproof/cli.py
src/openworkproof/composition.py
src/openworkproof/evidence.py
src/openworkproof/execution_adapter.py
src/openworkproof/external_acceptor.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/runtime_context.py
src/openworkproof/schema_registry.py
src/openworkproof/signing.py
src/openworkproof/state.py
src/openworkproof/team_network_client.py
src/openworkproof/trusted_helper.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/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/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
tests/test_acceptance.py
tests/test_acceptor_rejection.py
tests/test_candidate_supplychain_integration.py
tests/test_cli_transport.py
tests/test_contract.py
tests/test_delivery_m1.py
tests/test_delivery_m2.py
tests/test_delivery_m3_dify.py
tests/test_execution_adapter.py
tests/test_image_supply_chain.py
tests/test_independent_recomposition.py
tests/test_mcp_server.py
tests/test_package.py
tests/test_policy.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_run_tests_runner.py
tests/test_sandbox.py
tests/test_schema_registry.py
tests/test_signing.py
tests/test_state.py
tests/test_team_network_client.py
tests/test_trusted_helper.py