From 7a7c5988bf55207eec144e54baa8052134e1e880 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 25 Mar 2026 09:02:47 -0400 Subject: [PATCH] chore: add global opencode config for permission fix --- engineering/regina/.config/opencode/opencode.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 engineering/regina/.config/opencode/opencode.json diff --git a/engineering/regina/.config/opencode/opencode.json b/engineering/regina/.config/opencode/opencode.json new file mode 100644 index 0000000..905455b --- /dev/null +++ b/engineering/regina/.config/opencode/opencode.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://opencode.ai/config.json", + "permission": "allow", + "experimental": { + "snapshots": false + }, + "skills": { + "paths": [ + "/app/skills" + ] + } +} \ No newline at end of file