pub const FLEET_PROGRESS_FILE: &str = ".run_progress.json";Expand description
The fleet’s single progress record, inside fleet_state_dir. Kept after
a run as the last-run record; overwritten by the next run. Read by both
the CLI and the runtime’s fleet_run live-run guard, so named once here.