chore: bootstrap center/guild backend workspaces

This commit is contained in:
nav
2026-05-12 08:27:33 +00:00
parent 3910c0da9f
commit 17dc9b9dba
3 changed files with 29 additions and 1 deletions

Submodule Fabric.Backend deleted from 08b9424648

View File

@@ -0,0 +1,14 @@
# Fabric.Backend.Center
Identity Hub service for Fabric.
## Scope (MVP)
- User register/login
- Session/token management
- Guild Node registration + shared-secret handshake
- Center-level audit logs
## Next
- API skeleton (NestJS)
- Auth module
- Guild node registry module

View File

@@ -0,0 +1,15 @@
# 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