From a0e191d408f71734cdd7541ed27964e7db442110 Mon Sep 17 00:00:00 2001 From: Binay Date: Tue, 18 Aug 2026 20:12:59 -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 ++-- 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 85f7768..46c0d6e 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -1,8 +1,8 @@ { "name": "signetry-claude-code", "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 Claude Code. Real-time contract enforcement with signed receipts.", diff --git a/signetry/.claude-plugin/plugin.json b/signetry/.claude-plugin/plugin.json index cfa7d3c..1f0df54 100644 --- a/signetry/.claude-plugin/plugin.json +++ b/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.3.0", "author": { - "name": "bkd-dotcom", - "url": "https://github.com/bkd-dotcom" + "name": "Signetry", + "url": "https://github.com/Signetry" }, "homepage": "https://github.com/Signetry/claude-code", "repository": "https://github.com/Signetry/claude-code",