discord-claws
Article content
Current status
- Status: Active (Milestone 1 shipped)
- Milestone: Real-time sync + durable shared state
- Last update: Milestone 1 baseline shipped
Next action
Implement real-time sync and durable shared state.
Blockers
No hard blockers; tunnel test cadence remains the practical constraint.
Execution maps (simple/deep)
Execution architecture maps
flowchart LR
A[Discord activity] --> B[Realtime sync]
B --> C[Shared state update]
C --> D[Client render]
flowchart TB
A[Gateway events] --> B[Auth and permission check]
B --> C[SSE or WebSocket fanout]
C --> D[Durable state write]
D --> E[Hydrate reconnecting clients]
E --> F[Operator validation and rollout decision]
Tracking
- Project control panel: Projects
- Repository: snowcrab-dev/discord-claws (opens in a new tab)