From 7091eefd4a84fed5eb6e25076bf858a3e3534016 Mon Sep 17 00:00:00 2001 From: Yisroel Baum Date: Fri, 1 May 2026 10:52:56 +0300 Subject: [PATCH] add caveman ai plugin config --- caveman.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 caveman.json diff --git a/caveman.json b/caveman.json new file mode 100644 index 0000000..fb19545 --- /dev/null +++ b/caveman.json @@ -0,0 +1,9 @@ +{ + "enabled": true, + "defaultMode": "full", + "features": { + "caveman": true, + "commit": , + "review": true + } +}