New Experiment
Use the bundled scaffold interface so experiment naming, files, summary rows, and pipeline state stay consistent.
Establish a one-line motivation and optional parent. Infer the next ID unless the user supplied one.
Resolve
<plugin-root>and preview:python3 <plugin-root>/scripts/new_experiment.py plan \ --motivation "<motivation>" [--parent expNNx] [--exp-id expNNx]Confirm only if the proposed ID or parent is ambiguous. Rerun with
apply, thencheckusing the returned experiment ID.Report the new paths and exact launch command. Monitoring remains a separate one-shot workflow.
Never reuse an existing experiment directory. A parent config may be copied,
but code and results are not. Generated run.py refuses a live run until its
experiment body is implemented.