swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/template/fresh/AGENTS.md
blob: c5e927ba3336c51eb9642a9fc4e0df76bacd53bb (plain)
1
2
3
4
5
6
7
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.