personal memory agent
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: correct stale source keys in TODO Detector instruction map

audio/screen were silently ignored by cluster.py which expects
transcripts/percepts — transcripts were never actually loaded.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+1 -1
+1 -1
apps/todos/muse/todo.md
··· 11 11 "group": "Todos", 12 12 "instructions": { 13 13 "system": "journal", 14 - "sources": {"audio": true, "screen": false, "agents": {"screen": true}}, 14 + "sources": {"transcripts": true, "percepts": false, "agents": {"screen": true}}, 15 15 "facets": true, 16 16 "activity": true 17 17 }