From 517ad73189ffe218da7e991efb7c71905259def8 Mon Sep 17 00:00:00 2001 From: Wei18 <11254896+Wei18@users.noreply.github.com> Date: Mon, 6 Jul 2026 21:28:55 +0800 Subject: [PATCH] fix(action): shorten description under Marketplace 125-char limit; bump 2.1.1 Co-Authored-By: Claude Fable 5 --- .claude-plugin/marketplace.json | 2 +- action.yml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index aff12dc..5b56914 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -9,7 +9,7 @@ "name": "upkeep", "source": "./skills/upkeep-audit", "description": "Run the Upkeep repo audit from Claude Code: drift findings by severity plus a self-contained HTML report. Never edits your files.", - "version": "2.1.0", + "version": "2.1.1", "author": { "name": "Wei18" } diff --git a/action.yml b/action.yml index 235d500..832ddd5 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,5 @@ name: Upkeep Audit -description: >- - AI audit crew for repo drift — stale docs, specs that no longer match the - code, orphaned assets, broken conventions. Reports findings with evidence; - never edits or deletes your files. +description: AI audit crew for repo drift - finds stale docs, mismatched specs, and orphaned assets. Evidence-based, output-only. author: Wei18 branding: icon: search