Update HEARTBEAT to check Gantt Board instead of Mission Control
This commit is contained in:
parent
494fb62a7f
commit
9371378afd
@ -23,7 +23,7 @@ Only check 1-2 items per heartbeat to stay under 3s:
|
|||||||
|
|
||||||
| Check | Frequency | Last Check |
|
| Check | Frequency | Last Check |
|
||||||
|-------|-----------|------------|
|
|-------|-----------|------------|
|
||||||
| Mission Control | Every 8h | See state |
|
| Gantt Board | Every 8h | See state |
|
||||||
| Email | Every 12h | See state |
|
| Email | Every 12h | See state |
|
||||||
| Calendar | Every 6h | See state |
|
| Calendar | Every 6h | See state |
|
||||||
| Memory Maintenance | Weekly | See state |
|
| Memory Maintenance | Weekly | See state |
|
||||||
@ -33,11 +33,12 @@ Only check 1-2 items per heartbeat to stay under 3s:
|
|||||||
|
|
||||||
## Check Procedures (<30s each)
|
## Check Procedures (<30s each)
|
||||||
|
|
||||||
### Mission Control Scan (30s max)
|
### Gantt Board Scan (30s max)
|
||||||
1. Open http://localhost:3001 or https://mission-control.twisteddevices.com
|
1. Check Gantt Board at http://localhost:3000 or https://gantt-board.twisteddevices.com
|
||||||
2. Check: Overdue tasks, upcoming deadlines, blocked items
|
2. Check: Overdue tasks, upcoming deadlines, blocked items
|
||||||
3. If found → Log to `memory/YYYY-MM-DD.md` with action needed
|
3. If found → Log to `memory/YYYY-MM-DD.md` with action needed
|
||||||
4. Update state: `"missionControl": [timestamp]`
|
4. Update state: `"ganttBoard": [timestamp]`
|
||||||
|
5. Note: Mission Control (https://mission-control.twisteddevices.com) is just a dashboard - the actual task data lives in Gantt Board
|
||||||
|
|
||||||
### Email Quick Check (20s max)
|
### Email Quick Check (20s max)
|
||||||
1. Use email-assistant skill to check unread count
|
1. Use email-assistant skill to check unread count
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user