Add Hoid identity and theater mask avatar 🎭

This commit is contained in:
Agent 2026-02-02 21:50:19 +00:00
parent 4c0199e71b
commit ba43da9541
25 changed files with 1622 additions and 62 deletions

44
memory/brain-dump.json Normal file
View file

@ -0,0 +1,44 @@
{
"description": "Captured thoughts, ideas, tasks — nudge periodically",
"recurring": [
{
"id": "nose-shower",
"text": "Nose shower 👃🚿",
"frequency": "daily",
"when": "evening",
"note": "Remind in evening, whether work just wrapped up or already relaxing"
}
],
"items": [
{
"id": "forgejo-script",
"added": "2026-01-31T18:13:00Z",
"text": "Create script to auto-update workflows to Forgejo monorepo actions",
"context": "Deferred from evening of Jan 31 - monorepo is done, using GitHub actions as fallback for now",
"status": "pending"
},
{
"id": "airpods-willhaben",
"added": "2026-01-31T19:30:00Z",
"text": "Put AirPods on Willhaben to sell",
"context": "Deferred from Feb 1",
"remindOn": "2026-02-02",
"status": "pending"
},
{
"id": "forgejo-mcp-server",
"added": "2026-01-31T20:08:00Z",
"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. Steps: 1) Create Claude user with read rights on repos, 2) Claude can fork repos and make PRs, 3) Create workflows that deploy to dev instance on PR for testing",
"remindOn": "2026-02-03",
"status": "pending"
},
{
"id": "typo3-v13-gbv",
"added": "2026-02-01T20:31:00Z",
"text": "TYPO3 v13 upgrade for GBV",
"remindOn": "2026-02-03",
"status": "pending"
}
]
}