diff --git a/AGENTS.md b/AGENTS.md index 74e958e..5f87c70 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -142,3 +142,5 @@ The integration test (`tests/cli.rs`) exercises the full workflow via the compil ## VCS This project uses **jj** (Jujutsu), not git directly. Use `jj` commands for commits, diffs, and history. + +Use jj workspaces (in `work/`) for feature work. See the `jj-workspaces` skill.