From b21596de20ac3a8dafe6e67bacd3d3a9322f29b2 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Fri, 27 Feb 2026 02:29:17 -0800 Subject: [PATCH] fix: sync plugin manifest to v1.6.0, add chief-of-staff agent, fix placeholder email MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - plugin.json version 1.4.1 → 1.6.0 to match npm/repo - Add chief-of-staff.md to agents array (merged in PR #280) - Fix marketplace.json owner email to me@affaanmustafa.com --- .claude-plugin/marketplace.json | 2 +- .claude-plugin/plugin.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 8630cc60..7a5763fa 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -2,7 +2,7 @@ "name": "everything-claude-code", "owner": { "name": "Affaan Mustafa", - "email": "affaan@example.com" + "email": "me@affaanmustafa.com" }, "metadata": { "description": "Battle-tested Claude Code configurations from an Anthropic hackathon winner" diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 735b9f02..a2242ef6 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "everything-claude-code", - "version": "1.4.1", + "version": "1.6.0", "description": "Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use", "author": { "name": "Affaan Mustafa", @@ -26,6 +26,7 @@ "agents": [ "./agents/architect.md", "./agents/build-error-resolver.md", + "./agents/chief-of-staff.md", "./agents/code-reviewer.md", "./agents/database-reviewer.md", "./agents/doc-updater.md",