Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ Each session creates:
Sessions are isolated from each other, so Claude can work on multiple tasks in parallel without conflicts.

Session names support partial matching - `wt fg auth` will match `auth-feature` if it's the only match.

## Inspiration

This project was inspired by [claude-wt](https://github.com/jlowin/claude-wt).