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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_0186ERbyACLRuRxPRnqwpa4m
This commit is contained in:
2026-08-10 19:27:34 +00:00
parent 0aa66fe65d
commit 2305f1c315

View File

@@ -4,7 +4,8 @@
"core@holocron": true, "core@holocron": true,
"git@holocron": true, "git@holocron": true,
"gitea@holocron": true, "gitea@holocron": true,
"kyberforge@holocron": true "kyberforge@holocron": true,
"lint@holocron": true
}, },
"hooks": { "hooks": {
"PreToolUse": [] "PreToolUse": []