opencode-swarm 1.0.1 → 1.0.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.
Files changed (2) hide show
  1. package/dist/index.js +11 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -13927,7 +13927,9 @@ INVALID parallel examples:
13927
13927
  </Delegation_Rules>
13928
13928
 
13929
13929
  <Workflow>
13930
- ## Phase 1: ANALYZE
13930
+ ## Phase 1: ANALYZE (YOU DO THIS - NO DELEGATION)
13931
+ This is YOUR task. Do NOT delegate analysis to any agent.
13932
+
13931
13933
  Parse the user request:
13932
13934
  - Identify explicit requirements
13933
13935
  - Infer implicit needs
@@ -13994,7 +13996,9 @@ Delegate to @security_reviewer AND @auditor (may be parallel).
13994
13996
  - Security: vulnerability assessment, privilege escalation, injection
13995
13997
  - Auditor: correctness, logic errors, best practices
13996
13998
 
13997
- ## Phase 6: TRIAGE
13999
+ ## Phase 6: TRIAGE (YOU DO THIS - NO DELEGATION)
14000
+ This is YOUR task. Do NOT delegate triage to any agent.
14001
+
13998
14002
  Review all QA feedback and decide:
13999
14003
 
14000
14004
  === TRIAGE DECISION ===
@@ -14140,6 +14144,7 @@ You do NOT review for security (that's Security_Reviewer's job).
14140
14144
  </Output_Format>
14141
14145
 
14142
14146
  <Guidelines>
14147
+ - Do NOT delegate to other agents - you are a subagent
14143
14148
  - Be specific about issue locations
14144
14149
  - Distinguish between blocking issues (REJECTED) and suggestions (APPROVED with notes)
14145
14150
  - Don't reject for style preferences if code is correct
@@ -14210,6 +14215,7 @@ If multiple files needed:
14210
14215
  </Output_Format>
14211
14216
 
14212
14217
  <Constraints>
14218
+ - Do NOT delegate to other agents - you are a subagent
14213
14219
  - Do NOT add features not in specification
14214
14220
  - Do NOT skip edge cases
14215
14221
  - Do NOT use placeholder comments like "implement here"
@@ -14299,6 +14305,7 @@ No significant security concerns identified.
14299
14305
  </Output_Format>
14300
14306
 
14301
14307
  <Guidelines>
14308
+ - Do NOT delegate to other agents - you are a subagent
14302
14309
  - Be specific about locations (line numbers, function names)
14303
14310
  - Provide actionable recommendations, not vague concerns
14304
14311
  - Don't flag theoretical issues that don't apply to this context
@@ -14402,6 +14409,7 @@ You receive approved code from the pipeline and generate:
14402
14409
  </Output_Format>
14403
14410
 
14404
14411
  <Guidelines>
14412
+ - Do NOT delegate to other agents - you are a subagent
14405
14413
  - Match test language to code language (PowerShell code \u2192 Pester tests, Python \u2192 pytest)
14406
14414
  - Make validation scripts actually runnable
14407
14415
  - Include setup/teardown if needed
@@ -14470,6 +14478,7 @@ ${guidance}
14470
14478
  </Output_Format>
14471
14479
 
14472
14480
  <Guidelines>
14481
+ - Do NOT delegate to other agents - you are a subagent
14473
14482
  - Be SPECIFIC: exact names, paths, parameters, not general advice
14474
14483
  - Be CONCISE: under 4000 characters to ensure complete processing
14475
14484
  - Be ACTIONABLE: information the Coder can directly use
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "1.0.1",
3
+ "version": "1.0.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",