personal memory agent
0
fork

Configure Feed

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

tests: refresh providers baseline for 2 talents now parsing correctly

Follow-up to 89a745d9.

Refresh the providers baseline now that the two repaired talents parse as cogitate again and surface their real metadata in settings.

Applied the same discard-unrelated-drift rule used in 5280b8a5: reverted concurrent baseline noise outside tests/baselines/api/settings/providers.json before committing.

+7 -5
+7 -5
tests/baselines/api/settings/providers.json
··· 279 279 "talent.system.facet_newsletter": { 280 280 "disabled": false, 281 281 "group": "Think", 282 - "label": "facet_newsletter", 282 + "label": "Facet Newsletter Generator", 283 + "schedule": "daily", 283 284 "tier": 2, 284 - "type": null 285 + "type": "cogitate" 285 286 }, 286 287 "talent.system.heartbeat": { 287 288 "disabled": false, ··· 403 404 }, 404 405 "talent.todos.daily": { 405 406 "disabled": false, 406 - "group": "Think", 407 - "label": "todos:daily", 407 + "group": "Todos", 408 + "label": "Daily TODO Curator", 409 + "schedule": "daily", 408 410 "tier": 2, 409 - "type": null 411 + "type": "cogitate" 410 412 }, 411 413 "talent.todos.todo": { 412 414 "disabled": false,