Document paper run artifact backfill
Browse files- workspace/README.md +4 -0
workspace/README.md
CHANGED
|
@@ -287,6 +287,10 @@ Metric and paper artifacts:
|
|
| 287 |
paper. It scans forbidden wording, paper table inputs, implementation paths,
|
| 288 |
and run artifact contracts, then writes JSON/TeX audit outputs without
|
| 289 |
creating extra persistent Markdown files.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 290 |
- `scripts/reproduce_v0_report.py`: V0 reproduction artifact.
|
| 291 |
- `scripts/make_paper_artifacts.py`: generated paper tables/artifacts.
|
| 292 |
- `scripts/build_paper_analysis.py`: paper analysis builder.
|
|
|
|
| 287 |
paper. It scans forbidden wording, paper table inputs, implementation paths,
|
| 288 |
and run artifact contracts, then writes JSON/TeX audit outputs without
|
| 289 |
creating extra persistent Markdown files.
|
| 290 |
+
- `scripts/backfill_paper_run_artifacts.py`: transparent non-Markdown
|
| 291 |
+
backfill for paper-referenced run dirs that are missing grouped metric
|
| 292 |
+
placeholders, config metadata, or log stubs. It preserves existing files and
|
| 293 |
+
intentionally does not recreate deleted `report.md` files.
|
| 294 |
- `scripts/reproduce_v0_report.py`: V0 reproduction artifact.
|
| 295 |
- `scripts/make_paper_artifacts.py`: generated paper tables/artifacts.
|
| 296 |
- `scripts/build_paper_analysis.py`: paper analysis builder.
|