Skip to content

Commit 945d6d8

Browse files
authored
Improve AGENTS.md guidance (#1344)
2 parents 203c4a8 + 3c2d479 commit 945d6d8

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

AGENTS.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ For the full human guide see [`.github/CONTRIBUTING.md`](.github/CONTRIBUTING.md
55
Nightly Rust toolchain (`rust-toolchain.toml`) — required for `cargo fmt`
66
unstable options.
77

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+
814
## Commit Rules
915

1016
Every commit must pass CI independently.
@@ -53,4 +59,6 @@ bash contrib/update-lock-files.sh
5359

5460
## AI Disclosure
5561

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

Comments
 (0)