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:
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal 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
|
||||
Reference in New Issue
Block a user