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