Skip to content

Commit fc146fc

Browse files
committed
chore: update agents
1 parent 2d0701b commit fc146fc

File tree

3 files changed

+10
-40
lines changed

3 files changed

+10
-40
lines changed

.claude/settings.json

Lines changed: 7 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,10 @@
11
{
2-
"permissions": {
3-
"allow": [
4-
"Bash(git *)",
5-
"Bash(forge *)",
6-
"Bash(cast *)",
7-
"Bash(anvil *)",
8-
"Bash(chisel *)",
9-
"Bash(slither *)",
10-
"Bash(echidna *)",
11-
"Bash(medusa *)",
12-
"Bash(manticore *)",
13-
"Bash(crytic-compile *)",
14-
"Bash(npm *)",
15-
"Bash(npx *)",
16-
"Bash(pnpm *)",
17-
"Bash(yarn *)",
18-
"Bash(node *)",
19-
"Bash(make *)",
20-
"Bash(ls *)",
21-
"Bash(mkdir *)",
22-
"Bash(rm *)",
23-
"Bash(cp *)",
24-
"Bash(mv *)",
25-
"Bash(cat *)",
26-
"Bash(echo *)",
27-
"Bash(touch *)",
28-
"Bash(pwd)",
29-
"Bash(which *)",
30-
"Bash(curl *)",
31-
"Bash(tree *)",
32-
"Bash(gh *)",
33-
"Bash(source *)",
34-
"Read",
35-
"Edit",
36-
"Write",
37-
"WebSearch",
38-
"WebFetch"
39-
],
40-
"deny": []
2+
"attribution": {
3+
"commit": "",
4+
"pr": ""
415
},
42-
"ignorePaths": [".env", ".env.*"]
6+
"permissions": {
7+
"allow": ["Read", "Edit", "Write", "WebSearch", "WebFetch"],
8+
"deny": ["Read(./.env)", "Read(./.env.*)"]
9+
}
4310
}

.codexignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.env
2+
.env.*

.copilotignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.env
2+
.env.*

0 commit comments

Comments
 (0)