mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-07-08 16:43:59 +08:00
With ImportService migrated to DataApi (#16415), the v1 Redux store at src/renderer/store/ has zero runtime consumers. Delete the directory (30 files) along with the already-stubbed main-process ReduxService bridge. Clean up the now-stale residue: - Remove dead vi.mock('@renderer/store') factories from 14 test files whose code under test no longer imports the store. - Drop Redux from the CLAUDE.md "Removing" enumerations and refresh the renderer-architecture / knowledge-service / v2-todo docs. - Fix dangling store/ references in the MiniAppMigrator and builtinMcpServers comments. The v2 migration's Redux Persist readers (ReduxStateReader etc.) are left untouched: they read serialized on-disk data, not this store.