Findings
Sealed
Each finding anchored — reproducible at audit.
One job: run an AI review over a changeset where every finding is sealed to the WORM ledger — a reproducible audit trail of exactly what was flagged, when.
With an API key this calls the live POST /v1/code-review endpoint and returns the sealed response. Without one it shows a representative sealed payload so you can see the shape.
from epochcore_app_primitives import Client with Client(api_key="...") as c: r = c.code_review.review(repo_url="https://github.com/acme/api", branch="main", files=files) print(c.code_review.findings(r["review_id"], severity="high"))