Rename brain-dump to tasks
This commit is contained in:
parent
e26f7e141b
commit
10a4c1227b
12 changed files with 415 additions and 296 deletions
18
HEARTBEAT.md
18
HEARTBEAT.md
|
|
@ -20,7 +20,7 @@ Check the following and notify only once per event (track in `memory/heartbeat-s
|
|||
|
||||
**If they're about to start something new after 20:00**: Gently suggest postponing to tomorrow.
|
||||
|
||||
**Work-end reminders**: When they indicate they're wrapping up or transitioning to wind-down, check `memory/brain-dump.json` for `recurring` items with `when: "evening"` and remind them (e.g., nose shower) before they get too deep into relaxation mode.
|
||||
**Work-end reminders**: When they indicate they're wrapping up or transitioning to wind-down, check `memory/tasks.json` for `recurring` items with `when: "evening"` and remind them (e.g., nose shower) before they get too deep into relaxation mode.
|
||||
|
||||
**📝 AUTO-LOG EVERYTHING 19:00→SLEEP** — Log to `memory/wind-down-log.json` as events happen:
|
||||
- What they're doing (working, watching TV, chatting, browsing, etc.)
|
||||
|
|
@ -44,10 +44,18 @@ Check the following and notify only once per event (track in `memory/heartbeat-s
|
|||
|
||||
5. **Steam Machine / Steam Frame**: Check for **official Valve news only** about pricing or release date. Notify once when official price or specific release date is announced. Baseline: "early 2026" window, no price yet.
|
||||
|
||||
6. **Brain dump nudging**: During daytime hours (10:00-18:00 Vienna), occasionally check `memory/brain-dump.json` for:
|
||||
- Items with `remindOn` date matching today
|
||||
- Items older than 2 days that haven't been addressed (weekdays only — Mon-Fri)
|
||||
On weekends: only surface items with `remindOn` = today.
|
||||
6. **OpenClaw + Claude Code updates**: Check once daily (daytime) for:
|
||||
- OpenClaw releases (especially for Opus 4.6 support via PR #9863)
|
||||
- Claude Code new versions
|
||||
Track in `memory/heartbeat-state.json` watchlist. Notify when new versions ship.
|
||||
|
||||
7. **Task nudging**: During daytime hours (10:00-18:00 Vienna), occasionally check `memory/tasks.json` for:
|
||||
- `now` priority tasks — nudge daily
|
||||
- `soon` priority tasks — nudge every 2-3 days (weekdays only)
|
||||
- `someday` tasks — only mention during weekly reviews or when contextually relevant
|
||||
On weekends: only nudge `now` priority items.
|
||||
Surface 1-2 items max, conversationally. NOT in evening — that's wind-down time.
|
||||
**Auto-capture:** When user mentions tasks naturally in chat ("I should...", "I need to...", "Don't forget..."), add to tasks.json and confirm with a short acknowledgment.
|
||||
**Done = delete.** Remove completed tasks immediately. History lives in daily memory logs.
|
||||
|
||||
If nothing new to report, reply HEARTBEAT_OK.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue