Metadata-Version: 2.4
Name: orro
Version: 0.0.3
Summary: ORRO — the Observed Run & Review Orchestrator. Thin orro command over the Moonweave witnessd runtime and Depone verifier.
Author-email: Moonweave Systems <choimoonyoung3631@gmail.com>
License-Expression: MIT
Project-URL: Homepage, https://github.com/Moonweave-Systems/ORRO
Project-URL: Repository, https://github.com/Moonweave-Systems/ORRO
Project-URL: witnessd (engine), https://github.com/Moonweave-Systems/witnessd
Project-URL: Depone (verifier), https://github.com/Moonweave-Systems/Depone
Keywords: orro,moonweave,evidence,verification,coding-agents,provenance
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Quality Assurance
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: witnessd>=2.3.2
Dynamic: license-file

# ORRO

**Observed Run & Review Orchestrator** — the evidence-backed execution layer for
coding agents, by [Moonweave](https://github.com/Moonweave-Systems).

> This PyPI distribution reserves the `orro` name for the Moonweave product.
> Version `0.0.1` is an early placeholder; the active product surface lives in
> the repositories below.

ORRO turns a goal into an evidence-backed workflow:

```
scout -> flowplan -> proofrun -> proofcheck -> handoff
```

It keeps the coding agent (Codex / Claude / others) native and makes the work
**independently observable, policy-bound, and re-verifiable**:

- **witnessd** — the execution/observation runtime that emits signed evidence.
- **Depone** — the non-executing verifier that re-derives the verdict from bytes.
- **ORRO** — the product surface that ties them together.

## Links

- Product: https://github.com/Moonweave-Systems/ORRO
- Runtime (witnessd): https://github.com/Moonweave-Systems/witnessd
- Verifier (Depone): https://github.com/Moonweave-Systems/Depone

## License

MIT © 2026 Moonweave Systems
