From e4487097a886b2a1d53380393b56828f97c7f982 Mon Sep 17 00:00:00 2001 From: Brent Rager Date: Sat, 25 Jul 2026 14:05:05 -0400 Subject: [PATCH] Pearl th-492b45: enable smooth-agent@smooth plugin Adds the smooth marketplace + enables the shared SmooAI Claude Code guardrails/skills plugin (worktree enforcement, th-over-curl nudges, pearl-store read-only-wedge guard, windows-build-box skill) so this repo's Claude sessions get them like smooth/smooai. --- .claude/settings.json | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 1008d4c..e260e55 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -4,11 +4,21 @@ "PreToolUse": [ { "matcher": "Edit|Write", - "hooks": [{ "type": "command", "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/enforce-worktree.sh" }] + "hooks": [ + { + "type": "command", + "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/enforce-worktree.sh" + } + ] }, { "matcher": "Bash", - "hooks": [{ "type": "command", "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/enforce-worktree.sh" }] + "hooks": [ + { + "type": "command", + "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/enforce-worktree.sh" + } + ] } ], "SessionStart": [ @@ -22,5 +32,16 @@ ] } ] + }, + "extraKnownMarketplaces": { + "smooth": { + "source": { + "source": "github", + "repo": "SmooAI/smooth" + } + } + }, + "enabledPlugins": { + "smooth-agent@smooth": true } }