mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-18 07:39:29 +02:00
Recent issues store was duplicating server data (title, status, identifier) in Zustand, violating the single-source-of-truth architecture. Now the store only tracks visit records (id + visitedAt), and the search command joins fresh data from the TanStack Query issue list cache at render time. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>