feat(reactivity): item CRUD events, debouncing, history/feeds subscriptions
IPC layer (backend/electron/ipc.ts):
- Emit item:created, item:updated, item:deleted on item CRUD operations
Extensions:
- groups/home.js: Debounced refresh (150ms) for all tag + item events
- tags/home.js: Debounced refresh with optimistic local state updates
- cmd/commands/history.js: Subscribe to item:created for new URLs
- feeds/background.js: Subscribe to item:created/deleted for feed items
Docs:
- docs/reactivity-research.md: Full research doc on tag-centric events
Tests:
- 3 new tests for item:created, item:updated, item:deleted events