1.3 KiB
1.3 KiB
Migration
Goal
Move the current cost-of-substitution implementation into renunney in staged,
low-risk steps.
Current State
Operational code still lives in:
renunney currently acts as:
- a clean git repository,
- a run-control wrapper,
- a stable place for deployment and orchestration commands,
- the eventual destination for migrated code.
Recommended Migration Order
- Orchestration control plane has been migrated locally:
src/renunney/orchestration.pyscripts/run_orchestration.py
- Paper-scale Figure 1 submission configs have been copied locally into
config/. - Keep the Track 1 simulation backend in the legacy path until real multi-host runs are stable.
- Migrate Track 1 runner and API next:
python/run_track1.pypython/track1_api.py
- Migrate the Track 1 simulation core after the runner path is stable:
python/track1_reference.pypython/track1_threshold.pypython/track1_analysis.py
- Migrate docs and example configs last, after path references are updated.
Constraint
Do not break the ability to run current Figure 1 jobs while migrating code.