From c0f29b2388af052851bccdeb9be45ee081d776a8 Mon Sep 17 00:00:00 2001 From: ythong Date: Wed, 17 Jun 2026 16:44:14 +0900 Subject: [PATCH] chore: rename marketplace to ythong-harness to avoid name collision The name 'harness-marketplace' collides with the upstream revfactory/harness marketplace, so `marketplace add` of this repo was a no-op. Renaming lets this repo register and coexist as a distinct marketplace. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index e583116..7cab4b8 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,5 +1,5 @@ { - "name": "harness-marketplace", + "name": "ythong-harness", "owner": { "name": "ythong", "email": "ythong86@gmail.com",