14 lines
523 B
Markdown
14 lines
523 B
Markdown
# HEARTBEAT.md
|
|
|
|
## Orchestration Check
|
|
1. Scan `/home/papa/atomizer/handoffs/` for blocked/failed tasks
|
|
2. If blocked tasks exist: reassign or escalate to Antoine
|
|
3. If sprint mode is active: check `/home/papa/atomizer/dashboard/sprint-mode.json` for expiry
|
|
4. Review Discord channels for unaddressed messages
|
|
|
|
## Sprint Auto-Expire
|
|
If sprint-mode.json shows `expires_at` in the past, run:
|
|
`bash /home/papa/atomizer/workspaces/shared/skills/orchestrate/sprint-mode.sh stop`
|
|
|
|
If nothing needs attention, reply HEARTBEAT_OK.
|