mirror of
https://github.com/dtzp555-max/memory-continuity.git
synced 2026-07-22 13:35:06 +00:00
31 lines
573 B
Markdown
31 lines
573 B
Markdown
# Heartbeat timeout check order
|
|
|
|
When the 10-minute timer expires:
|
|
|
|
1. Check worker/session traces
|
|
- session history
|
|
- recent/active subagents
|
|
- visible logs / evidence points
|
|
|
|
2. Check task state
|
|
- CURRENT_STATE.md
|
|
- planned / dispatching / in_progress / blocked / reviewing / done
|
|
|
|
3. Check known blocker buckets
|
|
- launch
|
|
- model
|
|
- auth
|
|
- tool
|
|
- path/repo
|
|
- scope
|
|
- policy/review
|
|
- external
|
|
|
|
4. Produce a user-visible update
|
|
- who
|
|
- status
|
|
- output
|
|
- next
|
|
|
|
Prefer precise failure language over passive waiting language.
|