From f040270fb76ea6cee568ab9a94280fdd5e975201 Mon Sep 17 00:00:00 2001 From: Pedram Amini Date: Sun, 11 Jan 2026 05:15:32 -0600 Subject: [PATCH] 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 --- docs/autorun-playbooks.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/autorun-playbooks.md b/docs/autorun-playbooks.md index 01c9e664..0bbb4b22 100644 --- a/docs/autorun-playbooks.md +++ b/docs/autorun-playbooks.md @@ -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