personal memory agent
0
fork

Configure Feed

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

tests: refresh providers baseline after cogitate tier:3 strip

Follow-up to 815ec9af. The 9 cogitate talents that lost their hardcoded
tier: 3 now report tier: 2 (the system default after the cogitate
provider flip to google + TIER_FLASH). Captured by re-running
make update-api-baselines and committing only the providers.json delta.

Other baselines that drifted in the run (transcribe runtime label,
preview unicode escaping, talents-day alphabetical sort) were unrelated
env drift and were discarded.

+17 -17
+17 -17
tests/baselines/api/settings/providers.json
··· 107 107 "group": "Activities", 108 108 "label": "Activities Review", 109 109 "schedule": "daily", 110 - "tier": 3, 110 + "tier": 2, 111 111 "type": "cogitate" 112 112 }, 113 113 "talent.entities.entities": { ··· 115 115 "group": "Entities", 116 116 "label": "Entity Detector", 117 117 "schedule": "daily", 118 - "tier": 3, 118 + "tier": 2, 119 119 "type": "cogitate" 120 120 }, 121 121 "talent.entities.entities_review": { ··· 189 189 "group": "Skills", 190 190 "label": "Skill Observer", 191 191 "schedule": "daily", 192 - "tier": 3, 192 + "tier": 2, 193 193 "type": "cogitate" 194 194 }, 195 195 "talent.support.support": { ··· 204 204 "group": "Think", 205 205 "label": "Awareness Tender", 206 206 "schedule": "segment", 207 - "tier": 3, 207 + "tier": 2, 208 208 "type": "cogitate" 209 209 }, 210 210 "talent.system.chat": { ··· 242 242 "group": "Think", 243 243 "label": "Digest", 244 244 "schedule": "none", 245 - "tier": 3, 245 + "tier": 2, 246 246 "type": "cogitate" 247 247 }, 248 248 "talent.system.documents": { ··· 273 273 "disabled": false, 274 274 "group": "Think", 275 275 "label": "Exec", 276 - "tier": 3, 276 + "tier": 2, 277 277 "type": "cogitate" 278 278 }, 279 279 "talent.system.facet_newsletter": { ··· 335 335 "group": "Think", 336 336 "label": "Pulse", 337 337 "schedule": "segment", 338 - "tier": 3, 338 + "tier": 2, 339 339 "type": "cogitate" 340 340 }, 341 341 "talent.system.reflection": { 342 342 "disabled": false, 343 343 "group": "Think", 344 344 "label": "Reflection", 345 - "tier": 3, 345 + "tier": 2, 346 346 "type": "cogitate" 347 347 }, 348 348 "talent.system.routine": { ··· 385 385 "tier": 2, 386 386 "type": "generate" 387 387 }, 388 - "talent.system.work": { 388 + "talent.system.weekly_reflection": { 389 389 "disabled": false, 390 390 "group": "Think", 391 - "label": "Work Story", 392 - "schedule": "activity", 391 + "label": "Weekly Reflection", 392 + "schedule": "weekly", 393 393 "tier": 2, 394 - "type": "generate" 394 + "type": "cogitate" 395 395 }, 396 - "talent.system.weekly_reflection": { 396 + "talent.system.work": { 397 397 "disabled": false, 398 398 "group": "Think", 399 - "label": "Weekly Reflection", 400 - "schedule": "weekly", 399 + "label": "Work Story", 400 + "schedule": "activity", 401 401 "tier": 2, 402 - "type": "cogitate" 402 + "type": "generate" 403 403 }, 404 404 "talent.todos.daily": { 405 405 "disabled": false, ··· 413 413 "group": "Todos", 414 414 "label": "TODO Detector", 415 415 "schedule": "activity", 416 - "tier": 3, 416 + "tier": 2, 417 417 "type": "cogitate" 418 418 }, 419 419 "talent.todos.weekly": {