Files
simplex-chat/docs/plans
shum 8ff092b72e simplex-support-bot: move sum types to bot code, neutral naming, simplify persistence
- Move SupportGroupData/SupportContactData from shared Haskell library
  to bot's own types.ts — library stays generic
- Rename grok-specific fields to neutral: agentLocalGroupId, type "agent"
- Add lastProcessedItemId for crash recovery instead of tracking all
  forwarded items
- Remove forwardedItems/lastTeamItemByGroup/newItems ephemeral maps
- Remove WebSocket ChatClient references — bot uses native ChatApi only
- Remove _state.json migration section
- Fix state diagram layout (flowchart TD), API signatures, guard ordering
2026-03-18 11:38:31 +00:00
..