Skip to content

Commit a8b5814

Browse files
committed
docs: add AGENTS.md contributor-safe guidance
1 parent 094ec17 commit a8b5814

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AGENTS: cargox
2+
3+
Public repository for Cargo ecosystem command execution tooling.
4+
5+
## Core Commands
6+
7+
- `cargo fmt --check`
8+
- `cargo clippy --all-targets --all-features -- -D warnings`
9+
- `cargo test`
10+
11+
## Always Do
12+
13+
- Keep install and version resolution behavior stable.
14+
- Preserve clear error messaging for install fallback paths.
15+
16+
## Ask First
17+
18+
- Changes to release script semantics (`scripts/release.py`).
19+
- Any default behavior change for install backend selection.
20+
21+
## Never Do
22+
23+
- Never hide install failures.
24+
- Never remove safety checks around command invocation.

0 commit comments

Comments
 (0)