From 9c9a462e7a9fe281a97ece30ebcee6e331aa09aa Mon Sep 17 00:00:00 2001 From: Brent Rager Date: Mon, 13 Jul 2026 22:16:12 -0400 Subject: [PATCH] Enable smooth-agent@smooth Claude Code plugin Adds the SmooAI 'smooth' plugin marketplace and enables smooth-agent@smooth so every Claude Code session in this repo joins the th-mail agent bus (active + mailable), gets the /smooth command + agent-comms/pearls-flow skills, and picks up the shared SmooAI repo guardrail hooks. Additive, dev-tooling only. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_01Vg7frHqHSAUXhQiRNdr3NW --- .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 + } +}