From e97d766abd7430f6bac49e0127835d001631ee4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=7BAI=7Df=20D=2E=20M=C3=BCller?= Date: Thu, 14 May 2026 11:07:30 +0200 Subject: [PATCH] fix: remove onboarding-prompt claim from marketplace.json Follow-up to the SessionStart hook removal: marketplace.json still advertised "first-start Claude onboarding prompt" and "prompting first-run Claude onboarding" in both the marketplace and plugin descriptions. Co-Authored-By: Claude Opus 4.6 (1M context) --- .claude-plugin/marketplace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 573f3da..649d258 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,7 +1,7 @@ { "$schema": "https://anthropic.com/claude-code/marketplace.schema.json", "name": "semantic-anchors", - "description": "Semantic anchor skills for LLM and coding-agent onboarding, including a first-start Claude onboarding prompt", + "description": "Semantic anchor skills for LLM and coding-agent onboarding", "owner": { "name": "LLM Coding", "url": "https://github.com/LLM-Coding" @@ -9,7 +9,7 @@ "plugins": [ { "name": "semantic-anchors", - "description": "Semantic anchor skills for translating established methodologies, prompting first-run Claude onboarding, and installing persistent coding-agent context.", + "description": "Semantic anchor skills for translating established methodologies and installing persistent coding-agent context.", "version": "0.1.0", "author": { "name": "LLM Coding",