openmatrix 0.1.69 → 0.1.70

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 (2) hide show
  1. package/package.json +1 -1
  2. package/skills/start.md +19 -9
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmatrix",
3
- "version": "0.1.69",
3
+ "version": "0.1.70",
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",
package/skills/start.md CHANGED
@@ -77,18 +77,28 @@ openmatrix start --init-only
77
77
 
78
78
  ### Step 3: 智能分析
79
79
 
80
- 根据任务内容判断是否需要额外问题(质量等级、执行模式、E2E 始终必选):
80
+ 根据任务内容判断任务类型。**这不影响 Step 4 的必选问题** — 不管什么任务类型,Step 4 都必须执行。
81
81
 
82
- | 任务类型 | 额外问题 | 默认配置 |
83
- |---------|---------|---------|
84
- | Bug 修复 / 小改动 | 跳过复杂度问题 | fast |
85
- | 新功能开发 | 询问技术栈等 | balanced |
86
- | 重构 | 跳过 E2E 相关 | balanced |
87
- | 测试编写 | 跳过文档相关 | 无需文档 |
82
+ | 任务类型 | 说明 |
83
+ |---------|------|
84
+ | Bug 修复 / 小改动 | Step 5 可选问题可跳过 |
85
+ | 新功能开发 | Step 5 可能需要额外问题 |
86
+ | 重构 | Step 5 可选问题可跳过 |
87
+ | 测试编写 | Step 5 可选问题可跳过 |
88
88
 
89
- ### Step 4: 必选问题(所有任务都必须回答)
89
+ ---
90
+
91
+ ## ⚠️⚠️⚠️ 以下 Step 4 不可跳过 ⚠️⚠️⚠️
92
+
93
+ **无论任务类型、复杂度、大小 — Step 4 必须执行。**
94
+ **不允许使用任何默认值。必须通过 AskUserQuestion 让用户选择。**
95
+ **如果没有执行 Step 4 就进入 Step 5+,任务执行失败。**
96
+
97
+ ---
98
+
99
+ ### Step 4: 必选问题(所有任务都必须回答,不可跳过)
90
100
 
91
- **⚠️ 以下问题为必选,不可跳过:**
101
+ **⚠️ 以下问题为必选,不可跳过,不可使用默认值:**
92
102
 
93
103
  #### 4.1 质量等级(必选)
94
104