Skip to content

Commit 8c3fe04

Browse files
Copilotivanviragine
andcommitted
Fix alphabetical ordering of antigravity editor in help, docs, and CLAUDE.md
Co-authored-by: ivanviragine <9950727+ivanviragine@users.noreply.github.com>
1 parent e0d11a1 commit 8c3fe04

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Libraries are sourced in the order listed above (ui → args → config → ...
7070

7171
Most adapters are defined declaratively in the **adapter registry** (`lib/adapters.sh`) using pipe-delimited entries. Custom adapters that need special logic remain as override files in `adapters/editor/` and `adapters/ai/`.
7272

73-
**Registry-defined adapters**: atom, cursor, emacs, idea, nvim, pycharm, sublime, vim, vscode, webstorm, zed (editors) and aider, auggie, codex, continue, copilot, gemini, opencode (AI).
73+
**Registry-defined adapters**: antigravity, atom, cursor, emacs, idea, nvim, pycharm, sublime, vim, vscode, webstorm, zed (editors) and aider, auggie, codex, continue, copilot, gemini, opencode (AI).
7474

7575
**Custom adapter files**: `adapters/editor/nano.sh`, `adapters/ai/claude.sh`, `adapters/ai/cursor.sh` — these implement `editor_can_open()`/`editor_open()` or `ai_can_start()`/`ai_start()` directly.
7676

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ While `git worktree` is powerful, it's verbose and manual. `git gtr` adds qualit
135135
- **Simple commands** - Create and manage worktrees with intuitive CLI
136136
- **Repository-scoped** - Each repo has independent worktrees
137137
- **Configuration over flags** - Set defaults once, use simple commands
138-
- **Editor integration** - Open worktrees in Cursor, VS Code, Zed, Antigravity, and more
138+
- **Editor integration** - Open worktrees in Antigravity, Cursor, VS Code, Zed, and more
139139
- **AI tool support** - Launch Aider, Claude Code, or other AI coding tools
140140
- **Smart file copying** - Selectively copy configs/env files to new worktrees
141141
- **Hooks system** - Run custom commands after create/remove
@@ -323,7 +323,7 @@ All configuration is stored via `git config`. For team settings, create a `.gtrc
323323
### Quick Setup
324324

325325
```bash
326-
# Set your editor (cursor, vscode, zed, antigravity)
326+
# Set your editor (antigravity, cursor, vscode, zed)
327327
git gtr config set gtr.editor.default cursor
328328

329329
# Set your AI tool (aider, auggie, claude, codex, continue, copilot, cursor, gemini, opencode)

docs/configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ git gtr config set gtr.provider github
134134
## Editor Settings
135135

136136
```bash
137-
# Default editor: cursor, vscode, zed, antigravity, or none
137+
# Default editor: antigravity, cursor, vscode, zed, or none
138138
gtr.editor.default = cursor
139139

140140
# Workspace file for VS Code/Cursor/Antigravity (relative path from worktree root)
@@ -146,9 +146,9 @@ gtr.editor.workspace = project.code-workspace
146146

147147
**Setup editors:**
148148

149+
- **Antigravity**: Install from [antigravity.google](https://antigravity.google), `agy` command available after installation
149150
- **Cursor**: Install from [cursor.com](https://cursor.com), enable shell command
150151
- **VS Code**: Install from [code.visualstudio.com](https://code.visualstudio.com), enable `code` command
151-
- **Antigravity**: Install from [antigravity.google](https://antigravity.google), `agy` command available after installation
152152
- **Zed**: Install from [zed.dev](https://zed.dev), `zed` command available automatically
153153

154154
**Workspace files:**

lib/commands/help.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ Special:
5656
Use '1' to open the main repo root: git gtr editor 1
5757
5858
Available editors:
59-
atom, cursor, emacs, idea, nano, nvim, pycharm, sublime, vim, vscode,
60-
webstorm, zed, antigravity, none (or any command in your PATH)
59+
antigravity, atom, cursor, emacs, idea, nano, nvim, pycharm, sublime, vim,
60+
vscode, webstorm, zed, none (or any command in your PATH)
6161
6262
Examples:
6363
git gtr editor my-feature # Uses default editor
@@ -593,9 +593,9 @@ CONFIGURATION OPTIONS:
593593
gtr.worktrees.prefix Worktree folder prefix (default: "")
594594
gtr.defaultBranch Default branch (default: auto)
595595
gtr.editor.default Default editor
596-
Options: cursor, vscode, zed, idea, pycharm,
597-
webstorm, vim, nvim, emacs, sublime, nano,
598-
atom, antigravity, none
596+
Options: antigravity, atom, cursor, emacs,
597+
idea, nano, nvim, pycharm, sublime, vim,
598+
vscode, webstorm, zed, none
599599
gtr.editor.workspace Workspace file for VS Code/Cursor/Antigravity
600600
(relative path, auto-detects, or "none")
601601
gtr.ai.default Default AI tool

0 commit comments

Comments
 (0)