openmatrix 0.1.91 → 0.1.92

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/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -493,6 +493,10 @@ cd openmatrix && npm install && npm run build && npm test
493
493
  - [x] `/om:research` AI 驱动领域调研
494
494
  - [x] Git 自动提交 (任务完成后自动 commit)
495
495
  - [x] Brainstorm/Start 智能状态检测
496
+ - [x] AI 目标类型标注 (智能识别开发/测试/文档任务)
497
+ - [x] 系统集成任务 (多模块自动组装)
498
+ - [x] 智能项目检测 (gitignore 根据技术栈自动写入)
499
+ - [x] Git 父级目录支持 (子目录中正常执行 git 操作)
496
500
  - [ ] VSCode 扩展
497
501
  - [ ] CI/CD 集成
498
502
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openmatrix",
3
- "version": "0.1.91",
3
+ "version": "0.1.92",
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",