docs: Add pre-commit just check to version control conventions
Assisted-by: Claude Opus 4.6 via pi
change tlmmuwzvnoxorxptotzwyuzyllnwutro
commit 14edf60f3b7063794f14fb6b0d02b55c6b3e2f62
author Alpha Chen <alpha@kejadlen.dev>
date
parent koqkmxwp
diff --git a/AGENTS.md b/AGENTS.md
index bf3ac4d..40c01c6 100644
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -58,6 +58,7 @@ just           # All four
 ## Version control
 
 - VCS is [jj](https://martinvonz.github.io/jj/latest/), not git.
+- Run `just` before committing to catch format, lint, and test failures.
 - Each logical change gets its own commit (`jj new -m "..."`). Do not bundle unrelated changes.
 - Keep commits out of the working copy: describe with `jj describe -m`, then `jj new` before starting the next change.
 - Unrelated files already in the working copy should be restored (`jj restore <path>`) before committing.