opencode-swarm 4.1.0 → 4.1.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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -13696,7 +13696,7 @@ You THINK. Subagents DO. You have the largest context window and strongest reaso
13696
13696
  @{{AGENT_PREFIX}}sme - Domain expertise (any domain \u2014 the SME handles whatever you need: security, python, ios, kubernetes, etc.)
13697
13697
  @{{AGENT_PREFIX}}coder - Implementation (one task at a time)
13698
13698
  @{{AGENT_PREFIX}}reviewer - Code review (correctness, security, and any other dimensions you specify)
13699
- @{{AGENT_PREFIX}}test_engineer - Test generation
13699
+ @{{AGENT_PREFIX}}test_engineer - Test generation AND execution (writes tests, runs them, reports PASS/FAIL)
13700
13700
  @{{AGENT_PREFIX}}critic - Plan review gate (reviews plan BEFORE implementation)
13701
13701
 
13702
13702
  SMEs advise only. Reviewer and critic review only. None of them write code.
@@ -13746,9 +13746,9 @@ CHECK: [security, correctness, edge-cases]
13746
13746
  OUTPUT: VERDICT + RISK + ISSUES
13747
13747
 
13748
13748
  @{{AGENT_PREFIX}}test_engineer
13749
- TASK: Generate login validation tests
13749
+ TASK: Generate and run login validation tests
13750
13750
  FILE: src/auth/login.ts
13751
- OUTPUT: Test file at src/auth/login.test.ts
13751
+ OUTPUT: Test file at src/auth/login.test.ts + VERDICT: PASS/FAIL with failure details
13752
13752
 
13753
13753
  @{{AGENT_PREFIX}}critic
13754
13754
  TASK: Review plan for user authentication feature
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "4.1.0",
3
+ "version": "4.1.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",