We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 094ec17 commit a8b5814Copy full SHA for a8b5814
1 file changed
AGENTS.md
@@ -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