Skip to content

refactor(tui): rebrand Gator to Term/NemoClaw#134

Merged
johntmyers merged 1 commit intomainfrom
refactor/130-rebrand-gator-to-term/johntmyers
Mar 5, 2026
Merged

refactor(tui): rebrand Gator to Term/NemoClaw#134
johntmyers merged 1 commit intomainfrom
refactor/130-rebrand-gator-to-term/johntmyers

Conversation

@johntmyers
Copy link
Collaborator

🏗️ build-from-issue-agent

Closes #130

Summary

Rebrands the TUI from "Gator" to use generic naming. The CLI subcommand changes from nemoclaw gator to nemoclaw 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: Rename Commands::Gator enum variant to Commands::Term, update doc comment and match arm
  • crates/navigator-tui/Cargo.toml: Update package description
  • crates/navigator-tui/src/lib.rs: Update doc comment
  • crates/navigator-tui/src/ui/mod.rs: Change rendered title string from " Gator" to " NemoClaw"
  • tasks/gator.tomltasks/term.toml: Rename file, update task names and run commands
  • architecture/gator.mdarchitecture/tui.md: Rename file, update all "Gator" references, remove dead link to plans/gator-tui.md
  • architecture/system-architecture.md: Update 2 "Gator" references
  • architecture/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 reference

Deviations from Plan

None — implemented as planned.

Tests Added

  • Unit: N/A — no behavioral changes, all existing tests pass
  • Integration: N/A
  • E2E: N/A

Documentation Updated

  • architecture/tui.md (renamed from gator.md) — full content rebrand
  • architecture/system-architecture.md — component diagram and legend
  • architecture/sandbox-connect.md — TUI port forwarding section

Verification

  • Pre-commit checks passing (unit tests, lint, format)
  • No remaining \bGator\b references in codebase (verified via ripgrep)
  • cargo check --workspace passes

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
@johntmyers johntmyers self-assigned this Mar 5, 2026
@johntmyers johntmyers closed this Mar 5, 2026
@johntmyers johntmyers reopened this Mar 5, 2026
@johntmyers johntmyers requested a review from drew March 5, 2026 22:48
@johntmyers johntmyers merged commit e91aba6 into main Mar 5, 2026
15 of 20 checks passed
@johntmyers johntmyers deleted the refactor/130-rebrand-gator-to-term/johntmyers branch March 5, 2026 23:13
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

refactor: rebrand Gator TUI to Term / NemoClaw

1 participant