prd-workflow-cli 1.1.27 → 1.1.28
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/commands/upgrade.js +0 -6
- package/package.json +1 -2
- package/scripts/postinstall.js +0 -6
package/commands/upgrade.js
CHANGED
|
@@ -105,12 +105,6 @@ module.exports = async function (options = {}) {
|
|
|
105
105
|
source: '.antigravity',
|
|
106
106
|
target: '.antigravity',
|
|
107
107
|
isDir: true
|
|
108
|
-
},
|
|
109
|
-
{
|
|
110
|
-
name: 'AI Guide',
|
|
111
|
-
source: 'AI-GUIDE.md',
|
|
112
|
-
target: 'AI-GUIDE.md',
|
|
113
|
-
isDir: false
|
|
114
108
|
}
|
|
115
109
|
];
|
|
116
110
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "prd-workflow-cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.28",
|
|
4
4
|
"description": "产品需求管理规范 CLI 工具 - 基于 A→R→B→C 流程,集成 PM 确认机制和对话归档的需求管理命令行工具",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
".antigravity/",
|
|
53
53
|
"templates/",
|
|
54
54
|
".cursorrules",
|
|
55
|
-
"AI-GUIDE.md",
|
|
56
55
|
"README.md",
|
|
57
56
|
"GUIDE.md"
|
|
58
57
|
],
|
package/scripts/postinstall.js
CHANGED