From 97c450c60f36e868080afceb2a8dd3e13c7a512d Mon Sep 17 00:00:00 2001 From: Binay Date: Tue, 18 Aug 2026 20:12:56 -0400 Subject: [PATCH] chore: brand the plugin author/owner as Signetry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit plugin.json's author and marketplace.json's owner both read bkd-dotcom, so Claude Code showed a personal handle as the publisher of a Signetry product while every other user-visible surface says Signetry. Now Signetry / https://github.com/Signetry. This is a display-name change only — copyright and ownership are unchanged and still sit with Binay Dalai per the CLA; the license field says so explicitly. JSON re-parsed after the edit. --- .claude-plugin/marketplace.json | 4 ++-- claude-code/signetry/.claude-plugin/plugin.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 4318a85..aa8f026 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,8 +1,8 @@ { "name": "signetry-plugins", "owner": { - "name": "bkd-dotcom", - "url": "https://github.com/bkd-dotcom" + "name": "Signetry", + "url": "https://github.com/Signetry" }, "metadata": { "description": "Signetry — govern coding-agent changes in your editor and CI. Real-time contract enforcement with signed receipts.", diff --git a/claude-code/signetry/.claude-plugin/plugin.json b/claude-code/signetry/.claude-plugin/plugin.json index bde7778..4b12adc 100644 --- a/claude-code/signetry/.claude-plugin/plugin.json +++ b/claude-code/signetry/.claude-plugin/plugin.json @@ -3,8 +3,8 @@ "description": "Govern coding-agent edits in real time: block out-of-scope or forbidden file writes and dangerous commands before they happen, using your repo's .signetry/admission.yaml. Deterministic (not the model). From signetry-core.", "version": "0.2.2", "author": { - "name": "bkd-dotcom", - "url": "https://github.com/bkd-dotcom" + "name": "Signetry", + "url": "https://github.com/Signetry" }, "homepage": "https://github.com/Signetry/plugins", "repository": "https://github.com/Signetry/plugins",