Nice, this scratches an itch I've had for a while. Curious how you're handling attention/context persistence across sessions, local only, or synced somewhere?
Thanks! It's local only (in a sqlite db) but I've been running it 24/7 with Claude Code next to it with remote access. That means I can interact with it through Claude from my phone etc if I need to. There is a skill so claude knows how to interact with the tasks. And each claude session is named after the task so its easy to iterate on a task on the go.
Nice, this scratches an itch I've had for a while. Curious how you're handling attention/context persistence across sessions, local only, or synced somewhere?
Thanks! It's local only (in a sqlite db) but I've been running it 24/7 with Claude Code next to it with remote access. That means I can interact with it through Claude from my phone etc if I need to. There is a skill so claude knows how to interact with the tasks. And each claude session is named after the task so its easy to iterate on a task on the go.