@actionway/cli 0.18.20 → 0.18.21

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -105,5 +105,5 @@ pnpm cli -- generate-video --print-schema
105
105
  `.github/workflows/release.yml` 负责:勾选 `actionway_cli`(可单独选择,也可与 Worker 组合)并选择版本 bump 后,
106
106
  workflow 以 npm 已发布的最高版本为基线生成下一版本,构建当前仓库的
107
107
  tarball,验证真实 npm install 后的 `.bin/actionway`、`--help`、`--version`
108
- 和 `logout`,再发布到 `latest`。`@actionway/sandbox-cli` 继续独立于本地 CLI;
109
- iLands rollout 尚未接入 Production Release,保留单独的手动发布 workflow
108
+ 和 `logout`,再发布到 `latest`。同一 Production Release 也提供独立的
109
+ `sandbox_cli` 目标,把受检的 `@actionway/sandbox-cli` artifact 发布到 iLands wrapper 使用的 `prod` dist-tag
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@actionway/cli",
3
- "version": "0.18.20",
3
+ "version": "0.18.21",
4
4
  "description": "actionway CLI 的本地端壳:Clerk OAuth 鉴权 + cli-core 共享命令面 + init / update / skill 物化 / 版本三链路(终端用户本地 Codex / Claude Code / WorkBuddy 使用)",
5
5
  "type": "module",
6
6
  "bin": {