From 8d0504c83704e30c0efc189c33980ed9fc9a3a5f Mon Sep 17 00:00:00 2001 From: orion Date: Wed, 15 Apr 2026 22:34:11 +0000 Subject: [PATCH] chore: add plugin submodules under plugins/ Mount the five nav/zhi-owned plugin repositories as submodules: PaddedCell, Yonexus.Server, ContractorAgent, Dirigent, and HarborForge.OpenclawPlugin. --- .gitmodules | 15 +++++++++++++++ plugins/ContractorAgent | 1 + plugins/Dirigent | 1 + plugins/HarborForge.OpenclawPlugin | 1 + plugins/PaddedCell | 1 + plugins/Yonexus.Server | 1 + 6 files changed, 20 insertions(+) create mode 100644 .gitmodules create mode 160000 plugins/ContractorAgent create mode 160000 plugins/Dirigent create mode 160000 plugins/HarborForge.OpenclawPlugin create mode 160000 plugins/PaddedCell create mode 160000 plugins/Yonexus.Server diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9f0c0da --- /dev/null +++ b/.gitmodules @@ -0,0 +1,15 @@ +[submodule "plugins/PaddedCell"] + path = plugins/PaddedCell + url = https://git.hangman-lab.top/nav/PaddedCell.git +[submodule "plugins/Yonexus.Server"] + path = plugins/Yonexus.Server + url = https://git.hangman-lab.top/nav/Yonexus.Server.git +[submodule "plugins/ContractorAgent"] + path = plugins/ContractorAgent + url = https://git.hangman-lab.top/nav/ContractorAgent.git +[submodule "plugins/Dirigent"] + path = plugins/Dirigent + url = https://git.hangman-lab.top/nav/Dirigent.git +[submodule "plugins/HarborForge.OpenclawPlugin"] + path = plugins/HarborForge.OpenclawPlugin + url = https://git.hangman-lab.top/zhi/HarborForge.OpenclawPlugin.git diff --git a/plugins/ContractorAgent b/plugins/ContractorAgent new file mode 160000 index 0000000..49af212 --- /dev/null +++ b/plugins/ContractorAgent @@ -0,0 +1 @@ +Subproject commit 49af2129ae35d5d2b3839a17f31b2341ea647286 diff --git a/plugins/Dirigent b/plugins/Dirigent new file mode 160000 index 0000000..4cc787a --- /dev/null +++ b/plugins/Dirigent @@ -0,0 +1 @@ +Subproject commit 4cc787ad90b08e9cf2449de7a4fa7c5d40a45916 diff --git a/plugins/HarborForge.OpenclawPlugin b/plugins/HarborForge.OpenclawPlugin new file mode 160000 index 0000000..58a800a --- /dev/null +++ b/plugins/HarborForge.OpenclawPlugin @@ -0,0 +1 @@ +Subproject commit 58a800a1aad4ee1b5fc7b8ce107b6475d602c0f6 diff --git a/plugins/PaddedCell b/plugins/PaddedCell new file mode 160000 index 0000000..392eafc --- /dev/null +++ b/plugins/PaddedCell @@ -0,0 +1 @@ +Subproject commit 392eafccf24de3be2c90b4147c1fbaf78a19e283 diff --git a/plugins/Yonexus.Server b/plugins/Yonexus.Server new file mode 160000 index 0000000..6bfa0f3 --- /dev/null +++ b/plugins/Yonexus.Server @@ -0,0 +1 @@ +Subproject commit 6bfa0f3f28007bfeaf0ccbfac03209ac3fbadbaf