From 3189d70500dd04133ea5edb6b68e4efd4ae03580 Mon Sep 17 00:00:00 2001 From: Morgan Lunt Date: Mon, 20 Jul 2026 15:11:49 -0700 Subject: [PATCH] receipts: tighten the marketplace description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit At 542 characters it was the longest of the 52 internal plugins and more than three times the median — the storefront copy sprawling for the same reason the README did. 345 now. Keeps what a reader needs before installing: that it reads their transcripts, runs read-only git, sends counts and project names to write the report, and leaves the result on their machine. --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 67e1d00a..c4a1ef9d 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -2592,7 +2592,7 @@ }, { "name": "receipts", - "description": "Generate a personal Claude Code impact report from your local ~/.claude/projects transcripts, cross-referenced against your local git history — what you shipped, which projects it went to, and each project's share of your usage — for justifying usage to a manager or a self-review. Reads your session transcripts and runs read-only git commands in the projects they mention; mining is local and only a small aggregate summary (counts and project names) is sent to write the report, which is saved to your home directory and published nowhere.", + "description": "A personal Claude Code impact report for justifying your usage to a manager or a self-review: what you shipped, which projects it went to, and each project's share of your usage. Reads your ~/.claude/projects transcripts and runs read-only git locally; only counts and project names are sent to write it up, and the report stays on your machine.", "author": { "name": "Anthropic", "email": "support@anthropic.com"