From e279b1f0224979a808a3ff5258f646bbaee172c0 Mon Sep 17 00:00:00 2001 From: Kjell Tore Guttormsen Date: Thu, 18 Jun 2026 05:51:57 +0200 Subject: [PATCH] chore(marketplace): externalise graceful-handoff --- .claude-plugin/marketplace.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4ff1c0a..0e0d10f 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -32,7 +32,11 @@ }, { "name": "graceful-handoff", - "source": "./plugins/graceful-handoff", + "source": { + "source": "url", + "url": "https://git.fromaitochitta.com/open/graceful-handoff.git", + "ref": "v2.1.0" + }, "description": "Produce session-handoff artifacts, commit and push pending work, and print a copy-paste prompt for the next session. Designed for context-constrained models like Opus 4.7." }, {