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.
- package/cli/utils/scaffold.mjs +10 -0
- package/package.json +1 -1
package/cli/utils/scaffold.mjs
CHANGED
|
@@ -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 = [
|