jujutsu
SKILL.md
Jujutsu for Agents
Core Concepts
Working copy is a commit. Every file edit auto-snapshots into @. No staging area.
Change IDs persist. Always reference Change IDs (e.g., zsowkzkt), not commit hashes. IDs survive rebases.
Conflicts don't halt. jj records conflicts in commits; fix them later.