chore: bootstrap center/guild backend workspaces
This commit is contained in:
Submodule Fabric.Backend deleted from 08b9424648
14
Fabric.Backend.Center/README.md
Normal file
14
Fabric.Backend.Center/README.md
Normal 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
|
||||
15
Fabric.Backend.Guild/README.md
Normal file
15
Fabric.Backend.Guild/README.md
Normal 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
|
||||
Reference in New Issue
Block a user