@gong-ym/ai-spec-auto 0.2.5 → 0.2.6
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/bin/ai-spec-auto.js +3 -0
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gong-ym/ai-spec-auto",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "AI Coding 团队规范驱动开发 CLI — 一键安装规范、技能与工具配置",
|
|
6
6
|
"homepage": "https://github.com/Colouful/engineered-spec#readme",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"url": "https://github.com/Colouful/engineered-spec/issues"
|
|
13
13
|
},
|
|
14
14
|
"bin": {
|
|
15
|
-
"ai-spec-auto": "./bin/
|
|
15
|
+
"ai-spec-auto": "./bin/ai-spec-auto.js"
|
|
16
16
|
},
|
|
17
17
|
"maintainers": [
|
|
18
18
|
"zhenwei.li",
|