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
Copy file name to clipboardExpand all lines: docs/maintenance/cleanup-status.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ disagree, rerun the relevant gate check and update this file from the result.
10
10
| Field | Value |
11
11
|---|---|
12
12
| current_gate | Gate 4c complete on `main`; Gate 6 batches 1–3 in progress on `main`|
13
-
| status | PR #2 merged; nightly 26288800411 green; Gate 6 batches 2–4 landed; `graphfl_lab/strategies/spectral/`and `spectral_fl` shim still present per `gate-6-prep.md`|
13
+
| status | PR #2 merged; nightly 26288800411 green; Gate 6 batches 2–5 landed; `spectral_fl` shim and root `general_*` CLI facades remain per `gate-6-prep.md`|
14
14
| owner | codex |
15
15
| started_at | 2026-05-21 |
16
16
| last_verified | see `docs/maintenance/last_gate_check.json`|
17
-
| next_step |Gate 6 batch 5: remove `graphfl_lab/strategies/spectral/` wrappers; then `spectral_fl` shim and root `general_*` CLI facades; re-run CI/nightly after batch 5|
17
+
| next_step |Confirm CI green on batch 5 commit; then batch 6 (`spectral_fl` shim) only after grep shows no remaining imports; batch 7 legacy CLI tokens last|
18
18
19
19
Only one Gate branch should be active at a time. In short: use a single Gate branch.
20
20
If parallel work is
@@ -270,6 +270,7 @@ result-schema contracts.
270
270
| 2026-05-22 | Gate 6 batch 2: new suite/vision runs should stop duplicating `general_*` artifact files while readers still resolve legacy paths. | Drop `general_suite_*` and `result_general_*` writers; add `scripts/dev/migrate_serialized_objects.py` for serialized inventory. |
271
271
| 2026-05-22 | Gate 6 batch 3: root `run_general_*` and `plot_general_*` / `merge_general_*` / `deep_dive_general` wrappers only re-exported vision CLIs after C5. | Delete wrappers; compile canonical `run_vision_*` in CI/nightly; drop `run_general_experiment` from `gate-check 4b` contract. |
272
272
| 2026-05-22 | Gate 6 batch 4: `graphfl_lab/experiments/general/` and `suites/general/` were star-import facades with no remaining in-repo consumers after batch 3. | Delete import-path wrappers; keep root `general_*` CLI shims and `strategies/spectral/` for batch 5+. |
273
+
| 2026-05-22 | Gate 6 batch 5: `graphfl_lab/strategies/spectral/` mirrored `strategies/graphfl` with no in-repo Python imports; spectral math stays under `graph/operators` and `graphfl` modules. | Delete strategy import facades; use `graphfl_lab.strategies.graphfl` (or `spectral_fl.strategies.graphfl` via shim until batch 6). |
0 commit comments