Skip to content

Commit 34d9e3e

Browse files
committed
docs: add AGENTS.md contributor-safe guidance
1 parent 5907cd0 commit 34d9e3e

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: setup
2+
3+
Public repository for installer scripts and GitHub Action setup.
4+
5+
## Core Commands
6+
7+
- `npm install`
8+
- `npm run dist`
9+
- `sh ./installer.sh --help`
10+
11+
## Always Do
12+
13+
- Keep installer behavior explicit across macOS, Linux, and Windows.
14+
- Preserve action input/output contract stability.
15+
16+
## Ask First
17+
18+
- Any change to default install paths or update behavior.
19+
- Any action permission or deployment behavior change.
20+
21+
## Never Do
22+
23+
- Never remove installer safety checks.
24+
- Never introduce hidden network side effects without documentation.

0 commit comments

Comments
 (0)