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¶
- Branch (
bot/<slug>for agents,feat/<slug>for humans). - Copy
_TEMPLATE.mdif present; otherwise start with frontmatter (see../CONTRIBUTING.md§2). - Search first — don't duplicate an existing file.
make verify, commit, open a PR. Never push tomain.