From 7fd64bfa85145668327f7dc8a1f5869e8b987ee0 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Fri, 29 May 2026 11:32:02 +0200 Subject: [PATCH] =?UTF-8?q?refactor(linkedin)!:=20rename=20plugin=20linked?= =?UTF-8?q?in-thought-leadership=20=E2=86=92=20linkedin-studio=20(v3.0.0)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BREAKING CHANGE: the marketplace slug, the agent namespace (linkedin-studio:), and the runtime state-file path (~/.claude/linkedin-studio.local.md) all change. Reinstall required; existing state migrated in place (post metrics, streak, history preserved). The /linkedin:* commands are unchanged — the command namespace is set per-command in frontmatter and was always independent of the plugin slug. Functionality is byte-identical to v2.4.0; this release is pure identity. - dir + manifests: plugins/linkedin-studio + plugin.json + root marketplace.json - agent namespace updated in commands/newsletter.md (only functional invoker) - state path updated in 4 hook scripts + topic-rotation prompt + state template - catch-all skill dir renamed skills/linkedin-studio (5 functional skills unchanged) - docs + version bump to 3.0.0 across README badge, CHANGELOG, root README/CLAUDE.md - historical records (CHANGELOG past entries, docs/ build artifacts, config-audit v5.0.0 snapshots) intentionally retain the old slug Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 341c9fa..7e1ddb8 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ If you need: - **Persona shaping** (Cosmo Skyberg / specific advisor voices) — see `ms-ai-architect` - **Behavioral overrides** (anti-sycophancy, reinforcement-loop detection) — see `ai-psychosis` -- **Voice training** (your own LinkedIn writing style) — see `linkedin-thought-leadership` +- **Voice training** (your own LinkedIn writing style) — see `linkedin-studio` - **Domain-specific workflows** (OKR, security audits, planning pipelines) — see the other plugins Those are domain plugins. This one is the shared chassis underneath them.