Jujutsu is a Git-compatible VCS with mutable commits, automatic change tracking, and an operation log that makes every action undoable.
| Understand how jj relates to Git, or use raw git in a jj repo | git.md | | Write revset, fileset, or template expressions | revsets.md | | Push, pull, manage bookmarks, or work with GitHub | sharing.md | | Split, rebase, squash, or resolve conflicts | history.md | | Run parallel agents with isolated working copies | workspaces.md |
| Configure jj, set up aliases, or customize diffs | config.md |
Jujutsu (jj) — the Git-compatible version control system. Activate ONLY when a .jj/ directory is present in the project or when jj/jujutsu is explicitly mentioned. Do NOT activate for plain git repos without .jj/. Use for any VCS operations in jj-managed projects: commit, push, pull, branch, bookmark, rebase, squash, merge, diff, log, status, working copy, change ID, revset, fileset, template, configuration, workspaces. Source: cachemoney/agent-toolkit.