@akiojin/gwt 6.9.1 → 6.10.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.ja.md CHANGED
@@ -153,7 +153,6 @@ gwt clean
153
153
  | `f` | フィルターモードに入る |
154
154
  | `r` | ブランチリストを更新 |
155
155
  | `c` | マージ済みブランチのクリーンアップ |
156
- | `x` | ワークツリーの修復 |
157
156
  | `l` | ログを表示 |
158
157
  | `?` | ヘルプ |
159
158
  | `q` / `Ctrl+C` | 終了 |
package/README.md CHANGED
@@ -153,7 +153,6 @@ The tool presents an interactive interface with the following options:
153
153
  | `f` | Enter filter mode |
154
154
  | `r` | Refresh branch list |
155
155
  | `c` | Cleanup merged branches |
156
- | `x` | Repair worktrees |
157
156
  | `l` | View logs |
158
157
  | `?` | Help |
159
158
  | `q` / `Ctrl+C` | Quit |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiojin/gwt",
3
- "version": "6.9.1",
3
+ "version": "6.10.0",
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"