Polls all heavy-duty/* repos every 15m for assignee/review-requested work, reviews with clear Verdicts until agreement, and includes tmux restore + hourly health self-heal. Fully documented.
8 lines
377 B
Text
8 lines
377 B
Text
# Copy to watcher.env (gitignored) for local overrides.
|
|
WATCHER_DIR="${WATCHER_DIR:-$HOME/heavy-duty-watcher}"
|
|
ORG="${ORG:-heavy-duty}"
|
|
BOT_LOGIN="${BOT_LOGIN:-grok-bot-andresmgsl}"
|
|
POLL_INTERVAL_SEC="${POLL_INTERVAL_SEC:-900}"
|
|
HEALTH_INTERVAL_SEC="${HEALTH_INTERVAL_SEC:-3600}"
|
|
STALE_POLL_MINUTES="${STALE_POLL_MINUTES:-45}"
|
|
TMUX_SESSION="${TMUX_SESSION:-heavy-duty-watcher}"
|