-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathagents.toml
More file actions
45 lines (44 loc) · 1.06 KB
/
agents.toml
File metadata and controls
45 lines (44 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# Also see ~/.agents.toml for local configuration.
[claude.permissions]
allow = [
"Bash(actionlint:*)",
"Bash(cargo build:*)",
"Bash(cat:*)",
"Bash(find:*)",
"Bash(gh run list:*)",
"Bash(gh run view:*)",
"Bash(git branch-files:*)",
"Bash(git fetch:*)",
"Bash(git log:*)",
"Bash(git rev-parse:*)",
"Bash(git show:*)",
"Bash(grep:*)",
"Bash(head:*)",
"Bash(jq:*)",
"Bash(just --list:*)",
"Bash(ls:*)",
"Bash(mypy:*)",
"Bash(ollama:*)",
"Bash(pnpm:*)",
"Bash(pytest:*)",
"Bash(ruff:*)",
"Bash(swift build:*)",
"Bash(tee:*)",
"Bash(terraform fmt:*)",
"Bash(terraform validate:*)",
"Bash(tree:*)",
"Bash(ty:*)",
"Bash(uv run mypy:*)",
"Bash(uv run pytest:*)",
"Bash(uv run ruff:*)",
"Bash(uv sync:*)",
"Bash(wc:*)",
"Bash(which:*)",
"Bash(zig build:*)",
"Bash(zig version:*)",
"WebFetch(domain:docs.solidjs.com)",
"WebFetch(domain:github.com)",
"WebFetch(domain:oxc.rs)",
"WebFetch(domain:www.anthropic.com)",
]
[cursor.permissions]