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" } },