@gaoding/cli 1.0.0-alpha.25 → 1.0.0
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 +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -35,7 +35,7 @@ gd-cli model get <model>
|
|
|
35
35
|
|
|
36
36
|
CLI 最多每小时检查一次 npm `latest`,发现新版本后每天最多在 stderr 提醒一次;检查失败不影响原命令,`CI=true` 时跳过。普通启动不会检查或修复 Agent Skill。`gd-cli update` 始终实时检查 `latest`,支持更新 npm、pnpm 全局安装并同步 Agent Skill。
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
发布只由仓库受保护 `main` 的 CI 执行:先发布并验证 `candidate` 与精确版本安装,再提升 `latest` 并验证默认安装。版本与 dist-tag 不由本地手工修改。
|
|
39
39
|
|
|
40
40
|
## License
|
|
41
41
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gaoding/cli",
|
|
3
|
-
"version": "1.0.0
|
|
3
|
+
"version": "1.0.0",
|
|
4
4
|
"description": "Gaoding command-line interface for agents and people.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public",
|
|
9
9
|
"registry": "https://registry.npmjs.org/",
|
|
10
|
-
"tag": "
|
|
10
|
+
"tag": "latest"
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|
|
13
13
|
"node": ">=20.0.0"
|
|
@@ -55,8 +55,8 @@
|
|
|
55
55
|
"vitest": "4.1.10"
|
|
56
56
|
},
|
|
57
57
|
"gaodingRelease": {
|
|
58
|
-
"sourceCommit": "
|
|
59
|
-
"pipelineId": "
|
|
60
|
-
"pipelineUrl": "https://git.intra.gaoding.com/gtt/gaoding-cli/-/pipelines/
|
|
58
|
+
"sourceCommit": "10a20a2c28b2eb959b8b62dbe692c6a54ec94b3f",
|
|
59
|
+
"pipelineId": "168684",
|
|
60
|
+
"pipelineUrl": "https://git.intra.gaoding.com/gtt/gaoding-cli/-/pipelines/168684"
|
|
61
61
|
}
|
|
62
62
|
}
|