Overview

OpenReason Protocol

A standard for transparent, reproducible, and accountable policy reasoning. Document your data, simulate consequences, map stakeholder impacts, and create forkable policy proposals.

# Install the validator
pip install orp-validator
 
# Create your first document
orp new my-policy.yaml --compliance basic
 
# Validate it
orp validate my-policy.yaml

ORP-Basic (Layer 1 only) Minimum viable transparency: data provenance tracking

ORP-Standard (Layers 1-3) Add consequence simulation and stakeholder mapping

ORP-Full (All 5 layers) Complete protocol: includes accountability ledger and fork registry

ORP-PostHoc (Layer 1, post-hoc reconstruction) Retrospective analysis when decision-making history is unavailable


Current Version: ORP v0.2 (backward compatible with v0.1) Tools Version: v0.4.0 (on PyPI) Status: Production-ready with 43 automated tests (96.5% coverage)