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