Critical-path follow-up to the parallel codex block at /tmp/codex-queue/410-450. After T1 (concat-fusion), T2 (disocclusion+DGP spawner), T4 (R-latent rasterizer + LatentDecoder), T5 (student backbone scaffold), and T6/T7/T8 (model wiring + training script flags + config) land:
- Verify v6 test suite passes
- Verify smoke training step works:
python scripts/sr_train_v6.py --v62 --max-steps 5 --output-dir /tmp/v62-smoke
- Launch on 3080 Ti via the WMI-orphan-spawn pattern from launch-watcher.ps1
- Watch for the first FFT residual gate at step ~5000: λ=2px peak < 50,000 (vs v6.1-pico-001 baseline 177,265). If it FAILS, halt the run — don't repeat the v6.1 mistake of training through a structural bug.
Companion docs:
- docs/architecture/2026-05-08-v62-arch-v4-spec.md
- docs/architecture/2026-05-08-v62-pico-002-implementation-plan.md
- docs/superpowers/experiments/2026-05-08-v6.1-pico-001-stopped-stippling-not-fixable-mid-flight.md
Critical-path follow-up to the parallel codex block at /tmp/codex-queue/410-450. After T1 (concat-fusion), T2 (disocclusion+DGP spawner), T4 (R-latent rasterizer + LatentDecoder), T5 (student backbone scaffold), and T6/T7/T8 (model wiring + training script flags + config) land:
python scripts/sr_train_v6.py --v62 --max-steps 5 --output-dir /tmp/v62-smokeCompanion docs: