data/rounds/<id>.yaml

research-index file

AuthoredAuthored source

The append-only research ledger backing the Deep-dive → Report view — what was surveyed, round by round, plus the per-position/per-assist research state. Append-only `rounds[]` is what makes the iterative loop (Plan 15 MR-4) representable: new evidence is added, never overwritten. Instance extensions narrow via allOf + $ref to this $id with unevaluatedProperties:false.

The authored source — this is what you edit. The cockpit reads the assembled output (data/research-index.json), built from this.
Authored — You edit these source files; they are assembled into data/research-index.json.
The source files you edit
  • data/rounds/<id>.yaml One file per research round — that round's narrative plus just the facts bucketed to it.
  • data/research-index.yaml Base — everything except research + facts, plus a _researchOrder manifest.

→ All data pipelines & the CLIs

← Back to the reference