From 2305f1c3158446251f0ca41fe8ce32528001830a Mon Sep 17 00:00:00 2001 From: Defame1297 Date: Mon, 10 Aug 2026 19:27:34 +0000 Subject: [PATCH] chore(config): enable lint plugin in settings Adds lint@holocron to enabledPlugins so Vale-based prose linting skills are available in this repo. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_0186ERbyACLRuRxPRnqwpa4m --- .claude/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.claude/settings.json b/.claude/settings.json index 8136bbd..9b97c07 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -4,7 +4,8 @@ "core@holocron": true, "git@holocron": true, "gitea@holocron": true, - "kyberforge@holocron": true + "kyberforge@holocron": true, + "lint@holocron": true }, "hooks": { "PreToolUse": []