We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b5a1c commit 00d0d3eCopy full SHA for 00d0d3e
AGENTS.md
@@ -0,0 +1,25 @@
1
+# AGENTS: dev
2
+
3
+Public repository for developer environment activation tooling.
4
5
+## Core Commands
6
7
+- `deno fmt --check .`
8
+- `deno lint .`
9
+- `deno check ./app.ts`
10
+- `deno test --allow-read --allow-write --allow-env`
11
12
+## Always Do
13
14
+- Keep activation behavior deterministic across shells and platforms.
15
+- Preserve compatibility with `pkgm` and `libpkgx` interactions.
16
17
+## Ask First
18
19
+- Changes to GitHub Action interfaces.
20
+- Changes to environment variable behavior with broad downstream impact.
21
22
+## Never Do
23
24
+- Never introduce hidden global side effects during activation.
25
+- Never weaken environment isolation guarantees.
0 commit comments