From 6db428901d5c7bb33874b6a158eecde504ec3be4 Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 25 Mar 2026 08:52:24 -0400 Subject: [PATCH] chore: add skills.paths to opencode config --- engineering/gandalf/opencode.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/engineering/gandalf/opencode.json b/engineering/gandalf/opencode.json index e0959da..089ff71 100644 --- a/engineering/gandalf/opencode.json +++ b/engineering/gandalf/opencode.json @@ -1,4 +1,9 @@ { "$schema": "https://opencode.ai/config.json", - "permission": "allow" -} + "permission": "allow", + "skills": { + "paths": [ + "/app/skills" + ] + } +} \ No newline at end of file