Skip to content

Commit 00d0d3e

Browse files
committed
docs: add AGENTS.md contributor-safe guidance
1 parent f0b5a1c commit 00d0d3e

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

AGENTS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)