hzhang 8c41d23a9c refactor: migrate to ES modules
package.json type=module, tsconfig module/moduleResolution=NodeNext,
target es2022, explicit .js on all relative imports. Center: jsonwebtoken
& bcryptjs switched to default imports (ESM/CJS interop). Verified:
builds, boots, full auth + plugin round-trip work under ESM.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 18:47:36 +01:00
2026-05-15 18:47:36 +01:00
2026-05-15 18:47:36 +01:00
2026-05-15 18:47:36 +01:00

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_URL
  • FABRIC_BACKEND_GUILD_CENTER_API_KEY
  • FABRIC_BACKEND_GUILD_NODE_ID

If any of the above is missing, service startup fails immediately.

Description
No description provided
Readme 483 KiB
Languages
TypeScript 99.3%
JavaScript 0.4%
Dockerfile 0.3%