openmatrix 0.1.28 → 0.1.29

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": "openmatrix",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "AI Agent task orchestration system with Claude Code Skills integration",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -1,10 +1,12 @@
1
1
  ---
2
2
  name: om:brainstorm
3
3
  description: 头脑风暴 - 探索需求和设计后再执行任务
4
+ priority: high
4
5
  ---
5
6
 
6
7
  <NO-OTHER-SKILLS>
7
- 执行此技能时,不得调用其他任务编排相关的技能。OpenMatrix 独立运行,不依赖外部任务编排系统。
8
+ 执行此技能时,不得调用其他任务编排相关的技能,包括 superpowers:brainstorming。
9
+ OpenMatrix 独立运行,使用自己的头脑风暴流程。
8
10
  </NO-OTHER-SKILLS>
9
11
 
10
12
  <objective>
@@ -78,7 +78,8 @@ Everything else → analyze and execute.
78
78
  - 调用 `/om:start`,进入配置流程
79
79
 
80
80
  **选择"先头脑风暴"**:
81
- - 调用 `/om:brainstorm`
81
+ - 使用 Skill 工具调用 `om:brainstorm` skill(不要调用 superpowers:brainstorming)
82
+ - 调用方式: Skill({ skill: "om:brainstorm", args: "$ARGUMENTS" })
82
83
  </process>
83
84
 
84
85
  <trigger-conditions>