From 2e820d38e168fff9e38c74884c62e60d584c3886 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lopes" Date: Fri, 13 Mar 2026 18:12:31 +0000 Subject: [PATCH] fix --- pi/files/agent/AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pi/files/agent/AGENTS.md b/pi/files/agent/AGENTS.md index da4f441..4de3b63 100644 --- a/pi/files/agent/AGENTS.md +++ b/pi/files/agent/AGENTS.md @@ -8,6 +8,8 @@ When the user provides a screenshot path (e.g., `/tmp/pi-clipboard-xxx.png`), ** **Prefer jj (Jujutsu) over git.** If a project has a colocated jj repo (`.jj` directory), use `jj` commands for all version control operations — rebasing, branching, log, etc. Only fall back to git when jj doesn't support something or the project isn't set up for it. +After pushing changes, always run `jj new` to start a fresh working copy commit. + # Git commits and PRs Before writing any commits or PR titles, check recent history with `jj log` (or `git log --oneline -20` if jj is unavailable) to match my style.