]> quire.kejadlen.dev Git - quire.git/commitdiff
Trim AGENTS.md to just pre-commit rule only
authorAlpha Chen <alpha@kejadlen.dev>
Fri, 24 Apr 2026 15:18:21 +0000 (15:18 +0000)
committerAlpha Chen <alpha@kejadlen.dev>
Fri, 24 Apr 2026 15:29:32 +0000 (08:29 -0700)
Clippy and miette conventions are already enforced by tooling.
Use "just all" instead of "cargo test" since the justfile is
the canonical check runner.

Assisted-by: GLM-5.1 via pi
AGENTS.md

index 9a722e5bb62a72a98f9b59238cb1ed9e8a8e055d..185ab96298d9ceb8837ea93c68be786edad3015c 100644 (file)
--- a/AGENTS.md
+++ b/AGENTS.md
@@ -2,11 +2,4 @@
 
 ## Before committing
 
-Always run `cargo test` and verify all tests pass before committing.
-Never skip this step, even for small or "obvious" changes.
-
-## Rust conventions
-
-- Use `fs_err` instead of `std::fs` (enforced by clippy)
-- Use miette's `bail!` and `ensure!` macros instead of `return Err(miette!(...))`
-- Prefer `for` loops over `Iterator::for_each` for side-effects (enforced by clippy)
+Always run `just all` and verify everything passes before committing.