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