jujutsu
Originally fromcryfs/cryfs
Installation
SKILL.md
Jujutsu (jj) Version Control System
This skill helps you work with Jujutsu, a Git-compatible VCS with mutable commits and automatic rebasing.
Tested with jj v0.37.0 - Commands may differ in other versions.
Important: Automated/Agent Environment
When running as an agent:
- Always use
--no-pagerto prevent commands from opening an interactive pager (likeless), which will hang the agent:
# Always use --no-pager on commands that produce output
jj --no-pager log # NOT: jj log
jj --no-pager diff # NOT: jj diff
jj --no-pager show <id> # NOT: jj show <id>