@chuhe2640/ahsopus-cli 0.1.2 → 0.1.3

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 CHANGED
@@ -75,7 +75,7 @@ go test -race ./...
75
75
  go build ./cmd/ahsops
76
76
  ```
77
77
 
78
- 依赖下载、Go 安装和正式签名需要在受控开发或 CI 环境中执行。本仓库 CI 负责格式、服务端CLI契约、测试、race 和三目标交叉构建;正式 Release 只能从`main`手工触发,要求名为`ahsops-cli-release`的受保护 GitHub Environment、人工审批以及其中配置的macOS与Windows签名Secret。同一SemVer的已发布签名产物不可覆盖。
78
+ 本仓库不再使用 GitHub Actions CLI 测试或签名发行。格式、契约和 `go test` 在本机执行。用户安装走 npm:`npx @chuhe2640/ahsopus-cli@latest install`。
79
79
 
80
80
  ## 验证边界
81
81
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chuhe2640/ahsopus-cli",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Install AHSOpsHub CLI (ahsops) and Agent Skills",
5
5
  "type": "module",
6
6
  "bin": {
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file