aigroup-workflow 1.2.0 → 1.2.1

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.
@@ -40,6 +40,11 @@ export const BASE_DIRS = [
40
40
  'skills/max/workflow/systematic-debugging',
41
41
  'skills/max/workflow/verification-before-completion',
42
42
  'skills/max/workflow/entropy-management',
43
+ 'skills/max/competitive-analysis',
44
+ 'skills/max/meeting-notes',
45
+ 'skills/max/prd-template',
46
+ 'skills/max/stakeholder-update',
47
+ 'skills/max/user-research-synthesis',
43
48
  ]
44
49
 
45
50
  /** Hooks 和通用命令(必装) */
@@ -82,6 +87,11 @@ export const AGENT_ASSETS = {
82
87
  export const UPDATABLE_DIRS = [
83
88
  'scripts/harness',
84
89
  'skills/max/workflow',
90
+ 'skills/max/competitive-analysis',
91
+ 'skills/max/meeting-notes',
92
+ 'skills/max/prd-template',
93
+ 'skills/max/stakeholder-update',
94
+ 'skills/max/user-research-synthesis',
85
95
  ]
86
96
 
87
97
  export const UPDATABLE_FILES = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aigroup-workflow",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "AI 团队协作框架 — 通过角色派遣、工作流管道和 Harness 传感器驱动 AI 协作开发",
5
5
  "type": "module",
6
6
  "bin": {