From f81cec638a914016eefa97698df058260615cbab Mon Sep 17 00:00:00 2001 From: hzhang Date: Wed, 21 May 2025 13:57:59 +0100 Subject: [PATCH] add: projects as sub modules --- .gitmodules | 21 +++++++++++++++++++++ Alchegos.Analyst | 1 + Alchegos.Core | 1 + Alchegos.Developer | 1 + Alchegos.HCI | 1 + Alchegos.MCP | 2 +- Alchegos.ProjectManager | 1 + Alchegos.Webhook | 1 + 8 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 Alchegos.Analyst create mode 160000 Alchegos.Core create mode 160000 Alchegos.Developer create mode 160000 Alchegos.HCI create mode 160000 Alchegos.ProjectManager create mode 160000 Alchegos.Webhook diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b823d89 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/Alchegos.Analyst b/Alchegos.Analyst new file mode 160000 index 0000000..8bbe974 --- /dev/null +++ b/Alchegos.Analyst @@ -0,0 +1 @@ +Subproject commit 8bbe9745371faf69e48a93ba639401306567fd58 diff --git a/Alchegos.Core b/Alchegos.Core new file mode 160000 index 0000000..b7811ce --- /dev/null +++ b/Alchegos.Core @@ -0,0 +1 @@ +Subproject commit b7811cefe2c50c82dcb7cc18b176f10de7d8a8ba diff --git a/Alchegos.Developer b/Alchegos.Developer new file mode 160000 index 0000000..ae0a14a --- /dev/null +++ b/Alchegos.Developer @@ -0,0 +1 @@ +Subproject commit ae0a14af5fdfe0a79b2ae10efda81d49e22828b6 diff --git a/Alchegos.HCI b/Alchegos.HCI new file mode 160000 index 0000000..7f81caf --- /dev/null +++ b/Alchegos.HCI @@ -0,0 +1 @@ +Subproject commit 7f81caf1fb7adbd65135e2ad036d11c64cf36112 diff --git a/Alchegos.MCP b/Alchegos.MCP index c21d047..672e7cc 160000 --- a/Alchegos.MCP +++ b/Alchegos.MCP @@ -1 +1 @@ -Subproject commit c21d047826d587ef4c798ce3a49c67a28e533a18 +Subproject commit 672e7ccca8ca770b3030aec64a34239f8ce9a002 diff --git a/Alchegos.ProjectManager b/Alchegos.ProjectManager new file mode 160000 index 0000000..b1642aa --- /dev/null +++ b/Alchegos.ProjectManager @@ -0,0 +1 @@ +Subproject commit b1642aa6a33631468a3e68f9b57e6530761ccedc diff --git a/Alchegos.Webhook b/Alchegos.Webhook new file mode 160000 index 0000000..99db5d9 --- /dev/null +++ b/Alchegos.Webhook @@ -0,0 +1 @@ +Subproject commit 99db5d9f117b79bc883888c88195aabe24757385