diff --git a/opencode.json b/opencode.json index 4efe427..1e98d5a 100644 --- a/opencode.json +++ b/opencode.json @@ -1,10 +1,11 @@ { "$schema": "https://opencode.ai/config.json", + "instructions": ["AGENTS.md"], "permission": { "bash": { "*": "allow", "git push origin main": "deny", - "git push main": "ask" + "git push main": "deny" } } }