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