A Claude Code plugin for Jujutsu (jj) version control.
This plugin teaches Claude Code to use Jujutsu instead of Git for version control operations:
- Commit — Analyzes your changes, writes a descriptive commit message, and runs
jj commitorjj describe - Log — Shows revision history using
jj logwith useful revsets - Push — Manages bookmarks and pushes via
jj git pushwith confirmation
The plugin automatically activates when working in a repository that contains a .jj/ directory.
/plugin install https://github.com/neosam/jj-commit
- Jujutsu (jj) installed and available in your PATH
- Claude Code
MIT