
Mirror to Windows Capability
When you ask for it, this Capability copies your local repository to a cloud folder — Dropbox or Google Drive — so a ChatGPT planner can read it. The mirror is a review copy only; it is kept separate from Git and never connected to your remotes.
What it is for
Use it when you want to review or plan in the cloud and need an up-to-date copy of your work there. It is an on-demand step you trigger after local edits, once you have approved a review sync — not something that runs in the background.
Frictions it removes
- Manual file copying. One step refreshes the whole review copy instead of dragging files around.
- Backup confusion. GitHub stays your durable record; the mirror is clearly just for review.
- Accidental cloud copies. The default is no cloud copy, so files only leave when you say so.
How it works
On request, the agent performs a one-shot refresh from your local Git repository to the owner-chosen cloud folder. It also covers the vendor aliases Mirror to Dropbox and Mirror to Google Drive, which run the same workflow.