jjwf
Installation
SKILL.md
Jujutsu (jj) Workflow
This project uses Jujutsu (jj) for version control instead of git.
Key Differences from Git
- No staging area: All changes in the working directory are automatically part of the current change
- Changes vs commits: jj uses "changes" (identified by change IDs) rather than commits
- Automatic snapshots: The working copy is automatically snapshotted
- Immutable history: By default, only "mutable" commits can be modified