From 99b304e1203eed727c229043117c9902c766a90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=B6=9B?= Date: Mon, 1 Jun 2026 23:06:43 +0800 Subject: [PATCH] =?UTF-8?q?chore(config):=20=E6=B7=BB=E5=8A=A0=20OpenCode?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opencode.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 opencode.json 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