Commit Graph

5 Commits

Author SHA1 Message Date
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
shum
4544c27764 simplex-support-bot: revise implementation plan 2026-03-18 11:38:31 +00:00
shum
d243fc89d4 improve State Machine mermaid chart 2026-03-18 11:38:31 +00:00
shum
493cf569b1 simplex-support-bot: revise implementation plan 2026-03-18 11:38:31 +00:00
shum
2995aa34f7 simplex-support-bot: add doc overview of enhanced support bot 2026-03-18 11:38:31 +00:00