You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memories hub: secondary panel grouping Agents | Rooms | Tags; room CRUD lives here (create/rename/delete via ConfirmDialog).
Agent identity on every memory row: stable per-agent color + name + action verb + relative time (data: author, author_type), per P36 recognition-over-recall; raw UUIDs move to Copy-ID disclosure.
Why
Current nav mirrors uteke's DB schema, not user jobs; 7 equal-weight items cause choice paralysis (P19/P29); writer identity is the #1 trust cue for a read-agents-output tool.
Testing
Vitest: grouping providers (by agent/room/tag), identity color mapping stability.
E2E: every destination reachable ≤2 clicks; old views redirect; room CRUD round-trip.
Visual QA: identity colors consistent across views.
What
author,author_type), per P36 recognition-over-recall; raw UUIDs move to Copy-ID disclosure.Why
Current nav mirrors uteke's DB schema, not user jobs; 7 equal-weight items cause choice paralysis (P19/P29); writer identity is the #1 trust cue for a read-agents-output tool.
Testing