You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: trim spectral compatibility aliases after Gate 6
Move graph vector helper to graphfl source module, canonicalize aggregation
targets, and stop mirroring spectral_filter_strength in new result metadata.
Co-authored-by: Cursor <cursoragent@cursor.com>
Copy file name to clipboardExpand all lines: docs/maintenance/rename-inventory.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,8 @@ legacy surface is discovered.
18
18
|`general_suite_*`| old suite artifact filename | compatibility mirror; new writes emit `vision_suite_*` first via `write_suite_summary_artifacts()` until Gate 6 |
19
19
|`result_vision_*`, `vision_suite_*`| canonical output filenames | prefer in new docs, scripts, and directory listings |
20
20
|`graphfl_lab/experiments/suites/vision/artifacts.py`| artifact discovery helper | canonical-first readers for plots/smoke/sweeps |
21
-
|`spectral_filter_strength`| old config/result key | schema policy in Gate 2, removal in Gate 6 |
21
+
|`graph_filter_strength`| canonical config/result key | prefer in new writes; JSON may still alias `spectral_filter_strength` via `config_io`|
22
+
|`spectral_filter_strength`| old config/result key | JSON alias only after Gate 6 phase 2; not written to new traces |
22
23
|`spectral_filtered_*`| old aggregation target/result spelling | internal migration in Gate 3, removal in Gate 6 |
23
24
|`ours_spectral_filtered_*`| old suite token | keep through deprecation |
24
25
|`_spectral_only`, `_speconly`| old suite suffixes | keep through deprecation |
0 commit comments