personal memory agent
0
fork

Configure Feed

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

cogitate: drop tier:3 hardcodes on 2 audit-missed talents

Surgical follow-up to 815ec9af. The CPO audit listed 9 cogitate talents
with hardcoded tier: 3, but a complete grep at lode time found 11. The
two stragglers strip the same single-line frontmatter field for the same
reason (tier is a generate-talent concern; cogitate calls inherit the
system default — google + TIER_FLASH = gemini-3-flash-preview):

- apps/todos/talent/daily.md
- talent/facet_newsletter.md

providers.json baseline was unaffected (these two talents resolve to
tier: 2 in that snapshot already, so no baseline refresh needed).

-2
-1
apps/todos/talent/daily.md
··· 1 1 { 2 2 "type": "cogitate", 3 - "tier": 3, 4 3 5 4 "title": "Daily TODO Curator", 6 5 "description": "Carries forward unfinished tasks, aggregates per-activity todo detections, validates completions against journal evidence, and prioritises the day's checklist.",
-1
talent/facet_newsletter.md
··· 1 1 { 2 2 "type": "cogitate", 3 - "tier": 3, 4 3 5 4 "title": "Facet Newsletter Generator", 6 5 "description": "Creates comprehensive daily newsletters for each facet, capturing activities, progress, and insights",