opencode-swarm 7.32.0 → 7.32.2

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.
@@ -41,8 +41,8 @@ export declare const MemoryKindSchema: z.ZodEnum<{
41
41
  }>;
42
42
  export declare const MemorySourceSchema: z.ZodObject<{
43
43
  type: z.ZodEnum<{
44
- agent: "agent";
45
44
  file: "file";
45
+ agent: "agent";
46
46
  manual: "manual";
47
47
  test: "test";
48
48
  tool: "tool";
@@ -100,8 +100,8 @@ export declare const MemoryRecordSchema: z.ZodObject<{
100
100
  }>;
101
101
  source: z.ZodObject<{
102
102
  type: z.ZodEnum<{
103
- agent: "agent";
104
103
  file: "file";
104
+ agent: "agent";
105
105
  manual: "manual";
106
106
  test: "test";
107
107
  tool: "tool";
@@ -178,8 +178,8 @@ export declare const MemoryProposalSchema: z.ZodObject<{
178
178
  }>;
179
179
  source: z.ZodObject<{
180
180
  type: z.ZodEnum<{
181
- agent: "agent";
182
181
  file: "file";
182
+ agent: "agent";
183
183
  manual: "manual";
184
184
  test: "test";
185
185
  tool: "tool";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "7.32.0",
3
+ "version": "7.32.2",
4
4
  "description": "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",