@akiojin/gwt 6.0.6 → 6.0.7

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.ja.md CHANGED
@@ -64,10 +64,7 @@ bunx @akiojin/gwt
64
64
  Cargo で CLI を直接インストールできます:
65
65
 
66
66
  ```bash
67
- # crates.io からインストール(Rustユーザー推奨)
68
- cargo install gwt-cli
69
-
70
- # cargo-binstall でインストール(高速、プリビルドバイナリをダウンロード)
67
+ # cargo-binstall でインストール(高速、GitHub Releasesからプリビルドバイナリをダウンロード)
71
68
  cargo binstall gwt-cli
72
69
 
73
70
  # GitHub からインストール(最新開発版)
package/README.md CHANGED
@@ -26,7 +26,7 @@ The Rust implementation covers the core CLI/TUI workflow and the Web UI (REST +
26
26
 
27
27
  ## Installation
28
28
 
29
- GitHub Releases are the source of truth for prebuilt binaries. The npm/bunx wrapper downloads the matching release asset on install.
29
+ GitHub Releases are the source of truth for prebuilt binaries. The npm/bunx wrapper automatically downloads the matching release asset on install.
30
30
 
31
31
  ### From GitHub Releases (Recommended)
32
32
 
@@ -64,10 +64,7 @@ bunx @akiojin/gwt
64
64
  Install the CLI with Cargo:
65
65
 
66
66
  ```bash
67
- # From crates.io (recommended for Rust users)
68
- cargo install gwt-cli
69
-
70
- # With cargo-binstall (faster, downloads prebuilt binary)
67
+ # With cargo-binstall (faster, downloads prebuilt binary from GitHub Releases)
71
68
  cargo binstall gwt-cli
72
69
 
73
70
  # From GitHub (latest development version)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiojin/gwt",
3
- "version": "6.0.6",
3
+ "version": "6.0.7",
4
4
  "description": "Interactive Git worktree manager with Coding Agent selection (Claude Code / Codex CLI / Gemini CLI)",
5
5
  "bin": {
6
6
  "gwt": "bin/gwt.js"