From 67e8f140fab298698c7b15d41a95097256551ac3 Mon Sep 17 00:00:00 2001 From: Charm <124303983+charmcli@users.noreply.github.com> Date: Sat, 27 Dec 2025 20:11:11 +0000 Subject: [PATCH] chore: auto-update files --- schema.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/schema.json b/schema.json index 974200854d28bb300c94613328485ea5a3e2165d..a2d88bfd5f4be210534209694a9f0c0eb5c993c0 100644 --- a/schema.json +++ b/schema.json @@ -367,6 +367,17 @@ "type": "array", "description": "Paths to files containing context information for the AI" }, + "skills_paths": { + "items": { + "type": "string", + "examples": [ + "~/.config/crush/skills", + "./skills" + ] + }, + "type": "array", + "description": "Paths to directories containing Agent Skills (folders with SKILL.md files)" + }, "tui": { "$ref": "#/$defs/TUIOptions", "description": "Terminal user interface options"