@boyingliu01/xp-gate 0.8.19 → 0.8.21

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 (49) hide show
  1. package/lib/init.js +2 -2
  2. package/lib/install-skill.js +13 -4
  3. package/lib/principles.js +5 -0
  4. package/mock-policy/AGENTS.md +3 -3
  5. package/mutation/AGENTS.md +3 -3
  6. package/package.json +1 -1
  7. package/plugins/claude-code/.claude-plugin/plugin.json +1 -1
  8. package/plugins/claude-code/skills/delphi-review/AGENTS.md +3 -3
  9. package/plugins/claude-code/skills/sprint-flow/AGENTS.md +3 -3
  10. package/plugins/claude-code/skills/sprint-flow/SKILL.md +135 -1091
  11. package/plugins/claude-code/skills/sprint-flow/references/orchestration-rules.md +333 -0
  12. package/plugins/claude-code/skills/sprint-flow/references/phase-1-plan.md +17 -46
  13. package/plugins/claude-code/skills/sprint-flow/references/phase-2-build.md +4 -193
  14. package/plugins/claude-code/skills/sprint-flow/references/phase-3-review.md +13 -30
  15. package/plugins/claude-code/skills/sprint-flow/references/phase-6-ship.md +4 -181
  16. package/plugins/claude-code/skills/sprint-flow/references/phase-7-land.md +4 -135
  17. package/plugins/claude-code/skills/sprint-flow/references/phase-8-cleanup.md +4 -187
  18. package/plugins/claude-code/skills/sprint-flow/references/phase-minus-1-isolate.md +58 -0
  19. package/plugins/claude-code/skills/test-specification-alignment/AGENTS.md +3 -3
  20. package/plugins/opencode/package.json +1 -1
  21. package/plugins/opencode/skills/delphi-review/AGENTS.md +3 -3
  22. package/plugins/opencode/skills/sprint-flow/AGENTS.md +3 -3
  23. package/plugins/opencode/skills/sprint-flow/SKILL.md +135 -1091
  24. package/plugins/opencode/skills/sprint-flow/references/orchestration-rules.md +333 -0
  25. package/plugins/opencode/skills/sprint-flow/references/phase-1-plan.md +17 -46
  26. package/plugins/opencode/skills/sprint-flow/references/phase-2-build.md +4 -193
  27. package/plugins/opencode/skills/sprint-flow/references/phase-3-review.md +13 -30
  28. package/plugins/opencode/skills/sprint-flow/references/phase-6-ship.md +4 -181
  29. package/plugins/opencode/skills/sprint-flow/references/phase-7-land.md +4 -135
  30. package/plugins/opencode/skills/sprint-flow/references/phase-8-cleanup.md +4 -187
  31. package/plugins/opencode/skills/sprint-flow/references/phase-minus-1-isolate.md +58 -0
  32. package/plugins/opencode/skills/test-specification-alignment/AGENTS.md +3 -3
  33. package/plugins/qoder/bin/xp-gate-check +5 -1
  34. package/plugins/qoder/skills/delphi-review/AGENTS.md +3 -3
  35. package/plugins/qoder/skills/sprint-flow/AGENTS.md +3 -3
  36. package/plugins/qoder/skills/test-specification-alignment/AGENTS.md +3 -3
  37. package/principles/AGENTS.md +3 -3
  38. package/skills/delphi-review/AGENTS.md +3 -3
  39. package/skills/sprint-flow/AGENTS.md +3 -3
  40. package/skills/sprint-flow/SKILL.md +135 -1091
  41. package/skills/sprint-flow/references/orchestration-rules.md +333 -0
  42. package/skills/sprint-flow/references/phase-1-plan.md +17 -46
  43. package/skills/sprint-flow/references/phase-2-build.md +4 -193
  44. package/skills/sprint-flow/references/phase-3-review.md +13 -30
  45. package/skills/sprint-flow/references/phase-6-ship.md +4 -181
  46. package/skills/sprint-flow/references/phase-7-land.md +4 -135
  47. package/skills/sprint-flow/references/phase-8-cleanup.md +4 -187
  48. package/skills/sprint-flow/references/phase-minus-1-isolate.md +58 -0
  49. package/skills/test-specification-alignment/AGENTS.md +3 -3
@@ -1,9 +1,9 @@
1
1
  # SKILLS/DELPHI-REVIEW KNOWLEDGE BASE
2
2
 
3
3
  **Generated:** 2026-06-17
4
- **Commit:** d8388b4
5
- **Branch:** sprint/2026-06-17-01
6
- **Version:** 0.8.19.0
4
+ **Commit:** c0c52f4
5
+ **Branch:** main
6
+ **Version:** 0.8.21.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,9 +1,9 @@
1
1
  # SKILLS/SPRINT-FLOW KNOWLEDGE BASE
2
2
 
3
3
  **Generated:** 2026-06-17
4
- **Commit:** d8388b4
5
- **Branch:** sprint/2026-06-17-01
6
- **Version:** 0.8.19.0
4
+ **Commit:** c0c52f4
5
+ **Branch:** main
6
+ **Version:** 0.8.21.0
7
7
 
8
8
  ## OVERVIEW
9
9
  **11-phase** development pipeline: ISOLATE → AUTO-ESTIMATE → THINK → PLAN → BUILD → REVIEW → USER ACCEPTANCE → FEEDBACK → SHIP → LAND → 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
3
  **Generated:** 2026-06-17
4
- **Commit:** d8388b4
5
- **Branch:** sprint/2026-06-17-01
6
- **Version:** 0.8.19.0
4
+ **Commit:** c0c52f4
5
+ **Branch:** main
6
+ **Version:** 0.8.21.0
7
7
 
8
8
  ## OVERVIEW
9
9
  Test-Specification Alignment Engine — two-stage validation ensuring tests accurately reflect requirements and design specs.
@@ -1,9 +1,9 @@
1
1
  # PRINCIPLES CHECKER MODULE
2
2
 
3
3
  **Generated:** 2026-06-17
4
- **Commit:** d8388b4
5
- **Branch:** sprint/2026-06-17-01
6
- **Version:** 0.8.19.0
4
+ **Commit:** c0c52f4
5
+ **Branch:** main
6
+ **Version:** 0.8.21.0
7
7
 
8
8
  ## OVERVIEW
9
9
  Clean Code & SOLID principles checker — **Gate 4** of pre-commit. 14 rules × 9 language adapters, SARIF 2.1.0 output. Houses the **Boy Scout Rule** enforcement engine (Gate 6) and warning-baseline storage.
@@ -1,9 +1,9 @@
1
1
  # SKILLS/DELPHI-REVIEW KNOWLEDGE BASE
2
2
 
3
3
  **Generated:** 2026-06-17
4
- **Commit:** d8388b4
5
- **Branch:** sprint/2026-06-17-01
6
- **Version:** 0.8.19.0
4
+ **Commit:** c0c52f4
5
+ **Branch:** main
6
+ **Version:** 0.8.21.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,9 +1,9 @@
1
1
  # SKILLS/SPRINT-FLOW KNOWLEDGE BASE
2
2
 
3
3
  **Generated:** 2026-06-17
4
- **Commit:** d8388b4
5
- **Branch:** sprint/2026-06-17-01
6
- **Version:** 0.8.19.0
4
+ **Commit:** c0c52f4
5
+ **Branch:** main
6
+ **Version:** 0.8.21.0
7
7
 
8
8
  ## OVERVIEW
9
9
  **11-phase** development pipeline: ISOLATE → AUTO-ESTIMATE → THINK → PLAN → BUILD → REVIEW → USER ACCEPTANCE → FEEDBACK → SHIP → LAND → 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.