@starhui/huly-cli 0.1.2 → 0.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/README.md +3 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -103,7 +103,9 @@ npx -y skills add starhui-dev/huly-cli --list --full-depth
|
|
|
103
103
|
|
|
104
104
|
仓库内置 GitHub Actions:
|
|
105
105
|
|
|
106
|
-
- `Publish npm
|
|
106
|
+
- `Publish npm`:手动触发或每天定时运行;只在 `@firfi/huly-mcp` 有新版本时发布新版 CLI。
|
|
107
|
+
- MCP patch 更新会发布 CLI patch 版本,MCP minor 更新会发布 CLI minor 版本,MCP major 更新会发布 CLI major 版本。
|
|
108
|
+
- 没有 MCP 更新时,workflow 只输出“无需发布”,不会 bump CLI 版本,也不会发布 npm。
|
|
107
109
|
|
|
108
110
|
自动发布使用 npm Trusted Publishing。需要在 npm 包设置中添加 GitHub trusted publisher:
|
|
109
111
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@starhui/huly-cli",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Command-line client for Huly built on top of huly-mcp.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
},
|
|
37
37
|
"license": "MIT",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@firfi/huly-mcp": "0.
|
|
39
|
+
"@firfi/huly-mcp": "0.31.1",
|
|
40
40
|
"commander": "15.0.0"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|