config/memory/tasks.json

58 lines
2.3 KiB
JSON

{
"description": "Task tracking — auto-captured from chat or manually added. Done tasks get deleted.",
"recurring": [
{
"id": "843efabf",
"text": "Nose shower 👃🚿",
"frequency": "daily",
"when": "evening",
"context": "Remind in evening, whether work just wrapped up or already relaxing"
},
{
"id": "112510c4",
"text": "Relaxation training 🧘",
"frequency": "2-3x daily",
"when": "work-hours",
"context": "Nudge during work hours (10:00-18:00 Vienna), WEEKDAYS ONLY (Mon-Fri). Takes 1-2 minutes, good micro-break. Spread reminders out, not back-to-back. No weekends."
}
],
"tasks": [
{
"id": "b9d1d89e",
"added": "2026-02-07",
"text": "Create script to auto-update workflows to Forgejo monorepo actions",
"priority": "someday",
"context": "Monorepo is done, using GitHub actions as fallback for now"
},
{
"id": "c0bfb64b",
"added": "2026-02-10",
"text": "WoW bot with image recognition",
"priority": "someday",
"context": "Look into programming a bot for World of Warcraft using image recognition. Old idea worth revisiting."
},
{
"id": "29f86057",
"added": "2026-02-10",
"text": "Look into Showboat & Rodney (Simon Willison)",
"priority": "someday",
"context": "CLI tools for coding agents to prove their work. Showboat: agents build Markdown demos with real command outputs. Rodney: lightweight browser automation for agents to capture screenshots. Both designed for agent-first workflows. https://simonwillison.net"
},
{
"id": "9c3c8863",
"added": "2026-02-20",
"text": "Stripe: register SnapAPI webhook",
"priority": "soon",
"context": "URL: https://snapapi.eu/v1/billing/webhook — Events: checkout.session.completed, customer.subscription.updated, customer.subscription.deleted, customer.updated",
"lastNudged": "2026-03-09T13:01:46.223Z"
},
{
"id": "4ad0af1f",
"added": "2026-02-24",
"text": "Implement better Sync status visibility in workout app",
"priority": "soon",
"context": "User mentioned this before bed on Feb 24. Wants visual feedback for sync state in the app.",
"lastNudged": "2026-03-09T13:01:46.223Z"
}
]
}