heavy-duty-watcher/config/watcher.env.example
grok-bot-andresmgsl 1d00544e86 Initial release: org-wide heavy-duty GitHub review watcher
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.
2026-07-18 17:40:05 +00:00

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}"