Skip to content

Commit f317b58

Browse files
committed
docs: add AGENTS.md contributor-safe guidance
1 parent 48c9501 commit f317b58

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: brewkit
2+
3+
Public repository for package build/test/audit workflows.
4+
5+
## Core Commands
6+
7+
- `bin/bk build <pkg>`
8+
- `bin/bk test <pkg>`
9+
- `bin/bk audit <pkg>`
10+
- `deno test --allow-env --allow-net --ignore=.data`
11+
12+
## Always Do
13+
14+
- Keep package build behavior deterministic.
15+
- Test and audit packages touched by the change.
16+
17+
## Ask First
18+
19+
- Changes to CI action contracts.
20+
- Changes that alter bottle/build artifact naming or layout.
21+
22+
## Never Do
23+
24+
- Never skip `bk audit` for modified package workflows.
25+
- Never embed internal-only operational details in public docs.

0 commit comments

Comments
 (0)