openmatrix 0.2.31 → 0.2.34
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/README.md +154 -154
- package/dist/cli/commands/approve.js +35 -1
- package/dist/cli/commands/auto.js +2 -2
- package/dist/cli/commands/check-gitignore.js +34 -30
- package/dist/cli/commands/check.js +1 -1
- package/dist/cli/commands/complete.js +35 -7
- package/dist/cli/commands/debug.js +2 -1
- package/dist/cli/commands/deploy.js +1 -1
- package/dist/cli/commands/install-skills.js +3 -0
- package/dist/cli/commands/meeting.js +37 -1
- package/dist/cli/commands/report.js +1 -1
- package/dist/cli/commands/resume.js +35 -1
- package/dist/cli/commands/retry.js +130 -56
- package/dist/cli/commands/start.js +1 -1
- package/dist/cli/commands/status.js +32 -29
- package/dist/cli/commands/step.js +4 -1
- package/dist/orchestrator/ai-reviewer.d.ts +5 -0
- package/dist/orchestrator/ai-reviewer.js +9 -2
- package/dist/orchestrator/context-collector.js +17 -5
- package/dist/orchestrator/executor.d.ts +8 -0
- package/dist/orchestrator/executor.js +24 -5
- package/dist/orchestrator/phase-executor.d.ts +4 -0
- package/dist/orchestrator/phase-executor.js +21 -4
- package/dist/storage/file-store.js +8 -0
- package/dist/storage/state-manager.js +52 -19
- package/dist/test/generator.js +113 -113
- package/dist/utils/error-handler.d.ts +18 -0
- package/dist/utils/error-handler.js +32 -0
- package/dist/utils/worktree-sync.js +24 -3
- package/package.json +61 -61
- package/skills/auto.md +410 -413
- package/skills/brainstorm.md +19 -12
- package/skills/debug.md +694 -691
- package/skills/deploy.md +658 -658
- package/skills/feature.md +713 -686
- package/skills/{SKILL.md → openmatrix-overview.md} +52 -53
- package/skills/plan.md +298 -296
- package/skills/report.md +9 -5
- package/skills/resume.md +292 -287
- package/skills/start.md +32 -20
- package/skills/status.md +5 -4
- package/skills/test.md +875 -875
- package/dist/agents/base-agent.d.ts +0 -46
- package/dist/agents/base-agent.js +0 -17
- package/dist/cli/commands/analyze.d.ts +0 -2
- package/dist/cli/commands/analyze.js +0 -50
- package/dist/orchestrator/smart-question-analyzer.d.ts +0 -90
- package/dist/orchestrator/smart-question-analyzer.js +0 -512
|
@@ -1,54 +1,53 @@
|
|
|
1
|
-
---
|
|
2
|
-
name: om
|
|
3
|
-
description: "OpenMatrix -
|
|
4
|
-
priority:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
| `/om` |
|
|
17
|
-
| `/om:
|
|
18
|
-
| `/om:
|
|
19
|
-
| `/om:
|
|
20
|
-
| `/om:
|
|
21
|
-
| `/om:
|
|
22
|
-
| `/om:
|
|
23
|
-
| `/om:
|
|
24
|
-
| `/om:
|
|
25
|
-
| `/om:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
|
41
|
-
|
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
- GitHub: https://github.com/bigfish1913/openmatrix
|
|
1
|
+
---
|
|
2
|
+
name: om:help
|
|
3
|
+
description: "OpenMatrix 帮助 - 列出所有可用命令和质量门禁设置"
|
|
4
|
+
priority: low
|
|
5
|
+
---
|
|
6
|
+
|
|
7
|
+
# OpenMatrix Skills Package
|
|
8
|
+
|
|
9
|
+
你的代码没测试?OpenMatrix 自动帮你补,覆盖率 >80%
|
|
10
|
+
|
|
11
|
+
## 可用 Skills
|
|
12
|
+
|
|
13
|
+
| Skill | 描述 | 用途 |
|
|
14
|
+
|-------|------|------|
|
|
15
|
+
| `/om` | 默认入口 | AI 推荐路由,用户确认后执行 |
|
|
16
|
+
| `/om:start` | 标准流程 | 完整追踪,质量门禁,任务明确可直接执行 |
|
|
17
|
+
| `/om:feature` | 小需求流程 | 2-5 个任务块,轻量追踪,适合单一改动点 |
|
|
18
|
+
| `/om:brainstorm` | 澄清/设计 | 先澄清不明确点或设计方案,再执行 |
|
|
19
|
+
| `/om:auto` | 全自动执行 | 零交互,无审批,适合批量任务 |
|
|
20
|
+
| `/om:debug` | 系统化调试 | 问题诊断,根因分析 |
|
|
21
|
+
| `/om:status` | 查看状态 | 任务执行进度 |
|
|
22
|
+
| `/om:meeting` | 处理阻塞 | 处理 blocked 任务 |
|
|
23
|
+
| `/om:report` | 生成报告 | 执行报告生成 |
|
|
24
|
+
| `/om:resume` | 恢复任务 | 恢复中断的任务 |
|
|
25
|
+
| `/om:research` | 领域调研 | 技术方案调研 |
|
|
26
|
+
|
|
27
|
+
## 快速开始
|
|
28
|
+
|
|
29
|
+
```
|
|
30
|
+
/om 实现用户登录功能
|
|
31
|
+
|
|
32
|
+
# AI 分析任务 → 推荐路由 → 用户确认 → 执行
|
|
33
|
+
```
|
|
34
|
+
|
|
35
|
+
## 质量门禁
|
|
36
|
+
|
|
37
|
+
| 模式 | TDD | 覆盖率 | Lint | 安全扫描 |
|
|
38
|
+
|------|:---:|:------:|:----:|:--------:|
|
|
39
|
+
| 严格模式 | Y | >80% | Y | Y |
|
|
40
|
+
| 平衡模式 | N | >60% | Y | Y |
|
|
41
|
+
| 快速模式 | N | 无 | N | N |
|
|
42
|
+
|
|
43
|
+
## 安装
|
|
44
|
+
|
|
45
|
+
```bash
|
|
46
|
+
npm install -g openmatrix
|
|
47
|
+
openmatrix install-skills
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
## 文档
|
|
51
|
+
|
|
52
|
+
- GitHub: https://github.com/bigfish1913/openmatrix
|
|
54
53
|
- NPM: https://www.npmjs.com/package/openmatrix
|