add HarborForge.PlexumPlugin submodule

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/.
This commit is contained in:
h z
2026-06-03 11:11:46 +01:00
parent 627ffcf2fa
commit ed72bb91ae
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View File

@@ -24,3 +24,6 @@
path = HarborForge.Cli path = HarborForge.Cli
url = https://git.hangman-lab.top/zhi/HarborForge.Cli.git url = https://git.hangman-lab.top/zhi/HarborForge.Cli.git
branch = main branch = main
[submodule "HarborForge.PlexumPlugin"]
path = HarborForge.PlexumPlugin
url = https://git.hangman-lab.top/zhi/HarborForge.PlexumPlugin.git