@@ -26,28 +26,27 @@ python run_experiment.py --track cora ...
2626During deprecation, old names remain available where documented:
2727
2828``` text
29- configs/general/...
30- result_general_* (readers only; new runs no longer write mirrors)
31- general_suite_* (readers only; new runs no longer write mirrors)
29+ configs/general/... (path alias to configs/vision in config loader)
3230spectral_filter_strength (JSON config key alias only; CLI uses --graph-filter-strength)
3331```
3432
35- Root ` run_general_* ` and ` plot_general_* ` / ` merge_general_* ` /
36- ` deep_dive_general ` script wrappers were removed in Gate 6 batch 3. Prefer
37- ` run_vision_* ` and vision-named report/analysis scripts in new work.
33+ Gate 6 and post-Gate-6 cleanup removed ` run_general_* ` , ` graphfl_lab/general_* ` ,
34+ ` general_suite_* ` / ` result_general_* ` code paths. Prefer ` run_vision_* ` ,
35+ ` result_vision_* ` , and ` vision_suite_* ` in new work. Old artifact filenames
36+ under local experiment dirs are gitignored, not read by current code.
3837
3938## Output Artifacts
4039
41- New vision runs write canonical filenames only (Gate 6 batch 2). Readers still
42- resolve legacy paths for older experiment directories :
40+ New vision runs write canonical filenames only (Gate 6 batch 2). Suite helpers
41+ also accept short ` suite_* ` artifact names when present :
4342
44- | Canonical (new runs) | Legacy (read-only) |
43+ | Canonical (new runs) | Short legacy (read-only) |
4544| ---| ---|
46- | ` result_vision_*.json ` | ` result_general_*.json ` |
47- | ` vision_suite_summary.json ` / ` .csv ` / ` .md ` | ` general_suite_summary .*` |
48- | ` vision_suite_rows.json ` | ` general_suite_rows .json` |
45+ | ` result_vision_*.json ` | — |
46+ | ` vision_suite_summary.json ` / ` .csv ` / ` .md ` | ` suite_summary .*` |
47+ | ` vision_suite_rows.json ` | ` suite_rows .json` |
4948
50- Readers and suite helpers resolve either family, preferring canonical paths when
49+ Readers and suite helpers prefer canonical paths when
5150both exist. See ` graphfl_lab/experiments/suites/vision/artifacts.py ` and
5251` variant_helpers.resolve_result_path_for_variant ` .
5352
@@ -69,8 +68,6 @@ scripts/analysis/deep_dive_vision.py
6968scripts/analysis/merge_vision_fedavg_ours.py
7069```
7170
72- Legacy ` *_general_* ` script names remain as thin wrappers until Gate 6.
73-
7471## Schema Fields
7572
7673New results will eventually include:
0 commit comments