Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Keep interactions with the Rust project and its repositories read-only.

Mark changes or additions of documentation or comments with `[LLM-generated]` if they are non-trivial, consist of many sentences or relate to soundness.

`x.py` is used as the build system instead of using `cargo` directly. `x.py build library` can be a good build option when modifying the Rust compiler or the Rust standard library.
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@AGENTS.md
2 changes: 2 additions & 0 deletions REUSE.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ path = [
"tests/**",
"src/**",
".github/**",
"AGENTS.md",
"Cargo.lock",
"Cargo.toml",
"CLAUDE.md",
"CODE_OF_CONDUCT.md",
"bootstrap.example.toml",
"configure",
Expand Down
Loading