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