refactor: split backend into center and guild modules

This commit is contained in:
nav
2026-05-12 08:26:28 +00:00
parent 3b11fe0d31
commit 3910c0da9f
2 changed files with 19 additions and 9 deletions

10
.gitmodules vendored
View File

@@ -2,9 +2,13 @@
path = Fabric.OpenclawPlugin
url = https://git.hangman-lab.top/nav/Fabric.OpenclawPlugin.git
branch = main
[submodule "Fabric.Backend"]
path = Fabric.Backend
url = https://git.hangman-lab.top/nav/Fabric.Backend.git
[submodule "Fabric.Backend.Center"]
path = Fabric.Backend.Center
url = https://git.hangman-lab.top/nav/Fabric.Backend.Center.git
branch = main
[submodule "Fabric.Backend.Guild"]
path = Fabric.Backend.Guild
url = https://git.hangman-lab.top/nav/Fabric.Backend.Guild.git
branch = main
[submodule "Fabric.Frontend"]
path = Fabric.Frontend