-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.json
More file actions
37 lines (37 loc) · 1.33 KB
/
Copy pathopencode.json
File metadata and controls
37 lines (37 loc) · 1.33 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
{
"$schema": "https://opencode.ai/config.json",
"permission": {
"bash": {
"*": "deny",
"make *": "allow"
},
"doom_loop": "deny"
},
"plugin": [
"./.opencode/plugin/enforce-session-start.ts",
"./.opencode/plugin/enforce-make.ts",
"./.opencode/plugin/enforce-floor.ts",
"./.opencode/plugin/enforce-delegate.ts",
"./.opencode/plugin/enforce-multitask.ts",
"./.opencode/plugin/enforce-stop.ts",
"./.opencode/plugin/enforce-deadline.ts",
"./.opencode/plugin/enforce-enhancement-ratio.ts",
"./.opencode/plugin/enforce-clean-tree.ts",
"./.opencode/plugin/enforce-commit-lock.ts",
"./.opencode/plugin/enforce-verified-claims.ts",
"./.opencode/plugin/enforce-no-suppressions.ts",
"./.opencode/plugin/enforce-no-wait.ts",
"./.opencode/plugin/enforce-deletion-gate.ts",
"./.opencode/plugin/enforce-batch-push.ts",
"./.opencode/plugin/enforce-depth.ts",
"./.opencode/plugin/enforce-tdd.ts",
"./.opencode/plugin/enforce-objective.ts",
"./.opencode/plugin/enforce-anti-essay.ts",
"./.opencode/plugin/enforce-branch-discipline.ts",
"./.opencode/plugin/enforce-test-integrity.ts",
"./.opencode/plugin/enforce-worktree.ts",
"./.opencode/plugin/enforce-audit.ts",
"./.opencode/plugin/enforce-context.ts",
"./.opencode/plugins/watchdog.ts"
]
}