.gitattributes
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
MANIFEST.in
Makefile
README.md
SECURITY.md
pyproject.toml
uv.lock
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.yml
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/docs_question.yml
.github/workflows/release.yml
.github/workflows/verify.yml
demo/pyproject.toml
demo/counterfactual/.gitkeep
demo/fixtures/diff_synthetic_001.patch
demo/model/deterministic_mock_reviewer.md
demo/prompts/code_review_agent.md
demo/scripts/check_replay_state.py
demo/scripts/run_approval_escalation_counterfactual.py
demo/scripts/run_budget_per_run_counterfactual.py
demo/scripts/run_code_review_demo.py
demo/scripts/run_compound_reliability_counterfactual.py
demo/src/oep_demo/__init__.py
demo/src/oep_demo/cli.py
demo/src/oep_demo/counterfactual.py
demo/src/oep_demo/paths.py
demo/src/oep_demo/py.typed
demo/src/oep_demo/runner.py
demo/src/oep_demo/resources/fixtures/diff_synthetic_001.patch
demo/src/oep_demo/resources/model/deterministic_mock_reviewer.md
demo/src/oep_demo/resources/prompts/code_review_agent.md
demo/src/oep_demo/resources/state/replay_state_recipe.md
demo/state/.gitkeep
demo/state/replay_state_recipe.md
docs/architecture.md
docs/counterfactual_replay.md
docs/decision_log.md
docs/landscape.md
docs/oep_evidence_chain.svg
docs/public_claims.md
docs/quickstart_walkthrough.md
docs/record_keeping_reference.md
docs/release_checklist.md
docs/schema_migration_v0.3.md
docs/schema_reference.md
docs/schema_versioning.md
events/pyproject.toml
events/examples/code_review_agent_denied_step.v0.json
events/examples/code_review_agent_step.v0.json
events/examples/human_review/human_review_approved.v0.json
events/examples/human_review/human_review_rejected.v0.json
events/schema/agent_step_event.v0.schema.json
events/schema/human_review_event.v0.schema.json
events/scripts/check_agent_step_event.py
events/scripts/demo_human_review_reconstruct.py
events/src/oep_events/__init__.py
events/src/oep_events/paths.py
events/src/oep_events/py.typed
events/src/oep_events/resources/examples/code_review_agent_denied_step.v0.json
events/src/oep_events/resources/examples/code_review_agent_step.v0.json
events/src/oep_events/resources/schema/agent_step_event.v0.schema.json
integrations/__init__.py
integrations/decision-trace-reconstructor/README.md
integrations/decision-trace-reconstructor/code_review_agent.expected_feasibility.json
integrations/decision-trace-reconstructor/code_review_agent.jsonl
integrations/decision-trace-reconstructor/code_review_agent_denied.jsonl
integrations/decision-trace-reconstructor/mapping.v0.yaml
integrations/decision-trace-reconstructor/scripts/to_dtr_jsonl.py
integrations/langgraph/README.md
integrations/langgraph/__init__.py
integrations/langgraph/mapping.v0.yaml
integrations/langgraph/examples/code_review_langgraph_checkpoint.v0.json
integrations/langgraph/scripts/__init__.py
integrations/langgraph/scripts/to_oep_permission.py
integrations/mcp/README.md
integrations/mcp/__init__.py
integrations/mcp/mapping.v0.yaml
integrations/mcp/examples/code_review_mcp_tool_call.v0.json
integrations/mcp/scripts/__init__.py
integrations/mcp/scripts/to_oep_permission.py
manifest/pyproject.toml
manifest/examples/code_review_agent_release.v0.json
manifest/schema/release_manifest.v0.schema.json
manifest/scripts/check_release_manifest.py
manifest/scripts/update_manifest_digests.py
manifest/src/oep_manifest/__init__.py
manifest/src/oep_manifest/cli.py
manifest/src/oep_manifest/paths.py
manifest/src/oep_manifest/py.typed
manifest/src/oep_manifest/resources/examples/code_review_agent_release.v0.json
manifest/src/oep_manifest/resources/schema/release_manifest.v0.schema.json
oep_verify/__init__.py
oep_verify/artifacts.py
oep_verify/cli.py
oep_verify/py.typed
oep_verify/resources.py
oep_verify/scenarios.py
oep_verify/verify_support.py
operational_evidence_plane.egg-info/PKG-INFO
operational_evidence_plane.egg-info/SOURCES.txt
operational_evidence_plane.egg-info/dependency_links.txt
operational_evidence_plane.egg-info/entry_points.txt
operational_evidence_plane.egg-info/requires.txt
operational_evidence_plane.egg-info/top_level.txt
permissions/pyproject.toml
permissions/examples/code_review_tool_permission.v0.json
permissions/examples/code_review_tool_permission_denied.v0.json
permissions/policy/tool_permissions.rego
permissions/policy/tool_permissions_test.rego
permissions/policy/counterfactual/approval_per_step_escalation.rego
permissions/policy/counterfactual/approval_per_step_escalation_test.rego
permissions/policy/counterfactual/budget_per_run_cap.rego
permissions/policy/counterfactual/budget_per_run_cap_test.rego
permissions/policy/counterfactual/compound_reliability_step_bound.rego
permissions/policy/counterfactual/compound_reliability_step_bound_test.rego
permissions/policy/counterfactual/oep.rego
permissions/policy/counterfactual/oep_test.rego
permissions/policy/input/code_review_read_diff.json
permissions/policy/input/code_review_write_diff.json
permissions/schema/tool_permission_packet.v0.schema.json
permissions/scripts/check_tool_permission_packet.py
permissions/scripts/update_permission_digests.py
permissions/src/oep_permissions/__init__.py
permissions/src/oep_permissions/paths.py
permissions/src/oep_permissions/py.typed
permissions/src/oep_permissions/replay/__init__.py
permissions/src/oep_permissions/replay/opa.py
permissions/src/oep_permissions/replay/records.py
permissions/src/oep_permissions/replay/storage.py
permissions/src/oep_permissions/replay/surfaces.py
permissions/src/oep_permissions/replay/wrapper.py
permissions/src/oep_permissions/resources/examples/code_review_tool_permission.v0.json
permissions/src/oep_permissions/resources/examples/code_review_tool_permission_denied.v0.json
permissions/src/oep_permissions/resources/policy/tool_permissions.rego
permissions/src/oep_permissions/resources/policy/tool_permissions_test.rego
permissions/src/oep_permissions/resources/policy/counterfactual/approval_per_step_escalation.rego
permissions/src/oep_permissions/resources/policy/counterfactual/budget_per_run_cap.rego
permissions/src/oep_permissions/resources/policy/counterfactual/compound_reliability_step_bound.rego
permissions/src/oep_permissions/resources/policy/counterfactual/oep.rego
permissions/src/oep_permissions/resources/policy/input/code_review_read_diff.json
permissions/src/oep_permissions/resources/policy/input/code_review_write_diff.json
permissions/src/oep_permissions/resources/schema/counterfactual_replay.v0.schema.json
permissions/src/oep_permissions/resources/schema/tool_permission_packet.v0.schema.json
playbooks/pyproject.toml
playbooks/rollback_reconstruction.md
playbooks/examples/code_review_denied_reconstruction_packet.v0.json
playbooks/examples/code_review_reconstruction_packet.v0.json
playbooks/schema/reconstruction_packet.v0.schema.json
playbooks/scripts/check_reconstruction_packet.py
playbooks/src/oep_playbooks/__init__.py
playbooks/src/oep_playbooks/cli.py
playbooks/src/oep_playbooks/paths.py
playbooks/src/oep_playbooks/py.typed
playbooks/src/oep_playbooks/resources/rollback_reconstruction.md
playbooks/src/oep_playbooks/resources/examples/code_review_denied_reconstruction_packet.v0.json
playbooks/src/oep_playbooks/resources/examples/code_review_reconstruction_packet.v0.json
playbooks/src/oep_playbooks/resources/schema/reconstruction_packet.v0.schema.json
replay/counterfactual_replay.v0.schema.json
replay/scripts/check_counterfactual_replay.py
replay/scripts/check_counterfactual_replay_schema.py
replay/scripts/check_v03_features.py
scripts/check_package_build.py
scripts/check_public_docs.py
scripts/sync_packaged_resources.py
tests/conftest.py
tests/helpers.py
tests/test_counterfactual_replay.py
tests/test_demo_runner.py
tests/test_integrations_dtr.py
tests/test_packaging_digests.py
tests/test_replay_cli.py
tests/test_replay_opa.py
tests/test_replay_storage.py
tests/test_verify_scripts.py
tests/test_verify_support.py
traces/pyproject.toml
traces/examples/code_review_agent_denied_eval.v0.json
traces/examples/code_review_agent_denied_trace.v0.json
traces/examples/code_review_agent_eval.v0.json
traces/examples/code_review_agent_trace.v0.json
traces/schema/eval_result.v0.schema.json
traces/schema/operational_trace.v0.schema.json
traces/scripts/check_eval_result.py
traces/scripts/check_operational_trace.py
traces/src/oep_traces/__init__.py
traces/src/oep_traces/paths.py
traces/src/oep_traces/py.typed
traces/src/oep_traces/resources/examples/code_review_agent_denied_eval.v0.json
traces/src/oep_traces/resources/examples/code_review_agent_denied_trace.v0.json
traces/src/oep_traces/resources/examples/code_review_agent_eval.v0.json
traces/src/oep_traces/resources/examples/code_review_agent_trace.v0.json
traces/src/oep_traces/resources/schema/eval_result.v0.schema.json
traces/src/oep_traces/resources/schema/operational_trace.v0.schema.json
translations/bedrock/README.md
translations/bedrock/layer_mapping.md
translations/bedrock/runtime_mapping.md
translations/bedrock/source_notes.md
translations/bedrock/examples/code_review_bedrock_translation.v0.json
translations/bedrock/schema/bedrock_translation.v0.schema.json
translations/bedrock/scripts/check_bedrock_translation.py