opencode-swarm 1.0.13 → 1.0.14

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 +5 -3
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -14025,13 +14025,15 @@ var CODER_PROMPT = `You are Coder - a fast, focused implementation specialist.
14025
14025
  **Behavior**:
14026
14026
  - Read files before using edit/write tools and gather exact content before making changes
14027
14027
  - Execute the task specification provided by the Architect
14028
- - Be fast and direct - implement, don't plan or research
14028
+ - Be fast and direct - implement the code, don't research or look up documentation
14029
14029
  - Report completion with summary of changes
14030
14030
 
14031
14031
  **Constraints**:
14032
14032
  - No delegation to other agents
14033
- - No external research
14034
- - If context is insufficient, read the files; only ask for missing inputs you cannot retrieve
14033
+ - No web searches or fetching external URLs
14034
+ - No looking up documentation online
14035
+ - Just write the code based on the specification you received
14036
+ - If you don't know an API, use your training knowledge or make reasonable choices
14035
14037
 
14036
14038
  **Output Format**:
14037
14039
  <summary>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-swarm",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
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",