What problem does it solve? Standard version control systems like Git serialize concurrent work with locks and manual conflict resolution, which breaks down when multiple AI agents modify code simultaneously. This Skill provides lock-free version control with automatic conflict resolution plus a ReasoningBank that learns from past operations to suggest better approaches over time. ## Core Features & Use Cases - Lock-Free Multi-Agent Version Control: Multiple agents commit, branch, and rebase concurrently without blocking, with automatic conflict resolution. - Self-Learning ReasoningBank: Record operation trajectories with success scores, discover recurring patterns, and query AI suggestions with confidence scores for similar tasks. - Quantum-Resistant Integrity: Generate and verify SHA3-512 fingerprints and optionally encrypt trajectories with HQC-128. - Use Case: A swarm of coding agents works on separate features in parallel; each agent records its trajectory, and later agents query the shared learning store to reuse high-confidence approaches for deployments, merges, and reviews. ## Quick Start Install the package with npx agentic-jujutsu, then ask the agent to start a learning trajectory, perform commits, and finalize it with a success score so future tasks receive AI suggestions.