use case · ops
Overwatch Bot
Keeps the shared computer clean and backed up. Does not delete another bot's work.
Shimecki's first Grok Bot was not a content seat or a closer. It was Overwatch: keep the shared computer clean, backed up in git, and constantly improving.
The job is unglamorous on purpose. Overwatch holds a live registry of every Bot and thinks about how to optimize them. It pushes /workspace to git every workday hour so the whole setup is portable to another machine. It monitors Bot folders, archives one-off files, and refuses to let scratch become the disk. Several Bots write under /workspace/<folder>/ on the same computer. Separate Bots are not a security boundary, so the backup root is the tree, not a nested fleet folder, and the .gitignore is the actual fence: no secrets, tokens, cookies, runtime DBs, or Chrome profiles on the remote.
Retention only ever touches shared scratch. Temp older than seven days goes to archive. Archive older than thirty days is deleted. A Bot's real project folder is never auto-deleted. Cleanup runs are logged. Once a week it hands him two or three short recommendations: redundancy, disk hotspots, convention drift, backup health.
He posted the full prompt with the tweet. The first run maps what is already on the machine, inits git, verifies a push, then creates the routines. After that, clean and backed up is a standing job instead of a chore.
Posted on X, Aug 23, 2026.
