refactor(tui): rebrand Gator to Term/NemoClaw#134
Merged
johntmyers merged 1 commit intomainfrom Mar 5, 2026
Merged
Conversation
Closes #130 Rename the TUI from "Gator" to use generic naming: - CLI subcommand: `nemoclaw gator` → `nemoclaw term` - TUI title bar: "Gator" → "NemoClaw" - Docs/skills: "Gator" → "the TUI" or "NemoClaw TUI" - File renames: gator.toml → term.toml, gator.md → tui.md - Remove dead link to nonexistent plans/gator-tui.md
drew
pushed a commit
that referenced
this pull request
Mar 16, 2026
Closes #130 Rename the TUI from "Gator" to use generic naming: - CLI subcommand: `nemoclaw gator` → `nemoclaw term` - TUI title bar: "Gator" → "NemoClaw" - Docs/skills: "Gator" → "the TUI" or "NemoClaw TUI" - File renames: gator.toml → term.toml, gator.md → tui.md - Remove dead link to nonexistent plans/gator-tui.md Co-authored-by: John Myers <johntmyers@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #130
Summary
Rebrands the TUI from "Gator" to use generic naming. The CLI subcommand changes from
nemoclaw gatortonemoclaw term, the TUI title bar changes from "Gator" to "NemoClaw", and all doc/skill references are updated accordingly.Changes Made
crates/navigator-cli/src/main.rs: RenameCommands::Gatorenum variant toCommands::Term, update doc comment and match armcrates/navigator-tui/Cargo.toml: Update package descriptioncrates/navigator-tui/src/lib.rs: Update doc commentcrates/navigator-tui/src/ui/mod.rs: Change rendered title string from" Gator"to" NemoClaw"tasks/gator.toml→tasks/term.toml: Rename file, update task names and run commandsarchitecture/gator.md→architecture/tui.md: Rename file, update all "Gator" references, remove dead link toplans/gator-tui.mdarchitecture/system-architecture.md: Update 2 "Gator" referencesarchitecture/sandbox-connect.md: Update 3 "Gator" references.agents/skills/tui-development/SKILL.md: Update ~14 "Gator"/"gator" references.agents/skills/nemoclaw-cli/cli-reference.md: Update 3 references.agents/skills/nemoclaw-cli/SKILL.md: Update 1 referenceDeviations from Plan
None — implemented as planned.
Tests Added
Documentation Updated
architecture/tui.md(renamed fromgator.md) — full content rebrandarchitecture/system-architecture.md— component diagram and legendarchitecture/sandbox-connect.md— TUI port forwarding sectionVerification
\bGator\breferences in codebase (verified via ripgrep)cargo check --workspacepasses