opencode-swarm 6.53.3 → 6.53.6

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.
@@ -61,6 +61,7 @@ export declare function getHandoffData(directory: string): Promise<HandoffData>;
61
61
  export declare function formatHandoffMarkdown(data: HandoffData): string;
62
62
  /**
63
63
  * Format handoff data as a continuation prompt for new agent sessions.
64
- * Returns a terse markdown code block with essential context.
64
+ * Returns a terse markdown code block with essential context and explicit
65
+ * resumption instructions. Designed to be copy-pasted into a new session.
65
66
  */
66
67
  export declare function formatContinuationPrompt(data: HandoffData): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "6.53.3",
3
+ "version": "6.53.6",
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",