From f4b96df52ce03c33d90242d1e211da705270b2dd Mon Sep 17 00:00:00 2001 From: Brent Rager Date: Sat, 25 Jul 2026 14:05:30 -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 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .claude/settings.json diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..b7581fe --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,14 @@ +{ + "$schema": "https://json.schemastore.org/claude-code-settings.json", + "extraKnownMarketplaces": { + "smooth": { + "source": { + "source": "github", + "repo": "SmooAI/smooth" + } + } + }, + "enabledPlugins": { + "smooth-agent@smooth": true + } +}