mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
## CHANGES
- Refreshed Maestro tagline across README and package metadata for clarity ✨ - Reset-on-completion now writes working copies into `Runs/` folder consistently 📁 - Auto Run working-copy IPC handler updated for new `Runs/` directory naming 🧭 - Working-copy relative paths now return `Runs/...` for downstream consumers 🔗 - Preload API docs updated to reflect `Runs/` working-copy location 🧩 - AutoRunner Help Modal now points users to `Runs/` audit-log folder 🪟 - Batch processor tracking/comments updated for `Runs/` audit log behavior 🧾 - Test suite updated to expect `Runs/` working-copy paths reliably 🧪
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
[](https://github.com/pedramamini/Maestro)
|
||||
[](https://discord.gg/SrBsykvG)
|
||||
|
||||
> Run AI coding agents autonomously for days.
|
||||
> Maestro hones fractured attention into focused intent.
|
||||
|
||||
Maestro is a cross-platform desktop app for orchestrating your fleet of AI agents and projects. It's a high-velocity solution for hackers who are juggling multiple projects in parallel. Designed for power users who live on the keyboard and rarely touch the mouse.
|
||||
|
||||
@@ -459,7 +459,7 @@ Auto Run supports running multiple documents in sequence:
|
||||
2. Click **+ Add Docs** to add more documents to the queue
|
||||
3. Drag to reorder documents as needed
|
||||
4. Configure options per document:
|
||||
- **Reset on Completion** - Creates a working copy in `runs/` subfolder instead of modifying the original. The original document is never touched, and working copies (e.g., `TASK-1735192800000-loop-1.md`) serve as audit logs.
|
||||
- **Reset on Completion** - Creates a working copy in `Runs/` subfolder instead of modifying the original. The original document is never touched, and working copies (e.g., `TASK-1735192800000-loop-1.md`) serve as audit logs.
|
||||
- **Duplicate** - Add the same document multiple times
|
||||
5. Enable **Loop Mode** to cycle back to the first document after completing the last
|
||||
6. Click **Go** to start the batch run
|
||||
|
||||
Reference in New Issue
Block a user