Skip to content

04_analysis/

Analysis outputs — mostly produced by Manus and landed via the @data path.

04_analysis/
├── reports/    <- the written analysis (.md with frontmatter)
├── figures/    <- charts/plots (.png), named to match their report
└── tables/     <- CSV/derived tables

What goes here: dated analysis results. Frontmatter type: analysis. Each report names its inputs (manifest version, ClearML experiment id) and labels every number as measured or estimated.

Rule: never overwrite a prior analysis. Add a new dated one; if it supersedes an earlier finding, say so in the new file and append a timeline entry to the relevant entity page.

Owner: Arseniy (@alosev) and Daniil (@dsultanov).


How to add to this folder

  1. Branch (bot/<slug> for agents, feat/<slug> for humans).
  2. Copy _TEMPLATE.md if present; otherwise start with frontmatter (see ../CONTRIBUTING.md §2).
  3. Search first — don't duplicate an existing file.
  4. make verify, commit, open a PR. Never push to main.