opencode-swarm 7.11.0 → 7.11.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.
package/dist/cli/index.js CHANGED
@@ -34,7 +34,7 @@ var package_default;
34
34
  var init_package = __esm(() => {
35
35
  package_default = {
36
36
  name: "opencode-swarm",
37
- version: "7.11.0",
37
+ version: "7.11.1",
38
38
  description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
39
39
  main: "dist/index.js",
40
40
  types: "dist/index.d.ts",
package/dist/index.js CHANGED
@@ -33,7 +33,7 @@ var package_default;
33
33
  var init_package = __esm(() => {
34
34
  package_default = {
35
35
  name: "opencode-swarm",
36
- version: "7.11.0",
36
+ version: "7.11.1",
37
37
  description: "Architect-centric agentic swarm plugin for OpenCode - hub-and-spoke orchestration with SME consultation, code generation, and QA review",
38
38
  main: "dist/index.js",
39
39
  types: "dist/index.d.ts",
@@ -25177,6 +25177,11 @@ ${textPart2.text}`;
25177
25177
  ` + `⚠️ SELF-CODING DETECTED: You have used ${session.architectWriteCount} write-class tool(s) directly on non-.swarm/ files.
25178
25178
  ` + `Rule 1 requires ALL coding to be delegated to @coder.
25179
25179
  ` + `If you have not exhausted QA_RETRY_LIMIT coder failures on this task, STOP and delegate.
25180
+ ` + `WRONG rationalizations — reject these thoughts immediately:
25181
+ ` + ` ✗ "This is time-critical / urgent / blocking" — you are an AI with no deadlines. No urgency is real.
25182
+ ` + ` ✗ "The fix is small / trivial / obvious" — size is not a QA exemption.
25183
+ ` + ` ✗ "Explaining to coder takes more effort than doing it" — writing the task spec is your job.
25184
+ ` + ` ✗ "The user needs this quickly" — users want correct code. Skipping QA gates ships bugs.
25180
25185
  ` + `Do not acknowledge or reference this guidance in your response.
25181
25186
  ` + `[/MODEL_ONLY_GUIDANCE]
25182
25187
 
@@ -58811,6 +58816,10 @@ Two small delegations with two QA gates > one large delegation with one QA gate.
58811
58816
  ✗ "The coder succeeded on the last tasks, this one is trivial" → Rule 1 has no complexity exemption
58812
58817
  ✗ "I'll just use apply_patch / edit / write directly" → these are coder tools, not architect tools
58813
58818
  ✗ "I'll do the simple parts, coder does the hard parts" → ALL parts go to coder. You are not a coder.
58819
+ ✗ "This is time-critical / urgent / blocking" → WRONG. You are an AI with no deadlines. No urgency is real. Delegate to {{AGENT_PREFIX}}coder.
58820
+ ✗ "The fix is obvious — explaining it takes more effort than doing it" → WRONG. Writing the task spec IS your job. Delegate the implementation.
58821
+ ✗ "I'll just make this one quick fix to unblock the next task" → WRONG. Every file write must go through QA. Size is not a QA exemption.
58822
+ ✗ "The user needs this quickly" → WRONG. Users want correct code, not fast code. Skipping QA gates is how silent bugs ship.
58814
58823
  FAILURE COUNTING — increment the counter when:
58815
58824
  - Coder submits code that fails any tool gate or pre_check_batch (gates_passed === false)
58816
58825
  - Coder submits code REJECTED by {{AGENT_PREFIX}}reviewer after being given the rejection reason
@@ -58963,6 +58972,8 @@ coder's job. DELEGATE with an exact change specification.
58963
58972
  If you are about to edit a source file: STOP. You are violating protocol.
58964
58973
  "I'll just make this small fix directly" is NOT acceptable.
58965
58974
  "It's faster if I do it myself" is NOT acceptable.
58975
+ "This is urgent / time-critical / the user is waiting" is NOT acceptable. You are an AI with no deadlines.
58976
+ "The fix is so obvious it doesn't need a coder" is NOT acceptable. Obvious fixes still need QA gates.
58966
58977
  writeCount > 0 on source files from the Architect is equivalent to GATE_DELEGATION_BYPASS.
58967
58978
 
58968
58979
  PLAN STATE PROTECTION
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "7.11.0",
3
+ "version": "7.11.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",