-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.json
More file actions
68 lines (68 loc) · 1.27 KB
/
defaults.json
File metadata and controls
68 lines (68 loc) · 1.27 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"_comment": "Default passthrough and ignore patterns for trai. Users override via $CLAUDE_PLUGIN_DATA/config.json (arrays merge element-wise; full replacement of an array is allowed by supplying the whole list).",
"passthrough": [
"git",
"git *",
"gh",
"gh *",
"sudo",
"sudo *",
"docker",
"docker *",
"podman",
"podman *",
"ls",
"ls *",
"ll",
"ll *",
"cat *",
"pwd",
"echo",
"echo *",
"which *",
"command *",
"type *",
"env",
"printenv",
"printenv *",
"rg *",
"grep *",
"egrep *",
"fgrep *",
"find *",
"true",
"false",
"sleep *",
"date",
"date *",
"hostname",
"whoami",
"uname *",
"head *",
"tail *",
"wc *",
"sort *",
"uniq *",
"cut *",
"awk *",
"sed -n *"
],
"ignore": [
"$HOME/.claude",
"$HOME/.cache",
"$HOME/.npm/_cacache",
"$HOME/.cargo/registry",
"$HOME/.bash_history",
"$HOME/.zsh_history",
"$HOME/.lesshst",
"$HOME/.viminfo",
"$HOME/.local/state/trai",
"/tmp",
"/var/tmp"
],
"warnOnPassthrough": true,
"overlayRoot": "$XDG_STATE_HOME/trai/sessions",
"lockPath": "$XDG_STATE_HOME/trai/lock",
"minKernelVersion": "5.11",
"minTryVersion": "0.2.0"
}