STAN now uses a namespaced configuration layout with top‑level sections:
Related guides:
stan-core — engine keys (selection and workspace):
stan-cli — CLI keys (runner/adapters):
Use the CLI to migrate safely. It preserves unknown keys, keeps your original file format (YAML/JSON), and writes a .bak before any rewrite.
Interactive (prompted):
stan init
Non‑interactive (accept sane defaults):
stan init --force
Plan‑only (show what would change; no writes):
stan init --dry-run
Notes:
Re‑run your usual loop:
stan run
Verify archives and outputs look normal.
Optional housekeeping: