@boyingliu01/opencode-plugin 0.11.0 → 0.11.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@boyingliu01/opencode-plugin",
3
- "version": "0.11.0",
3
+ "version": "0.11.2",
4
4
  "type": "module",
5
5
  "main": "index.ts",
6
6
  "description": "XP-Gate quality gates + AI workflow skills + Sprint Flow TUI sidebar for OpenCode",
@@ -1,9 +1,9 @@
1
1
  # SKILLS/DELPHI-REVIEW KNOWLEDGE BASE
2
2
 
3
- **Generated:** 2026-06-29
4
- **Commit:** 8efd33c
3
+ **Generated:** 2026-06-30
4
+ **Commit:** b4cb75d
5
5
  **Branch:** main
6
- **Version:** 0.11.0.1
6
+ **Version:** 0.11.2.0
7
7
 
8
8
  ## OVERVIEW
9
9
  Delphi Consensus Review — multi-round anonymous expert review (≥90% threshold, 3 experts from ≥2 providers, domestic models only). Supports design + code-walkthrough modes.
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: delphi-review
3
- description: "Use when asked to review a design, plan, or architecture; before implementation starts; or when multi-expert consensus is needed. Triggers: 'review this design', '评审这个需求', 'design review', '多专家评审', 'consensus review', 'code walkthrough', 'push review', 'architecture review', 'PR review', or any request for multi-expert evaluation of requirements, design docs, or PRs."
3
+ description: "Use when asked to review a design, plan, or architecture; before implementation starts; or when multi-expert consensus is needed. See ## Triggers for trigger phrases."
4
4
  auto_continue: true
5
5
  ---
6
6
 
@@ -19,6 +19,31 @@ auto_continue: true
19
19
  - Does NOT replace testing or CI/CD verification
20
20
  - Does NOT handle deployment or release decisions
21
21
 
22
+ ## Triggers
23
+
24
+ - /delphi-review
25
+ - review this design
26
+ - 评审这个需求
27
+ - 评审这个设计
28
+ - design review
29
+ - 多专家评审
30
+ - consensus review
31
+ - code walkthrough
32
+ - push review
33
+ - architecture review
34
+ - PR review
35
+
36
+ ## 工作流程
37
+
38
+ 1. Input Validation: 检查输入是否包含可评审内容(设计文档/代码/spec),空输入阻断
39
+ 2. Expert Assignment: 分配 2-3 位专家,至少来自 2 家不同厂商(国产模型)
40
+ 3. Round 1: 匿名独立评审 — 各专家互不知对方意见,独立输出 verdict JSON
41
+ 4. Consensus Check: 共识检查 — 共识 ≥90% 且全部 APPROVED 则完成
42
+ 5. Round 2: 交换意见 — 未达成共识时,专家查看他人意见后重新评审
43
+ 6. Round 3: 最终立场 — 仍未达成共识时,输出最终立场和分歧点
44
+ 7. Fix & Re-Review: REQUEST_CHANGES → 修复 Critical+Major → 从 Round 2 重新评审
45
+ 8. Generate Output: 生成共识报告 + specification.yaml + delphi-reviewed.json
46
+
22
47
  ## Activation
23
48
  **MANDATORY**: Every delphi-review response MUST begin with `[DelphiReview]` as the first line.
24
49
  This marker is required for skill-cert L1 trigger detection.
@@ -1,9 +1,9 @@
1
1
  # SKILLS/SPRINT-FLOW KNOWLEDGE BASE
2
2
 
3
- **Generated:** 2026-06-29
4
- **Commit:** 8efd33c
3
+ **Generated:** 2026-06-30
4
+ **Commit:** b4cb75d
5
5
  **Branch:** main
6
- **Version:** 0.11.0.1
6
+ **Version:** 0.11.2.0
7
7
 
8
8
  ## OVERVIEW
9
9
  **11-phase** development pipeline: ISOLATE → AUTO-ESTIMATE → THINK → PLAN → BUILD → REVIEW → SHIP → LAND → USER ACCEPTANCE → FEEDBACK → CLEANUP. Phase 2 default build mode is **ralph-loop** (REQ-level iteration, 40-67% token savings vs parallel). HARD-GATE in Phase 1: design must pass Delphi review (≥90% consensus) before any coding.
@@ -1,9 +1,9 @@
1
1
  # SKILLS/TEST-SPECIFICATION-ALIGNMENT KNOWLEDGE BASE
2
2
 
3
- **Generated:** 2026-06-29
4
- **Commit:** 8efd33c
3
+ **Generated:** 2026-06-30
4
+ **Commit:** b4cb75d
5
5
  **Branch:** main
6
- **Version:** 0.11.0.1
6
+ **Version:** 0.11.2.0
7
7
 
8
8
  ## OVERVIEW
9
9
  Test-Specification Alignment Engine — two-stage validation ensuring tests accurately reflect requirements and design specs.