- list/add/edit/done/show/nudged/recurring commands - --due flag with priority-based nudge intervals (now=1d, soon=3d, someday=7d) - Tab-separated output for minimal token usage - Consolidated news cron jobs (8→2) using multi-time cron expressions
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"description": "Task tracking — auto-captured from chat or manually added. Done tasks get deleted.",
|
|
"recurring": [
|
|
{
|
|
"id": "nose-shower",
|
|
"text": "Nose shower 👃🚿",
|
|
"frequency": "daily",
|
|
"when": "evening",
|
|
"note": "Remind in evening, whether work just wrapped up or already relaxing"
|
|
}
|
|
],
|
|
"tasks": [
|
|
{
|
|
"id": "forgejo-script",
|
|
"added": "2026-01-31",
|
|
"text": "Create script to auto-update workflows to Forgejo monorepo actions",
|
|
"context": "Monorepo is done, using GitHub actions as fallback for now",
|
|
"priority": "someday"
|
|
},
|
|
{
|
|
"id": "forgejo-mcp-server",
|
|
"added": "2026-01-31",
|
|
"text": "Set up MCP server for Forgejo instance",
|
|
"context": "Phase 1: MCP server for interactive Claude web sessions (fork + PR workflow). Phase 2: Automated issue-solving pipeline with clarification comments.",
|
|
"priority": "soon",
|
|
"lastNudged": "2026-02-07T13:59:36.313Z"
|
|
},
|
|
{
|
|
"id": "typo3-v13-gbv",
|
|
"added": "2026-02-01",
|
|
"text": "TYPO3 v13 upgrade for GBV",
|
|
"priority": "soon",
|
|
"lastNudged": "2026-02-07T13:59:36.313Z"
|
|
}
|
|
]
|
|
}
|