swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/template/fresh/AGENTS.md
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-04-17 22:08:47 -0400
committermain <main@swarm.moe>2026-04-17 22:08:47 -0400
commit372d366f541f4560a304d4d374bebc31aec6e8c3 (patch)
tree0ee6a8f869fd31cb33b7031c5991c17a1dfdf79d /template/fresh/AGENTS.md
parent8048d67e5917b771be9aa819094aebf3936d0e98 (diff)
downloadrust_starter-372d366f541f4560a304d4d374bebc31aec6e8c3.zip
Install Rust style doctrine
Diffstat (limited to 'template/fresh/AGENTS.md')
-rw-r--r--template/fresh/AGENTS.md8
1 files changed, 8 insertions, 0 deletions
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.