Skip to content

refactor: rename griptree to tree - #54

Merged
laynepenney merged 1 commit into
mainfrom
feat/rename-tree
Jan 29, 2026
Merged

refactor: rename griptree to tree#54
laynepenney merged 1 commit into
mainfrom
feat/rename-tree

Conversation

@laynepenney

Copy link
Copy Markdown
Member

Summary

  • Renamed griptree command to tree to avoid the awkward "gitgrip griptree" naming with duplicate "grip"
  • The command is now gr tree add, gr tree list, gr tree remove, etc.

Changes

  • Renamed command: gr griptreegr tree
  • Renamed file: src/commands/griptree.tssrc/commands/tree.ts
  • Renamed types: GriptreeInfoTreeInfo, GriptreeRepoInfoTreeRepoInfo
  • Renamed assets: griptree-*.svgtree-*.svg
  • Config file: .griptree.tree
  • Updated all documentation (README, CLAUDE.md, CHANGELOG, SKILL.md)

Test plan

  • Build succeeds (pnpm build)
  • All tests pass (pnpm test)
  • gr tree --help shows correct subcommands

🤖 Generated with Claude Code

Renamed the griptree feature to tree to avoid the awkward "gitgrip griptree"
naming with duplicate "grip". The command is now `gr tree`.

Changes:
- Renamed command: gr griptree -> gr tree
- Renamed file: src/commands/griptree.ts -> src/commands/tree.ts
- Renamed types: GriptreeInfo -> TreeInfo, GriptreeRepoInfo -> TreeRepoInfo
- Renamed assets: griptree-*.svg -> tree-*.svg
- Config file: .griptree -> .tree
- Updated all documentation (README, CLAUDE.md, CHANGELOG, SKILL.md)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@laynepenney
laynepenney merged commit 29d6d08 into main Jan 29, 2026
4 checks passed
@laynepenney
laynepenney deleted the feat/rename-tree branch January 29, 2026 17:33
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.

1 participant