Account & Local Cache State The backbone of Amethyst's client state: one per signed-in user, plus the singleton that holds every and the client has seen. When to Use This Skill - Working on - Working on - Adding a new account-scoped setting (mutes, bookmarks, custom relay lists, private lists) - Reading/writing user metadata ( ) or note state ( ) - Deciding whether to query vs subscribe to an StateFlow Mental Model is the event store. is the derived per-user view (follow list, relays, mutes, emojis, bookmarks, etc.). UI listens to 's StateFlows, not directly to , except for note-level renderi…