diff --git a/opencode.json b/opencode.json new file mode 100644 index 0000000..6e76079 --- /dev/null +++ b/opencode.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://opencode.ai/config.json", + "agent": { + "plan": { + "permission": { + "edit": { + "*": "deny", + ".opencode/plans/**": "allow", + "docs/**": "allow" + } + } + } + } +} \ No newline at end of file