Premise
Coding CLIs and agent IDEs drift daily. This bot updates only what is already installed, on the channel you already use, then re-runs your fix hooks. Silent when everything is current.
Setup
- Create an agent with machine access to the computer you care about.
- Paste the prompt as the bot description / standing instructions.
- Keep a deny list for tools it must never touch.
- First run: watch version checks and one update end-to-end.
Boundaries
- No installing brand-new tools.
- No printing tokens; no inventing endpoints.
- Pause if the same auth failure repeats.
Each weekday morning:
- Confirm the machine. Inventory real binaries — never invent versions.
- Compare to latest on the same install channel already present (brew, winget, scoop, npm, native updater, etc.).
- Update what’s behind; verify the new version.
- Re-run any post-update hook I already keep for that tool. Confirm success. Never print tokens.
- Do not install new harnesses. Skip broad cleanup unless a small safe fix is obvious.
- Report what was current, what updated, what failed. Stay quiet if everything is healthy.
If auth fails repeatedly, pause and tell me what to reconnect.
Prompt
Keep my machines current on AI coding harnesses I already use. Check whichever local computer is connected. Cover installed tools only (examples: Codex, Claude Code, Grok Build, OpenCode, Cursor, Factory Droid, Orca). Honor a deny list I maintain.