personal memory agent
0
fork

Configure Feed

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

Update API baselines after unified identity rewrite

The unified.md title changed from "Unified" to "Sol" and the description
was updated, which affects the agents-day baseline. Other baselines
updated to fix pre-existing drift.

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

+19 -3
+2 -2
tests/baselines/api/agents/agents-day.json
··· 509 509 "unified": { 510 510 "app": null, 511 511 "color": "#6c757d", 512 - "description": "Unified conversational agent — full journal context, adaptive depth, all tools, in-place handoffs", 512 + "description": "Sol — the journal itself, as a conversational partner", 513 513 "multi_facet": false, 514 514 "output_format": null, 515 515 "schedule": null, 516 516 "source": "system", 517 - "title": "Unified", 517 + "title": "Sol", 518 518 "type": "cogitate" 519 519 } 520 520 },
+11
tests/baselines/api/entities/journal-entities.json
··· 25 25 { 26 26 "aka": [], 27 27 "blocked": false, 28 + "facets": [], 29 + "id": "person_a", 30 + "is_principal": false, 31 + "last_active_ts": 0, 32 + "name": "Person A", 33 + "total_observation_count": 0, 34 + "type": "Person" 35 + }, 36 + { 37 + "aka": [], 38 + "blocked": false, 28 39 "facets": [ 29 40 { 30 41 "attached_at": null,
+1 -1
tests/baselines/api/settings/providers.json
··· 370 370 "muse.system.unified": { 371 371 "disabled": false, 372 372 "group": "Think", 373 - "label": "Unified", 373 + "label": "Sol", 374 374 "tier": 2, 375 375 "type": "cogitate" 376 376 },
+5
tests/baselines/api/speakers/review.json
··· 106 106 "name": "Paris Duke" 107 107 }, 108 108 { 109 + "entity_id": "person_a", 110 + "is_principal": false, 111 + "name": "Person A" 112 + }, 113 + { 109 114 "entity_id": "postgresql", 110 115 "is_principal": false, 111 116 "name": "PostgreSQL"