From bb1c731e5f963fac56e942a984a8bd48d0bddf56 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:32:37 +0000 Subject: [PATCH 1/2] Initial plan From b82636c9754df5ca0f236b6401b1c2c0c9f6ca68 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sun, 15 Mar 2026 04:35:17 +0000 Subject: [PATCH 2/2] Fix linting plugin source path in marketplace.json Co-authored-by: heaths <1532486+heaths@users.noreply.github.com> --- .claude-plugin/marketplace.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 9c20944..b9bf620 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -6,7 +6,7 @@ "name": "Heath Stewart" }, "metadata": { - "version": "0.4.3" + "version": "0.4.4" }, "plugins": [ { @@ -27,7 +27,7 @@ }, { "name": "linting", - "source": "plugins/linting", + "source": "./plugins/linting", "description": "Skills and tools for formatting and linting", "version": "0.2.4" }