opencode-orchestrator 1.0.59 → 1.0.60
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 +10 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16515,17 +16515,24 @@ delegate_task({
|
|
|
16515
16515
|
|
|
16516
16516
|
### Master Reviewer Outcomes
|
|
16517
16517
|
|
|
16518
|
-
**If SEAL is output**:
|
|
16518
|
+
**If SEAL is output**:
|
|
16519
|
+
1. \u26A0\uFE0F **YOU MUST ECHO THE SEAL** - Output the exact same ${MISSION_SEAL.PATTERN} that Master Reviewer returned
|
|
16520
|
+
2. Do NOT modify or wrap the SEAL
|
|
16521
|
+
3. Mission complete! \u{1F396}\uFE0F
|
|
16519
16522
|
|
|
16520
|
-
**
|
|
16523
|
+
**Why echo is required**: The system hooks detect SEAL from YOUR output (main session).
|
|
16524
|
+
If you don't echo the SEAL, the system won't recognize mission completion.
|
|
16525
|
+
|
|
16526
|
+
**If failure summary is returned (${PROMPT_TAGS.VERIFICATION_FAILED.open}...${PROMPT_TAGS.VERIFICATION_FAILED.close})**:
|
|
16521
16527
|
1. Analyze the failure details
|
|
16522
16528
|
2. Address the issues (spawn Workers/Reviewers as needed)
|
|
16523
16529
|
3. Call Master Reviewer again when fixed
|
|
16524
16530
|
|
|
16525
16531
|
### DO NOT
|
|
16526
|
-
- \u274C Output ${MISSION_SEAL.PATTERN} yourself
|
|
16532
|
+
- \u274C Output ${MISSION_SEAL.PATTERN} yourself (only echo from Master Reviewer)
|
|
16527
16533
|
- \u274C Skip Master Reviewer verification
|
|
16528
16534
|
- \u274C Claim completion without Master Reviewer approval
|
|
16535
|
+
- \u274C Forget to echo the SEAL when received
|
|
16529
16536
|
`;
|
|
16530
16537
|
|
|
16531
16538
|
// src/agents/prompts/mission/loop-continuation.ts
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "opencode-orchestrator",
|
|
3
3
|
"displayName": "OpenCode Orchestrator",
|
|
4
4
|
"description": "Distributed Cognitive Architecture for OpenCode. Turns simple prompts into specialized multi-agent workflows (Planner, Coder, Reviewer).",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.60",
|
|
6
6
|
"author": "agnusdei1207",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"repository": {
|