MAESTRO: Fix incorrect auto-save documentation in autorun-playbooks.md

- Changed "Auto-Save" section to "Saving Documents" since documents do NOT
  auto-save after inactivity - manual save via Cmd+S or Save button is required
- Corrected claim that documents "auto-save immediately when switching" -
  switching actually discards unsaved changes
- Added note warning users to save before switching documents
- Added keyboard shortcut Cmd+Shift+E / Ctrl+Shift+E for toggling Expanded Editor
  (was only documenting the click method)

All other content verified as accurate against source code:
- Cmd+Shift+1 opens Auto Run tab (shortcuts.ts:21)
- Reset on Completion format: {TASK}-{timestamp}-loop-{N}.md (autorun.ts:864)
- Session isolation, environment variables, wizard features all accurate
This commit is contained in:
Pedram Amini
2026-01-11 05:15:32 -06:00
parent 20df2afa2f
commit f040270fb7

View File

@@ -133,6 +133,7 @@ For editing complex Auto Run documents, use the **Expanded Editor** — a fullsc
**To open the Expanded Editor:**
- Click the **expand icon** (↗️) in the top-right corner of the Auto Run panel
- Or press `Cmd+Shift+E` (Mac) / `Ctrl+Shift+E` (Windows/Linux) to toggle
![Expanded Auto Run Editor](./screenshots/autorun-expanded.png)
@@ -145,9 +146,11 @@ The Expanded Editor provides:
Click **Collapse** or press `Esc` to return to the sidebar panel view.
## Auto-Save
## Saving Documents
Documents auto-save after 5 seconds of inactivity, and immediately when switching documents. Full undo/redo support with `Cmd+Z` / `Cmd+Shift+Z`.
Save your changes with `Cmd+S` (Mac) or `Ctrl+S` (Windows/Linux), or click the **Save** button in the editor footer. The editor shows "Unsaved changes" and a **Revert** button when you have pending edits. Full undo/redo support with `Cmd+Z` / `Cmd+Shift+Z`.
**Note**: Switching documents discards unsaved changes. Save before switching if you want to preserve your edits.
## Image Support