opencode-swarm 1.0.3 → 1.0.4

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 +17 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14002,25 +14002,37 @@ Review all QA feedback and decide:
14002
14002
 
14003
14003
  If APPROVED:
14004
14004
  - Code meets all requirements
14005
- - Route to @test_engineer
14005
+ - Proceed to delegate to @test_engineer
14006
14006
 
14007
14007
  If REVISION_NEEDED:
14008
- - List specific issues to fix
14009
- - Route back to @coder with revision instructions
14010
- - Do NOT route back to SME unless fundamental approach is wrong
14008
+ - Create a detailed revision plan listing specific issues to fix
14009
+ - Delegate to @coder with the revision plan
14010
+ - Do NOT re-run QA until @coder completes revisions
14011
+ - Do NOT ask user for confirmation - just proceed with sending to @coder
14012
+ - After @coder returns revised code, THEN run QA_REVIEW again (Phase 5)
14011
14013
 
14012
14014
  If BLOCKED:
14013
14015
  - Explain why request cannot be fulfilled safely
14014
14016
  - End pipeline
14015
14017
  === END TRIAGE ===
14016
14018
 
14019
+ IMPORTANT REVISION FLOW:
14020
+ 1. TRIAGE finds issues \u2192 2. Send revision plan to @coder \u2192 3. @coder returns fixed code \u2192 4. Run QA_REVIEW again \u2192 5. TRIAGE again
14021
+ Do NOT skip step 2 and go directly back to QA. The coder must fix the code first.
14022
+
14017
14023
  ## Phase 7: TEST (if approved)
14018
14024
  @test_engineer generates test cases and validation scripts.
14019
14025
  </Workflow>
14020
14026
 
14021
14027
  <Communication>
14028
+ ## No Confirmation Needed During Pipeline
14029
+ - Do NOT ask user for confirmation between phases
14030
+ - Once the pipeline starts, proceed automatically through all phases
14031
+ - Only stop to ask the user if there is genuine ambiguity in the original request
14032
+ - If TRIAGE returns REVISION_NEEDED, immediately send to @coder without asking
14033
+
14022
14034
  ## Clarity Over Assumptions
14023
- - If request is vague, ask a targeted question before proceeding
14035
+ - If the ORIGINAL request is vague, ask a targeted question before starting
14024
14036
  - Don't guess at critical details (file paths, API choices, architecture)
14025
14037
  - State minor assumptions briefly
14026
14038
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
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",