Exhibit · 03 — Example Bundle
Matter: ACME v. NorthstarQ-2026-014
Legal OREO Evidence Bundles · v0.1.0-draft · public_example
PASS WITH WARNINGSmanifest 9f4c…a8d1
§ Bundle anatomy
The folder and file structure on disk.
Every layer in the cookie corresponds to one or more files here. The bracketed letter marks which layer owns the artifact.
legal-oreo-example-bundle/ ├─ evidence/ │ ├─ citation_spans.json [E] │ ├─ evidence_map.json [E] │ └─ source_index.json [E] ├─ logs/ │ └─ events.jsonl [S] ├─ objections/ │ ├─ adverse_authorities.json [O] │ ├─ defeaters.json [O] │ ├─ exceptions.json [O] │ └─ unresolved_issues.json [O] ├─ opinion/ │ ├─ conclusion_status.json [O] │ └─ opinion.json [O] ├─ reports/ │ ├─ verification_report.json [S] │ └─ verification_report.md [S] ├─ review/ │ ├─ attorney_review.json │ └─ redaction_policy.json ├─ rules/ │ ├─ as_of_date.json [R] │ ├─ authorities.json [R] │ └─ jurisdiction.json [R] ├─ signatures/ │ ├─ bundle_receipt.json [S] │ └─ bundle_signature.sig [S] ├─ sources/ │ ├─ contract.pdf [E] │ └─ email_thread.pdf [E] ├─ legal-oreo.json └─ manifest.json [S]
{ } bundle_anatomy
{
"root": "legal-oreo-example-bundle/",
"files": [
"legal-oreo.json",
"manifest.json",
"opinion/opinion.json",
"opinion/conclusion_status.json",
"rules/authorities.json",
"rules/jurisdiction.json",
"rules/as_of_date.json",
"evidence/evidence_map.json",
"evidence/citation_spans.json",
"evidence/source_index.json",
"sources/contract.pdf",
"sources/email_thread.pdf",
"objections/defeaters.json",
"objections/adverse_authorities.json",
"objections/exceptions.json",
"objections/unresolved_issues.json",
"review/attorney_review.json",
"review/redaction_policy.json",
"logs/events.jsonl",
"signatures/bundle_receipt.json",
"signatures/bundle_signature.sig",
"reports/verification_report.json",
"reports/verification_report.md"
]
}⚠This example does not provide legal advice, decide a case, certify a legal conclusion, or replace attorney judgment. Legal OREO verifies the record, not the correctness of the legal conclusion.