Add heartbeat checks: email (2-3x daily), skills (weekly)
This commit is contained in:
11
HEARTBEAT.md
11
HEARTBEAT.md
@@ -1,4 +1,11 @@
|
|||||||
# HEARTBEAT.md
|
# HEARTBEAT.md
|
||||||
|
|
||||||
# Keep this file empty (or with only comments) to skip heartbeat API calls.
|
## Periodic Checks
|
||||||
# Add tasks below when you want the agent to check something periodically.
|
|
||||||
|
### Email (2-3x daily)
|
||||||
|
Check `gmail unread` for new messages in hammer7839283@gmail.com.
|
||||||
|
If new mail from Donovan (forwarded), read and summarize or take action.
|
||||||
|
Track last check in `memory/heartbeat-state.json`.
|
||||||
|
|
||||||
|
### Skills (weekly)
|
||||||
|
Check clawdhub for new useful skills.
|
||||||
|
|||||||
6
memory/heartbeat-state.json
Normal file
6
memory/heartbeat-state.json
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"lastChecks": {
|
||||||
|
"email": null,
|
||||||
|
"skills": null
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user