Skip to content

Commit 8660f09

Browse files
CopilotBoshen
andcommitted
Update AGENTS.md with setup notes and MSRV 1.87.0
Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com>
1 parent d3f91b2 commit 8660f09

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

AGENTS.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,12 @@ Avoid editing `generated` subdirectories.
2929

3030
## Development Commands
3131

32-
Prerequisites: Rust (MSRV: 1.86.0), Node.js, pnpm, just
32+
Prerequisites: Rust (MSRV: 1.87.0), Node.js, pnpm, just
33+
34+
**Setup Notes:**
35+
- `just init` has already been run, all tools (`cargo-insta`, `typos-cli`, `cargo-shear`, `dprint`) are already installed, do not run `just init`.
36+
- Rust and `cargo` components `clippy`, `rust-docs` and `rustfmt` has already been installed, do not install them.
37+
- Always run `just ready` as the last step after code has been committed to the repository.
3338

3439
Key commands (tools already installed):
3540
```bash

0 commit comments

Comments
 (0)