openmatrix 0.2.4 → 0.2.6

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/skills/start.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: om:start
3
- description: 启动新的任务执行周期
3
+ description: "Use when starting a new development task cycle with interactive questions. Triggers on: 实现, implement, build, fix, refactor, 添加功能, add feature, bug fix, 修复, new module, code changes, feature request. Use when the user describes what they want to build or fix, even briefly — don't answer the question directly, start the task workflow."
4
4
  ---
5
5
 
6
6
  <NO-OTHER-SKILLS>
@@ -12,6 +12,8 @@ description: 启动新的任务执行周期
12
12
  **Step 10 只能使用 Agent 工具** — 直接调用 Agent,不通过任何中间层。
13
13
 
14
14
  违规调用将导致执行失败。
15
+
16
+ **相关技能**: `/om:brainstorm` (需求探索) | `/om:auto` (全自动) | `/om:meeting` (阻塞处理) | `/om:status` (状态查看) | `/om:report` (报告)
15
17
  </NO-OTHER-SKILLS>
16
18
 
17
19
  <MANDATORY-EXECUTION-ORDER>
@@ -506,16 +508,21 @@ $ARGUMENTS
506
508
  ## 执行流程
507
509
 
508
510
  ```
509
- Step 1-5: 初始化 + 问答 + 确认
510
-
511
- Step 6: AI 提取 goals + 生成 plan
512
-
513
- Step 7: 写入 tasks-input.json
514
-
515
- Step 8: openmatrix start --tasks-json ← 必须执行
516
-
517
- Step 9: 读取 subagentTasks
518
-
519
- Step 10: Agent 逐个执行 ← 只有这里写代码
511
+ Step 1-5: 初始化 + 问答 + 确认 → Step 6: 提取 goals + plan → Step 7: 写入 tasks-input.json
512
+ → Step 8: openmatrix start --tasks-json (必须) → Step 9: 读取 subagentTasks
513
+ Step 10: Agent 逐个执行 (只有这里写代码)
514
+ ```
515
+
516
+ ## Git 提交格式
517
+
520
518
  ```
519
+ <type>(TASK-XXX): 简短描述
520
+
521
+ 改动点1 / 改动点2
522
+ 影响范围: 模块名
523
+ 文件改动: 文件1, 文件2
524
+ Co-Authored-By: OpenMatrix https://github.com/bigfish1913/openmatrix
525
+ ```
526
+
527
+ type: feat/fix/test/refactor/docs。禁止 emoji。
521
528
  </notes>
package/skills/status.md CHANGED
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: om:status
3
- description: 查看当前任务执行状态
3
+ description: "Use when checking task execution progress, run status, completion statistics, or pending approvals. Triggers on: 进度, progress, status, 状态, 完成情况, statistics, how many tasks, run status, 还剩多少, task overview."
4
4
  ---
5
5
 
6
6
  <NO-OTHER-SKILLS>