Rename brain-dump to tasks
This commit is contained in:
parent
e26f7e141b
commit
10a4c1227b
12 changed files with 415 additions and 296 deletions
36
memory/tasks.json
Normal file
36
memory/tasks.json
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
],
|
||||
"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": "af198211",
|
||||
"added": "2026-02-07",
|
||||
"text": "Set up MCP server for Forgejo instance",
|
||||
"priority": "soon",
|
||||
"context": "Phase 1: MCP server for interactive Claude web sessions (fork + PR workflow). Phase 2: Automated issue-solving pipeline with clarification comments.",
|
||||
"lastNudged": "2026-02-07T14:11:07.284Z"
|
||||
},
|
||||
{
|
||||
"id": "0902aaba",
|
||||
"added": "2026-02-07",
|
||||
"text": "TYPO3 v13 upgrade for GBV",
|
||||
"priority": "soon",
|
||||
"lastNudged": "2026-02-07T14:11:07.284Z"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue