OptionalcliPhase-scoped CLI defaults used by adapters when flags are omitted. Top-level (no 'opts' wrapper).
OptionaldevOptionalexcludesPaths to exclude in archiving logic (globs supported).
OptionalimportsStaged imports (archiving only): label -> glob(s) to copy under
OptionalincludesAdditive allow‑list globs for archiving/snapshot logic.
excludes take precedence over includes (i.e., excludes always win).includes can bring back files ignored by .gitignore or default denials.<stanPath>/diff is always excluded;
<stanPath>/output is excluded unless explicitly included by combine mode at archive time.OptionalmaxMaximum retained snapshot "undos" (history depth for snap undo/redo).
OptionalpatchCommand template to open modified files after a successful patch.
Resolved STAN configuration. * - Paths like stanPath/output and stanPath/diff are referred to without angle * brackets to avoid confusion with HTML-like tags in TSDoc.