opencode-swarm 7.20.2 → 7.21.1

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.
@@ -66,11 +66,10 @@ export declare function checkReviewerGate(taskId: string, workingDirectory?: str
66
66
  export declare function checkReviewerGateWithScope(taskId: string, workingDirectory?: string, sessionID?: string): Promise<ReviewerGateResult>;
67
67
  /**
68
68
  * Recovery mechanism: reconcile task state with delegation history.
69
- * When reviewer/test_engineer delegations occurred but the state machine
70
- * was not advanced (e.g., toolAfter didn't fire, subagent_type missing,
71
- * cross-session gaps, or pure verification tasks without coder delegation),
72
- * this function walks all delegation chains and advances the task state
73
- * so that checkReviewerGate can make an accurate decision.
69
+ * When task-scoped reviewer/test_engineer delegations occurred but the state
70
+ * machine was not advanced (e.g., toolAfter didn't fire or subagent_type was
71
+ * missing), this function advances the task state so that checkReviewerGate can
72
+ * make an accurate decision without attributing unrelated delegation activity.
74
73
  *
75
74
  * @param taskId - The task ID to recover state for
76
75
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "7.20.2",
3
+ "version": "7.21.1",
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",