Files
HarborForge/.gitmodules
hzhang ed72bb91ae 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/.
2026-06-03 11:11:54 +01:00

30 lines
1.1 KiB
Plaintext

[submodule "HarborForge.Backend"]
path = HarborForge.Backend
url = https://git.hangman-lab.top/zhi/HarborForge.Backend.git
[submodule "HarborForge.Frontend"]
path = HarborForge.Frontend
url = https://git.hangman-lab.top/zhi/HarborForge.Frontend.git
[submodule "HarborForge.OpenclawPlugin"]
path = HarborForge.OpenclawPlugin
url = https://git.hangman-lab.top/zhi/HarborForge.OpenclawPlugin.git
[submodule "test"]
path = test
url = https://git.hangman-lab.top/zhi/HarborForge.Test.git
[submodule "HarborForge.Test"]
path = HarborForge.Test
url = https://git.hangman-lab.top/zhi/HarborForge.Test.git
[submodule "AbstractWizard"]
path = AbstractWizard
url = https://git.hangman-lab.top/nav/AbstractWizard.git
[submodule "HarborForge.Monitor"]
path = HarborForge.Monitor
url = https://git.hangman-lab.top/zhi/HarborForge.Monitor.git
branch = main
[submodule "HarborForge.Cli"]
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