@laitszkin/apollo-toolkit 3.13.1 → 3.13.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/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to this repository are documented in this file.
4
4
 
5
+ ## [v3.13.2] - 2026-05-14
6
+
7
+ ### Changed
8
+
9
+ - Clarify `review-spec-related-changes` subagent dimension scope so each subagent reviews one specific dimension.
10
+
5
11
  ## [v3.13.1] - 2026-05-14
6
12
 
7
13
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laitszkin/apollo-toolkit",
3
- "version": "3.13.1",
3
+ "version": "3.13.2",
4
4
  "description": "Apollo Toolkit npm installer for managed skill copying across Codex, OpenClaw, and Trae.",
5
5
  "license": "MIT",
6
6
  "author": "LaiTszKin",
@@ -29,7 +29,7 @@ description: 當你需要審查規格文檔相關變更時,調用此技能
29
29
  - 無性能隱患
30
30
 
31
31
  如果有代碼違反了上述6個原則,將他們紀錄在案。
32
- 如果外部環境允許使用 subagents,建議通過調度 subagents 完成對代碼的多維度審查。
32
+ 如果外部環境允許使用 subagents,建議通過調度 subagents 完成對代碼的多維度審查,每一個 subagent 審查一個維度。
33
33
 
34
34
  ### 3. 生成 code review report
35
35