From ed72bb91ae0b67bb140f340f2963304c2f1ea4a9 Mon Sep 17 00:00:00 2001 From: hzhang Date: Wed, 3 Jun 2026 11:11:46 +0100 Subject: [PATCH] add HarborForge.PlexumPlugin submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Plexum-side counterpart to HarborForge.OpenclawPlugin. Pins to the plugin repo's main branch (initial commit). Tracked separately from HarborForge.OpenclawPlugin — the two plugins run side by side during the OpenClaw → Plexum migration window. Operator install: cd HarborForge.PlexumPlugin bash scripts/install.sh writes a binary + manifest into ~/.plexum/plugins/harbor-forge/. --- .gitmodules | 3 +++ HarborForge.PlexumPlugin | 1 + 2 files changed, 4 insertions(+) create mode 160000 HarborForge.PlexumPlugin diff --git a/.gitmodules b/.gitmodules index fdc41b7..f752923 100644 --- a/.gitmodules +++ b/.gitmodules @@ -24,3 +24,6 @@ path = HarborForge.Cli url = https://git.hangman-lab.top/zhi/HarborForge.Cli.git branch = main +[submodule "HarborForge.PlexumPlugin"] + path = HarborForge.PlexumPlugin + url = https://git.hangman-lab.top/zhi/HarborForge.PlexumPlugin.git diff --git a/HarborForge.PlexumPlugin b/HarborForge.PlexumPlugin new file mode 160000 index 0000000..754e518 --- /dev/null +++ b/HarborForge.PlexumPlugin @@ -0,0 +1 @@ +Subproject commit 754e5183f7878a312d805797a9f0911da046bbc3