aigroup-workflow 1.1.4 → 1.1.5

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.
@@ -42,9 +42,11 @@ export const BASE_DIRS = [
42
42
  'skills/max/workflow/entropy-management',
43
43
  ]
44
44
 
45
- /** Hooks 配置(必装) */
45
+ /** Hooks 和通用命令(必装) */
46
46
  export const HOOKS_FILES = [
47
47
  '.claude/hooks.json',
48
+ '.claude/commands/init-project.md',
49
+ '.claude/commands/git-commit.md',
48
50
  ]
49
51
 
50
52
  /** 角色资产 */
@@ -80,6 +82,8 @@ export const UPDATABLE_FILES = [
80
82
  '.claude/commands/jarvis.md',
81
83
  '.claude/commands/ella.md',
82
84
  '.claude/commands/kyle.md',
85
+ '.claude/commands/init-project.md',
86
+ '.claude/commands/git-commit.md',
83
87
  ]
84
88
 
85
89
  // ─── 文件操作 ───
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aigroup-workflow",
3
- "version": "1.1.4",
3
+ "version": "1.1.5",
4
4
  "description": "AI 团队协作框架 — 通过角色派遣、工作流管道和 Harness 传感器驱动 AI 协作开发",
5
5
  "type": "module",
6
6
  "bin": {