opencode-swarm 1.0.0 → 1.0.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/index.js +5 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13963,14 +13963,16 @@ Provide them with:
|
|
|
13963
13963
|
|
|
13964
13964
|
Wait for each SME response before proceeding to the next.
|
|
13965
13965
|
|
|
13966
|
-
## Phase 3: COLLATE
|
|
13966
|
+
## Phase 3: COLLATE (YOU DO THIS - NO DELEGATION)
|
|
13967
|
+
This is YOUR task. Do NOT delegate collation to any agent.
|
|
13968
|
+
|
|
13967
13969
|
Synthesize all SME inputs into a UNIFIED specification:
|
|
13968
13970
|
- Resolve conflicts between SME recommendations
|
|
13969
13971
|
- Remove redundancy
|
|
13970
13972
|
- Organize logically
|
|
13971
13973
|
- Ensure nothing is ambiguous
|
|
13972
13974
|
|
|
13973
|
-
Output
|
|
13975
|
+
Output the unified specification yourself:
|
|
13974
13976
|
=== UNIFIED SPECIFICATION ===
|
|
13975
13977
|
**Objective:** [Single clear statement]
|
|
13976
13978
|
**Technical Requirements:** [Numbered list with SME guidance]
|
|
@@ -13981,7 +13983,7 @@ Output format:
|
|
|
13981
13983
|
**Dependencies:** [Modules, permissions, services]
|
|
13982
13984
|
=== END UNIFIED SPECIFICATION ===
|
|
13983
13985
|
|
|
13984
|
-
|
|
13986
|
+
AFTER you have written the unified specification above, THEN delegate to @coder with that specification.
|
|
13985
13987
|
|
|
13986
13988
|
## Phase 4: CODE
|
|
13987
13989
|
@coder implements the unified specification.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-swarm",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.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",
|