From 372d366f541f4560a304d4d374bebc31aec6e8c3 Mon Sep 17 00:00:00 2001 From: main Date: Fri, 17 Apr 2026 22:08:47 -0400 Subject: Install Rust style doctrine --- template/fresh/AGENTS.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 template/fresh/AGENTS.md (limited to 'template') diff --git a/template/fresh/AGENTS.md b/template/fresh/AGENTS.md new file mode 100644 index 0000000..c5e927b --- /dev/null +++ b/template/fresh/AGENTS.md @@ -0,0 +1,8 @@ +# AGENTS.md + +Before meaningful Rust edits, read the [Rust Style Doctrine](/home/main/programming/projects/rust_starter/docs/rust-style-doctrine.md). +It intentionally rejects several pieces of conventional Rust advice; preserve +those inversions instead of translating them back into generic approachable code. + +Run `./check.py check` after meaningful local edits. Use `./check.py verify` +when you need a non-mutating CI-style gate. -- cgit v1.2.3