personal memory agent
0
fork

Configure Feed

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

set todo muses to tier 3 (lite)

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

+2
+1
apps/todos/muse/daily.md
··· 1 1 { 2 2 "type": "cogitate", 3 + "tier": 3, 3 4 4 5 "title": "Daily TODO Curator", 5 6 "description": "Carries forward unfinished tasks, aggregates per-activity todo detections, validates completions against journal evidence, and prioritises the day's checklist.",
+1
apps/todos/muse/todo.md
··· 1 1 { 2 2 "type": "cogitate", 3 + "tier": 3, 3 4 4 5 "title": "TODO Detector", 5 6 "description": "Detects todo items from activity transcripts and validates existing todos against activity evidence via sol call commands.",