add: projects as sub modules

This commit is contained in:
h z
2025-05-21 13:57:59 +01:00
parent 2c79456686
commit f81cec638a
8 changed files with 28 additions and 1 deletions

21
.gitmodules vendored Normal file
View File

@@ -0,0 +1,21 @@
[submodule "Alchegos.Webhook"]
path = Alchegos.Webhook
url = https://git.hangman-lab.top/hzhang/Alchegos.Webhook.git
[submodule "Alchegos.Core"]
path = Alchegos.Core
url = https://git.hangman-lab.top/hzhang/Alchegos.Core.git
[submodule "Alchegos.ProjectManager"]
path = Alchegos.ProjectManager
url = https://git.hangman-lab.top/hzhang/Alchegos.ProjectManager.git
[submodule "Alchegos.HCI"]
path = Alchegos.HCI
url = https://git.hangman-lab.top/hzhang/Alchegos.HCI.git
[submodule "Alchegos.MCP"]
path = Alchegos.MCP
url = https://git.hangman-lab.top/hzhang/Alchegos.MCP.git
[submodule "Alchegos.Analyst"]
path = Alchegos.Analyst
url = https://git.hangman-lab.top/hzhang/Alchegos.Analyst.git
[submodule "Alchegos.Developer"]
path = Alchegos.Developer
url = https://git.hangman-lab.top/hzhang/Alchegos.Developer.git