chore: extract plugins into submodules

SynthesisAgent.ClaudePlugin and SynthesisAgent.OpenclawPlugin are now
separate gitea repos, referenced as submodules from this one. Each can be
iterated on independently while this repo stays as the cross-cutting
design/architecture / wire-protocol home.
This commit is contained in:
zhi
2026-05-14 09:42:40 +00:00
parent 0fb46e318e
commit 7a632697a9
19 changed files with 8 additions and 1027 deletions

6
.gitmodules vendored Normal file
View File

@@ -0,0 +1,6 @@
[submodule "SynthesisAgent.ClaudePlugin"]
path = SynthesisAgent.ClaudePlugin
url = https://git.hangman-lab.top/zhi/SynthesisAgent.ClaudePlugin.git
[submodule "SynthesisAgent.OpenclawPlugin"]
path = SynthesisAgent.OpenclawPlugin
url = https://git.hangman-lab.top/zhi/SynthesisAgent.OpenclawPlugin.git