forked from Volmarg/personal-management-system
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
29 lines (29 loc) · 776 Bytes
/
Copy pathopencode.json
File metadata and controls
29 lines (29 loc) · 776 Bytes
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
{
"$schema": "https://opencode.ai/config.json",
"instructions": [
".opencode/rules/binaries/php.md",
".opencode/rules/binaries/bin-console.md",
".opencode/rules/framework/migration.md",
".opencode/rules/framework/entity.md",
".opencode/rules/project-map.md"
],
"permission": {
"external_directory": {
"*": "deny"
},
"edit": "allow",
"bash": {
"find": "allow",
"grep": "allow",
"mkdir": "allow",
"docker": "allow",
"php": "deny",
"ls": "allow",
"rm -rf *": "deny",
"rm -r *": "deny",
"sudo": "deny",
"git *": "deny",
"*": "ask"
}
}
}