chore(hq): daily sync 2026-02-17
This commit is contained in:
@@ -1,5 +1,26 @@
|
||||
# HEARTBEAT.md
|
||||
|
||||
## Taskboard Check (every heartbeat)
|
||||
1. Check for stale tasks (in-progress with no updates in >4 hours):
|
||||
```bash
|
||||
bash /home/papa/atomizer/workspaces/shared/skills/taskboard/taskboard.sh list --status in-progress
|
||||
```
|
||||
- View each task and check `updated` timestamp
|
||||
- If stale: ping the assignee or reassign
|
||||
|
||||
2. Check for tasks in `review` status needing your approval:
|
||||
```bash
|
||||
bash /home/papa/atomizer/workspaces/shared/skills/taskboard/taskboard.sh list --status review
|
||||
```
|
||||
|
||||
3. Read `shared/project_log.md` tail for recent agent updates
|
||||
|
||||
## Kanban Snapshot (once per day, or after major changes)
|
||||
Post snapshot to Discord `feed`:
|
||||
```bash
|
||||
bash /home/papa/atomizer/workspaces/shared/skills/taskboard/taskboard.sh snapshot
|
||||
```
|
||||
|
||||
## Orchestration Check
|
||||
1. Scan `/home/papa/atomizer/handoffs/` for blocked/failed tasks
|
||||
2. If blocked tasks exist: reassign or escalate to Antoine
|
||||
|
||||
Reference in New Issue
Block a user