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.
22 lines
601 B
JSON
22 lines
601 B
JSON
{
|
|
"scope": "org:heavy-duty",
|
|
"org": "heavy-duty",
|
|
"bot_login": "grok-bot-andresmgsl",
|
|
"session_id": null,
|
|
"poll_interval_minutes": 15,
|
|
"health_interval_minutes": 60,
|
|
"created_at": null,
|
|
"last_poll_at": null,
|
|
"last_poll_summary": null,
|
|
"items": {},
|
|
"notes": "items keyed as 'owner/repo#pr:N' or 'owner/repo#issue:N'. Track last_seen_updated_at, last_head_sha (PRs), last_action, review_event.",
|
|
"scheduler": {},
|
|
"restore": {
|
|
"command": "./scripts/restore.sh",
|
|
"tmux_session": "heavy-duty-watcher"
|
|
},
|
|
"health": {
|
|
"last_check_at": null,
|
|
"status": null
|
|
}
|
|
}
|