From 31039ea4af45231f6755705df31148a3a9d320f7 Mon Sep 17 00:00:00 2001 From: gabspereira Date: Mon, 20 Apr 2026 15:41:33 -0300 Subject: [PATCH] add caveman --- .opencode-sandbox/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.opencode-sandbox/Dockerfile b/.opencode-sandbox/Dockerfile index cc36dfd..0882947 100644 --- a/.opencode-sandbox/Dockerfile +++ b/.opencode-sandbox/Dockerfile @@ -9,8 +9,12 @@ RUN pacman -Syu --noconfirm && \ iptables \ openssh \ opencode \ + curl \ && pacman -Scc --noconfirm +RUN npx -y skills add JuliusBrussee/caveman -g -a opencode -s caveman -y + + # Git safe directory system-wide config RUN git config --system --add safe.directory /workspace RUN git config --system --add safe.directory '*'