From 572bbf37bf2d25031270e8fac2ea99c981da5d25 Mon Sep 17 00:00:00 2001 From: JerrettDavis Date: Thu, 23 Apr 2026 15:49:36 -0500 Subject: [PATCH] chore: sync plugin manifest versions to 0.11.4 Running the repo's sync-plugin-versions pre-commit hook updates .claude-plugin/marketplace.json, .github/plugin/marketplace.json, and the two headroom-agent-hooks plugin.json manifests to the release semver computed from git tags (0.11.4 at time of branch). Landing this first keeps subsequent commits on this branch from tripping the hook's auto-fix path. Co-Authored-By: Claude Opus 4.7 (1M context) --- .claude-plugin/marketplace.json | 4 ++-- .github/plugin/marketplace.json | 4 ++-- plugins/headroom-agent-hooks/.claude-plugin/plugin.json | 2 +- plugins/headroom-agent-hooks/.github/plugin/plugin.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d17458557..55b2cc934 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -5,14 +5,14 @@ }, "metadata": { "description": "Headroom marketplace for Claude Code and GitHub Copilot CLI plugins.", - "version": "0.11.2" + "version": "0.11.4" }, "plugins": [ { "name": "headroom", "source": "./plugins/headroom-agent-hooks", "description": "Headroom startup hooks for Claude Code and GitHub Copilot CLI.", - "version": "0.11.2", + "version": "0.11.4", "author": { "name": "Headroom Contributors", "url": "https://github.com/chopratejas/headroom" diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index d17458557..55b2cc934 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -5,14 +5,14 @@ }, "metadata": { "description": "Headroom marketplace for Claude Code and GitHub Copilot CLI plugins.", - "version": "0.11.2" + "version": "0.11.4" }, "plugins": [ { "name": "headroom", "source": "./plugins/headroom-agent-hooks", "description": "Headroom startup hooks for Claude Code and GitHub Copilot CLI.", - "version": "0.11.2", + "version": "0.11.4", "author": { "name": "Headroom Contributors", "url": "https://github.com/chopratejas/headroom" diff --git a/plugins/headroom-agent-hooks/.claude-plugin/plugin.json b/plugins/headroom-agent-hooks/.claude-plugin/plugin.json index d3a6b2425..8a95ac275 100644 --- a/plugins/headroom-agent-hooks/.claude-plugin/plugin.json +++ b/plugins/headroom-agent-hooks/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "headroom", - "version": "0.11.2", + "version": "0.11.4", "description": "Headroom startup hooks for Claude Code and GitHub Copilot CLI.", "author": { "name": "Headroom Contributors", diff --git a/plugins/headroom-agent-hooks/.github/plugin/plugin.json b/plugins/headroom-agent-hooks/.github/plugin/plugin.json index 5d8ae816f..e885ecbe3 100644 --- a/plugins/headroom-agent-hooks/.github/plugin/plugin.json +++ b/plugins/headroom-agent-hooks/.github/plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "headroom", - "version": "0.11.2", + "version": "0.11.4", "description": "Headroom startup hooks for Claude Code and GitHub Copilot CLI.", "author": { "name": "Headroom Contributors",