webapp/channels/src/store/CLAUDE.OPTIONAL.md
store/index.ts – store factory, middleware registration, persistence config.index.test.ts – regression tests for middleware order and persistence.redux-persist + localForage. Keep whitelist/blacklist in sync with reducer ownership.mattermost-redux. Only include webapp-specific reducers here.Client4 or other singletons in the store; inject via actions/middleware.channels/src/types/store/index.ts to ensure selectors have accurate types.webapp/STYLE_GUIDE.md → Redux & Data Fetching (state organization, persistence guidance).websocket_actions.jsx wiring, plugins middleware from channels/src/plugins.