Skip to content

Commit 399026c

Browse files
authored
Merge pull request #24 from StepzeroLab/feat/runtime-update-check
feat: runtime update check + rgit update
2 parents 96ccfb1 + 3f293d9 commit 399026c

15 files changed

Lines changed: 2299 additions & 36 deletions

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,18 @@ That's the whole loop. The rest of the commands you'll meet as you need them —
130130

131131
---
132132

133+
## Updating
134+
135+
```bash
136+
rgit update
137+
```
138+
139+
Upgrades the package (via whichever of uv/pipx/pip installed it) and refreshes every installed platform surface: the Claude Code plugin copy, MCP config, and the managed guidance blocks. Guidance blocks you have customized or removed are left alone — the command tells you how to restore them instead.
140+
141+
rgit checks PyPI for a newer release at most once a day (in the background, terminal sessions only). Once one is found, it prints a one-line upgrade notice after every qualifying command until you upgrade or turn the notice off — the check is throttled, the reminder is not. Silence it for good with `rgit update --off`, or per-environment with `RGIT_UPDATE_CHECK=0`.
142+
143+
---
144+
133145
## 🧩 Where it fits
134146

135147
Anywhere you try many variations of one thing and later want a single one back — cleanly, on top of how the code looks now.

0 commit comments

Comments
 (0)