02b7c72e70cc5c0607b3d950405bb1dabbffe17b
- parse <@user-id> outside backtick spans - general: message with an at-list wakes only the at'd users (else all) - report/triage/custom: mentions change nothing - discuss/work: mention by current speaker pushes a sub-rotation frame (atList = mentions - sender, intersected with channel members); single linear pass (real/no-reply/force-proceed), then pop back to the saved parent pointer (resumes at the pusher); nested frames supported Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Fabric.Backend.Guild
Guild Node service for Fabric.
Scope (MVP)
- Workspace/Guild/Channel/DM
- Message create/edit/delete/reply/@mention
- Per-channel/DM seq ordering + gap backfill API
- Webhook/Bot integration surface
- Guild-level audit logs
Next
- API skeleton (NestJS)
- Chat domain models
- Seq allocator and range query endpoints
Required env (startup hard checks)
FABRIC_BACKEND_GUILD_CENTER_BASE_URLFABRIC_BACKEND_GUILD_CENTER_API_KEYFABRIC_BACKEND_GUILD_NODE_ID
If any of the above is missing, service startup fails immediately.
Description
Languages
TypeScript
99.3%
JavaScript
0.4%
Dockerfile
0.3%