From a0607f363e22bd07e2a9ec66e259da591cef80a0 Mon Sep 17 00:00:00 2001 From: goodboy Date: Thu, 9 Apr 2026 17:56:30 -0400 Subject: [PATCH] Allow open/close-wkt skills for model --- .claude/settings.local.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 16c85cf9..236fe3fe 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -26,7 +26,9 @@ "Bash(echo EXIT:$?:*)", "Bash(gh api:*)", "Bash(gh pr:*)", - "Bash(gh issue:*)" + "Bash(gh issue:*)", + "Skill(close-wkt)", + "Skill(open-wkt)" ], "deny": [], "ask": []