From d185ca36fd71c53754be21eec52956fb594efdb0 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Fri, 21 Nov 2025 20:09:37 +0100 Subject: [PATCH] Add JJ version control requirement to AGENTS.md --- AGENTS.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 0d381ff..40e9247 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -154,6 +154,10 @@ mod tests { - Write clear, descriptive commit messages - Ensure the workspace compiles: `cargo build --workspace` +### Version Control +- **Use JJ (Jujutsu)** as the primary tool for all source control operations due to its concurrency and conflict-free design +- **Git fallback**: Only for complex operations unsupported by JJ (e.g., interactive rebasing) + ## Project Structure Guidelines ### Core Module (`banks2ff/src/core/`)