rhythm bridge: installed by founder; fix script exec bit, add health check note

Crontab line active (weekdays 08:23). chmod +x had been lost when the
original install command was denied — without it every cron run would
have failed silently.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
tegwick 2026-07-16 14:34:25 +02:00
parent 0144ca8131
commit 86aa02c90a
2 changed files with 7 additions and 6 deletions

View file

@ -35,20 +35,21 @@ Rules:
## Bridge scheduler (workstation cron) ## Bridge scheduler (workstation cron)
**Status: prepared, not installed** — installing a self-running agent loop is **Status: installed 2026-07-16** (founder-approved; agents may not install
a founder action (the Claude Code permission layer rightly refuses to let an their own persistence). Runs weekdays 08:23 local:
agent install its own persistence). Everything else is ready:
`scripts/rhythm-session.sh` runs a headless, lane-restricted Claude Code `scripts/rhythm-session.sh` runs a headless, lane-restricted Claude Code
session that does queue hygiene, writes the daily brief, and pulls one session that does queue hygiene, writes the daily brief, and pulls one
autopilot item (agent name `agt-rhythm-bridge`; flock guard, logs to autopilot item (agent name `agt-rhythm-bridge`; flock guard, logs to
`~/.cache/binky-control/rhythm/cron.log`). `~/.cache/binky-control/rhythm/cron.log`).
**Enable (founder, one line):** **Installed line:**
```bash ```
( crontab -l; echo '23 8 * * 1-5 /home/worsch/binky-control/scripts/rhythm-session.sh # binky rhythm bridge' ) | crontab - 23 8 * * 1-5 /home/worsch/binky-control/scripts/rhythm-session.sh # binky rhythm bridge
``` ```
**Disable:** `crontab -e` and delete the `binky rhythm bridge` line. **Disable:** `crontab -e` and delete the `binky rhythm bridge` line.
**Health check:** `tail ~/.cache/binky-control/rhythm/cron.log` — every run
appends a finish line; a silent weekday morning means the bridge failed.
This is explicitly a **bridge**: once activity-core definitions (T05) and an This is explicitly a **bridge**: once activity-core definitions (T05) and an
llm-connect executor (T06 follow-up) are live, the cron line is removed and llm-connect executor (T06 follow-up) are live, the cron line is removed and

0
scripts/rhythm-session.sh Normal file → Executable file
View file