From 21a1d594acc9c76d9a59cbcda93edfb7259fce8a Mon Sep 17 00:00:00 2001 From: Umar Adilov <99314948+adilovcode@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:58:57 +0500 Subject: [PATCH] Removed unnessary configs --- opencode.json | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/opencode.json b/opencode.json index c11e8a6..f77d66f 100644 --- a/opencode.json +++ b/opencode.json @@ -1,22 +1,5 @@ { "$schema": "https://opencode.ai/config.json", - "tools": { - "read": true, - "bash": true, - "edit": true, - "write": true, - "grep": true, - "glob": true, - "list": true, - "patch": true, - "todowrite": true, - "todoread": true, - "webfetch": true - }, - "permission": { - "bash": "ask", - "doom_loop": "ask" - }, "instructions": [ "src/lib/taylordb.types.ts", "src/lib/taylordb-client.ts",