-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsettings.json
More file actions
122 lines (122 loc) · 2.9 KB
/
Copy pathsettings.json
File metadata and controls
122 lines (122 loc) · 2.9 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"permissions": {
"allow": [
"WebFetch(domain:code.claude.com)",
"WebFetch(domain:www.anthropic.com)",
"WebFetch(domain:anthropic.com)",
"WebFetch(domain:platform.claude.com)",
"WebFetch(domain:docs.anthropic.com)",
"WebFetch(domain:docs.openclaw.ai)",
"WebFetch(domain:github.com)",
"Bash(ls:*)",
"Bash(grep:*)",
"Bash(find:*)",
"Bash(cat:*)",
"Bash(head:*)",
"Bash(tail:*)",
"Bash(pwd:*)",
"Bash(wc:*)",
"Bash(diff:*)",
"Bash(du:*)",
"Bash(df:*)",
"Bash(stat:*)",
"Bash(file:*)",
"Bash(less:*)",
"Bash(more:*)",
"Bash(awk:*)",
"Bash(sed:*)",
"Bash(sort:*)",
"Bash(uniq:*)",
"Bash(tr:*)",
"Bash(cut:*)",
"Bash(xargs:*)",
"Bash(tee:*)",
"Bash(printf:*)",
"Bash(echo:*)",
"Bash(date:*)",
"Bash(cal:*)",
"Bash(uname:*)",
"Bash(whoami:*)",
"Bash(id:*)",
"Bash(groups:*)",
"Bash(env:*)",
"Bash(printenv:*)",
"Bash(which:*)",
"Bash(whereis:*)",
"Bash(type:*)",
"Bash(ps:*)",
"Bash(mkdir:*)",
"Bash(rmdir:*)",
"Bash(touch:*)",
"Bash(cp:*)",
"Bash(mv:*)",
"Bash(rm:*)",
"Bash(chmod:*)",
"Bash(chown:*)",
"Bash(chgrp:*)",
"Bash(tar:*)",
"Bash(gzip:*)",
"Bash(gunzip:*)",
"Bash(zip:*)",
"Bash(unzip:*)",
"Bash(curl:*)",
"Bash(wget:*)",
"Bash(jq:*)",
"Bash(yq:*)",
"Bash(base64:*)",
"Bash(sha256sum:*)",
"Bash(md5sum:*)",
"Bash(shasum:*)",
"Bash(bc:*)",
"Bash(seq:*)",
"Bash(test:*)",
"Bash([:*)",
"Bash(true:*)",
"Bash(false:*)",
"Bash(exit:*)",
"Bash(cd:*)",
"Bash(pushd:*)",
"Bash(popd:*)",
"Bash(dirname:*)",
"Bash(basename:*)",
"Bash(read:*)",
"Bash(source:*)",
"Bash(export:*)",
"Bash(unset:*)",
"Bash(set:*)",
"Bash(alias:*)",
"Bash(unalias:*)",
"Bash(git:*)",
"Bash(python:*)",
"Bash(python3:*)",
"Bash(pip:*)",
"Bash(pip3:*)",
"Bash(pytest:*)",
"Bash(uv:*)",
"Bash(node:*)",
"Bash(npm:*)",
"Bash(npx:*)",
"Edit(./**)",
"Read(./.deepwork/**)",
"Edit(./.deepwork/**)",
"Write(./.deepwork/**)",
"Bash(deepwork:*)",
"Bash(make:*)",
"Bash(gh pr edit:*)",
"Bash(gh api:*)",
"Bash(learning_agents/scripts/*:*)",
"Bash(bash learning_agents/scripts/*:*)",
"Bash(bash .deepwork/requirements_traceability_info.sh:*)",
"WebSearch",
"Skill(deepwork)",
"mcp__deepwork__get_workflows",
"mcp__deepwork__start_workflow",
"mcp__deepwork__finished_step",
"mcp__deepwork__abort_workflow",
"mcp__plugin_deepwork_deepwork__*"
]
},
"enabledPlugins": {
"plugin-dev@claude-plugins-official": true
}
}