From 71fa278077ae4344e40a7c6a08fb8293c0888b67 Mon Sep 17 00:00:00 2001 From: Mikkel Svartveit Date: Tue, 16 Dec 2025 13:04:51 +0100 Subject: [PATCH] Use stricter bash permissions for OpenCode --- opencode/opencode.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/opencode/opencode.json b/opencode/opencode.json index 5911217..ff59ee2 100644 --- a/opencode/opencode.json +++ b/opencode/opencode.json @@ -4,9 +4,9 @@ "bash": { "*": "ask", "cd": "allow", - "cat": "allow", - "grep": "allow", - "rg": "allow", + "ls": "allow", + "head": "allow", + "mkdir": "allow", "pnpm": "allow" } },