commanderclaw 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,15 @@
1
+ /**
2
+ * CommanderClaw Channel Plugin for OpenClaw
3
+ *
4
+ * This plugin connects OpenClaw to a CommanderClaw coordination server,
5
+ * enabling multi-agent task coordination with message bridging.
6
+ */
7
+ declare const plugin: {
8
+ id: string;
9
+ name: string;
10
+ description: string;
11
+ configSchema: import("openclaw/plugin-sdk").OpenClawPluginConfigSchema;
12
+ register(api: any): void;
13
+ };
14
+ export default plugin;
15
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/plugin/index.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAsVH,QAAA,MAAM,MAAM;;;;;kBAKI,GAAG;CAQlB,CAAC;AAEF,eAAe,MAAM,CAAC"}