Skip to content

Commit c8be811

Browse files
committed
docs: add AGENTS.md contributor-safe guidance
1 parent 0829ee9 commit c8be811

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

AGENTS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# AGENTS: pkgx
2+
3+
Public core CLI repository for running packages.
4+
5+
## Core Commands
6+
7+
- `cargo fmt --all -- --check`
8+
- `cargo clippy --all-features`
9+
- `cargo test --all-features`
10+
11+
## Always Do
12+
13+
- Preserve CLI semantics and user-facing flags unless intentionally versioned.
14+
- Keep changes in `crates/lib` and `crates/cli` compatibility-aware.
15+
- Add tests for changed runtime behavior.
16+
17+
## Ask First
18+
19+
- Breaking CLI behavior changes.
20+
- Distribution/release workflow changes.
21+
22+
## Never Do
23+
24+
- Never skip tests on core execution path changes.
25+
- Never merge compatibility-sensitive changes without impact notes.

0 commit comments

Comments
 (0)