From ed05d0ad95c96ace4a7cd631b04b5814a3e67c56 Mon Sep 17 00:00:00 2001 From: hzhang Date: Sat, 23 May 2026 23:56:00 +0100 Subject: [PATCH] chore: bump Dialectic.Backend + add Dialectic.OpenclawPlugin submodule MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Dialectic.Backend e049b1c → 5cf4302 drop announce.go / topic.announce_* columns / ticker broadcast / config FabricSystemAPIKey. Backend is now pure data + state-machine; no Fabric coupling. - Dialectic.OpenclawPlugin (new submodule, pinned at 3ce5439) drop announce_* params from dialectic_propose_topic. New plugin work landed pre-bump: dialectic_list_arguments + topic_detail camps inline + install.mjs + ESM-clean tsconfig + .gitignore artifacts. Both pair with Fabric umbrella bump f3c472e (Center/Guild/Plugin) and ClawSkills@ba48a67 (participate-debate rewrite + analyze-intel step 4 + rotate-fabric-system-key delete + provision-announce-channel cleanup). --- .gitmodules | 5 ++++- Dialectic.Backend | 2 +- Dialectic.OpenclawPlugin | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) create mode 160000 Dialectic.OpenclawPlugin diff --git a/.gitmodules b/.gitmodules index 03352e5..d5d7e46 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,4 +3,7 @@ url = https://git.hangman-lab.top/hzhang/Dialectic.Backend.git [submodule "Dialectic.Frontend"] path = Dialectic.Frontend - url = https://git.hangman-lab.top/hzhang/Dialectic.Frontend.git \ No newline at end of file + url = https://git.hangman-lab.top/hzhang/Dialectic.Frontend.git +[submodule "Dialectic.OpenclawPlugin"] + path = Dialectic.OpenclawPlugin + url = https://git.hangman-lab.top/hzhang/Dialectic.OpenclawPlugin.git diff --git a/Dialectic.Backend b/Dialectic.Backend index e049b1c..5cf4302 160000 --- a/Dialectic.Backend +++ b/Dialectic.Backend @@ -1 +1 @@ -Subproject commit e049b1c4bdb71e4ce221a3a880b12bb242b5b108 +Subproject commit 5cf4302d500888c348d9b526a89f9aa37c43f19f diff --git a/Dialectic.OpenclawPlugin b/Dialectic.OpenclawPlugin new file mode 160000 index 0000000..3ce5439 --- /dev/null +++ b/Dialectic.OpenclawPlugin @@ -0,0 +1 @@ +Subproject commit 3ce543980d3808f0e0c39e82c3920a0f67df8571