personal memory agent
0
fork

Configure Feed

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

tests: refresh talents-day baseline for repaired talent metadata

Follow-up to 89a745d9 and 647087bd.

The repaired frontmatter changes the metadata exposed by the sol talents-day endpoint for facet_newsletter and todos:daily, so tests/test_api_baselines.py::test_api_baseline[talents-day] needed a matching baseline refresh.

This file was not called out in the original baseline scope, but make ci showed it was a real downstream effect of the same fix. Kept unrelated sandbox drift out of the commit.

+12 -12
+12 -12
tests/baselines/api/sol/talents-day.json
··· 216 216 }, 217 217 "facet_newsletter": { 218 218 "app": null, 219 - "color": "#6c757d", 220 - "description": null, 221 - "multi_facet": false, 219 + "color": "#0d47a1", 220 + "description": "Creates comprehensive daily newsletters for each facet, capturing activities, progress, and insights", 221 + "multi_facet": true, 222 222 "output_format": null, 223 - "schedule": null, 223 + "schedule": "daily", 224 224 "source": "system", 225 - "title": "facet_newsletter", 226 - "type": null 225 + "title": "Facet Newsletter Generator", 226 + "type": "cogitate" 227 227 }, 228 228 "heartbeat": { 229 229 "app": null, ··· 447 447 }, 448 448 "todos:daily": { 449 449 "app": "todos", 450 - "color": "#6c757d", 451 - "description": null, 452 - "multi_facet": false, 450 + "color": "#ef6c00", 451 + "description": "Carries forward unfinished tasks, aggregates per-activity todo detections, validates completions against journal evidence, and prioritises the day's checklist.", 452 + "multi_facet": true, 453 453 "output_format": null, 454 - "schedule": null, 454 + "schedule": "daily", 455 455 "source": "app", 456 - "title": "todos:daily", 457 - "type": null 456 + "title": "Daily TODO Curator", 457 + "type": "cogitate" 458 458 }, 459 459 "todos:todo": { 460 460 "app": "todos",