From cecf696db877b23bfd2575ac1f1eee7b6bd133cb Mon Sep 17 00:00:00 2001 From: Chris Farhood Date: Wed, 25 Mar 2026 08:52:22 -0400 Subject: [PATCH] chore: add skills.paths to opencode config --- ceo/opencode.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ceo/opencode.json b/ceo/opencode.json index 2539f7d..905455b 100644 --- a/ceo/opencode.json +++ b/ceo/opencode.json @@ -3,5 +3,10 @@ "permission": "allow", "experimental": { "snapshots": false + }, + "skills": { + "paths": [ + "/app/skills" + ] } -} +} \ No newline at end of file