From 0c76773ef0c1e3a9910f3ec6f440183a63efab09 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Fri, 1 May 2026 09:57:20 +0300 Subject: [PATCH] opencode config --- .opencode/opencode.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .opencode/opencode.json diff --git a/.opencode/opencode.json b/.opencode/opencode.json new file mode 100644 index 0000000..e2342fc --- /dev/null +++ b/.opencode/opencode.json @@ -0,0 +1,7 @@ +{ + "$schema": "https://opencode.ai/config.json", + "plugin": [ + "caveman", + "caveman-opencode-plugin@latest" + ] +} \ No newline at end of file