v0.6.1 — optional terminal bell on vibe flips
Highlights
- 🔔 Optional terminal bell on vibe flips. New
btoggle in Settings (andbellOnVibeChangein~/.repogarden/tui.json, default off). When a live scan picks up a vibe transition on a repo that existed before, RepoGarden emits a single BEL (\x07). Gated on the ready phase so boot-time streaming partials and the workbench focus surface don't bell-storm; new repos don't count; one BEL per change-batch regardless of how many repos flipped. The journal still records the per-repovibe-changedevents for the detail the bell omits.
Docs
- README now documents the existing reduced-motion mode: open Settings (
s) and pressm, or setNO_MOTION=1(orCI=true) for a single run. The feature shipped earlier and is wired throughtheme-provider.tsx'suseMotion()— garden tween/wander, dither cross-fade, boot scene, spinner, skeleton, privacy scramble, and the settings star animation all respect it.
Internal
- Settings prefs panel grew a sixth row;
compactModethreshold bumped fromrows < 33to< 34and non-compactreservedRowsfrom 29 to 30 so the new row never clips on short terminals. - Stale "reduced-motion mode" line pruned from `BACKLOG.md` Priority B.
See CHANGELOG.md for the full notes.
```sh
npm install -g @outsideheaven/repogarden
```