From 95f8bd42b2b3edbea399b68fbb1d8f73ca38e18e Mon Sep 17 00:00:00 2001 From: Reza Rezvani Date: Wed, 25 Mar 2026 11:07:08 +0100 Subject: [PATCH] fix(plugins): normalize author fields and versions in 4 plugin.json files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - executive-mentor: add url to author, add homepage + repository - self-improving-agent: add url to author, version 1.0.0 → 2.1.2 - playwright-pro: fix author name (Reza → Alireza), replace email with url, version 1.0.0 → 2.1.2 - google-workspace-cli: add url to author All plugin.json files now use consistent author object format. Co-Authored-By: Claude Opus 4.6 (1M context) --- c-level-advisor/executive-mentor/.claude-plugin/plugin.json | 5 ++++- .../google-workspace-cli/.claude-plugin/plugin.json | 3 ++- engineering-team/playwright-pro/.claude-plugin/plugin.json | 6 +++--- .../self-improving-agent/.claude-plugin/plugin.json | 5 +++-- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/c-level-advisor/executive-mentor/.claude-plugin/plugin.json b/c-level-advisor/executive-mentor/.claude-plugin/plugin.json index b871d42..00ba81f 100644 --- a/c-level-advisor/executive-mentor/.claude-plugin/plugin.json +++ b/c-level-advisor/executive-mentor/.claude-plugin/plugin.json @@ -3,8 +3,11 @@ "description": "Adversarial thinking partner for founders and executives. Stress-tests plans, prepares for board meetings, navigates hard decisions, and forces honest post-mortems.", "version": "2.1.2", "author": { - "name": "Alireza Rezvani" + "name": "Alireza Rezvani", + "url": "https://alirezarezvani.com" }, + "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/c-level-advisor/executive-mentor", + "repository": "https://github.com/alirezarezvani/claude-skills", "license": "MIT", "skills": "./" } \ No newline at end of file diff --git a/engineering-team/google-workspace-cli/.claude-plugin/plugin.json b/engineering-team/google-workspace-cli/.claude-plugin/plugin.json index ae5e2d5..5ec6004 100644 --- a/engineering-team/google-workspace-cli/.claude-plugin/plugin.json +++ b/engineering-team/google-workspace-cli/.claude-plugin/plugin.json @@ -3,7 +3,8 @@ "version": "2.1.2", "description": "Google Workspace administration via the gws CLI. Install, authenticate, and automate Gmail, Drive, Sheets, Calendar, Docs, Chat, and Tasks. 5 Python tools, 3 reference guides, 43 built-in recipes, 10 persona bundles.", "author": { - "name": "Alireza Rezvani" + "name": "Alireza Rezvani", + "url": "https://alirezarezvani.com" }, "repository": "https://github.com/alirezarezvani/claude-skills", "license": "MIT", diff --git a/engineering-team/playwright-pro/.claude-plugin/plugin.json b/engineering-team/playwright-pro/.claude-plugin/plugin.json index 0cbca24..4a8b82c 100644 --- a/engineering-team/playwright-pro/.claude-plugin/plugin.json +++ b/engineering-team/playwright-pro/.claude-plugin/plugin.json @@ -1,10 +1,10 @@ { "name": "pw", "description": "Production-grade Playwright testing toolkit. Generate tests from specs, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55+ ready-to-use templates, 3 specialized agents, smart reporting that plugs into your existing workflow.", - "version": "1.0.0", + "version": "2.1.2", "author": { - "name": "Reza Rezvani", - "email": "reza.rezvani73@googlemail.com" + "name": "Alireza Rezvani", + "url": "https://alirezarezvani.com" }, "homepage": "https://github.com/alirezarezvani/claude-skills/tree/main/engineering-team/playwright-pro", "repository": "https://github.com/alirezarezvani/claude-skills", diff --git a/engineering-team/self-improving-agent/.claude-plugin/plugin.json b/engineering-team/self-improving-agent/.claude-plugin/plugin.json index c56d4d1..64d3350 100644 --- a/engineering-team/self-improving-agent/.claude-plugin/plugin.json +++ b/engineering-team/self-improving-agent/.claude-plugin/plugin.json @@ -1,9 +1,10 @@ { "name": "self-improving-agent", - "version": "1.0.0", + "version": "2.1.2", "description": "Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.", "author": { - "name": "Alireza Rezvani" + "name": "Alireza Rezvani", + "url": "https://alirezarezvani.com" }, "repository": "https://github.com/alirezarezvani/claude-skills", "license": "MIT",