Reproduction Steps
- Please create a new agent and direct it to a specific repository.
- Go to the Auto Run tab and click "Select Folder" and select an (empty) directory
- Start the "/wizard" process and describe your project or feature until the Auto Run Docs are generated.
Expected outcome
Documents are generated and put in the folder you selected in step 2.
What happens instead
An "Auto Run Docs" directory is generated in the repo.
git status
On branch fix-calendar-link
Untracked files:
(use "git add <file>..." to include in what will be committed)
Auto Run Docs/
nothing added to commit but untracked files present (use "git add" to track)
The files generated in this case:
tree Auto\ Run\ Docs/
Auto Run Docs/
└── Wizard-2026-01-09
├── Phase-01-Calendar-Enhancements.md
├── Phase-02-Testing-and-Polish.md
├── Phase-03-Commit-and-PR.md
└── Working
3 directories, 3 files
It would be great if the Wizard-YYY-MM-DD directory and the generated files ended up in the chosen Auto Run folder instead.
Reproduction Steps
Expected outcome
Documents are generated and put in the folder you selected in step 2.
What happens instead
An "Auto Run Docs" directory is generated in the repo.
The files generated in this case:
It would be great if the
Wizard-YYY-MM-DDdirectory and the generated files ended up in the chosen Auto Run folder instead.