We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 203c4a8 + 3c2d479 commit 945d6d8Copy full SHA for 945d6d8
1 file changed
AGENTS.md
@@ -5,6 +5,12 @@ For the full human guide see [`.github/CONTRIBUTING.md`](.github/CONTRIBUTING.md
5
Nightly Rust toolchain (`rust-toolchain.toml`) — required for `cargo fmt`
6
unstable options.
7
8
+## Tooling
9
+
10
+Tools are provided by nix via direnv. Do not install tools globally.
11
+If you need a new tool, add it to the devshell in `flake.nix` so
12
+others can reproduce.
13
14
## Commit Rules
15
16
Every commit must pass CI independently.
@@ -53,4 +59,6 @@ bash contrib/update-lock-files.sh
53
59
54
60
## AI Disclosure
55
61
56
-Required in PR body. Do **not** add `Co-Authored-By` in commits.
62
+Add to PR body: `Disclosure: co-authored by <agent-name>`
63
64
+Do **not** add `Co-Authored-By` in commits.
0 commit comments