From b9249df1c1bbf40e7c1223373b169490be5d5c9b Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Thu, 23 Jul 2026 18:14:00 +0000 Subject: [PATCH] chore(settings): enable gitea plugin Adds gitea@holocron to enabledPlugins now that the gitea skill/plugin has replaced the old flat skill. --- .claude/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.claude/settings.json b/.claude/settings.json index 7264b41..8136bbd 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -3,6 +3,7 @@ "bin@holocron": true, "core@holocron": true, "git@holocron": true, + "gitea@holocron": true, "kyberforge@holocron": true }, "hooks": { -- 2.43.0