From 8d8ca687813f1542cc56241a19a7dca85a669bdb Mon Sep 17 00:00:00 2001 From: Matt Van Horn <455140+mvanhorn@users.noreply.github.com> Date: Tue, 14 Apr 2026 12:21:24 -0400 Subject: [PATCH] chore: bump version to 3.0.1 + changelog entry Atomic bump across all four manifests: - SKILL.md (root) - skills/last30days/SKILL.md (internal spec) - .claude-plugin/plugin.json - gemini-extension.json CHANGELOG entry documents the skill-upload packaging fix, vendor/ removal, legacy plans/ removal, and the new scripts/build-skill.sh builder. --- .claude-plugin/plugin.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ SKILL.md | 2 +- gemini-extension.json | 2 +- skills/last30days/SKILL.md | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index c5bec2b..21ec5c7 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "last30days", - "version": "3.0.0", + "version": "3.0.1", "description": "Research any topic across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and 5+ more sources. AI agent scores by upvotes, likes, and real money - not editors.", "author": { "name": "Matt Van Horn", diff --git a/CHANGELOG.md b/CHANGELOG.md index 295bd04..9016772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.0.1] - 2026-04-14 + +### Fixed + +- **Skill upload packaging** - `scripts/build-skill.sh` produces a claude.ai-upload-ready `.skill` file that fits under the 200-file cap. Previously, zipping the repo hit 406 files and the "Upload skill" UI rejected it outright. +- **SKILL.md description length** - trimmed from 228 to 167 chars (Anthropic caps descriptions at 200). + +### Removed + +- Unused root `vendor/` directory (215 files from an accidental commit in PR #48 - the real vendored X client lives at `scripts/lib/vendor/bird-search/`). +- Legacy top-level `plans/` directory (superseded by `docs/plans/`; both plans described work that was already shipped in v3). + +### Added + +- `.gitattributes` with `export-ignore` entries so `git archive` drops tests, docs, fixtures, assets, historical manifests, and internal skill subdirs. Mirrors Anthropic's canonical `package_skill.py` exclusions. +- `scripts/build-skill.sh` - one-command path to produce `dist/last30days.skill` with a single top-level `last30days/` folder, defensive `=200` file check, and dirty-tree refusal. +- `README.md` section documenting the claude.ai skill upload workflow. + ## [3.0.0] - 2026-04-11 ### Highlights diff --git a/SKILL.md b/SKILL.md index 6c3b9c3..922f82d 100644 --- a/SKILL.md +++ b/SKILL.md @@ -1,6 +1,6 @@ --- name: last30days -version: "3.0.0" +version: "3.0.1" description: "Multi-query social research across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, and the web. Intelligent query planning with Gemini/OpenAI fallback." argument-hint: 'last30days AI video tools, last30days best noise cancelling headphones' allowed-tools: Bash, Read, Write, AskUserQuestion, WebSearch diff --git a/gemini-extension.json b/gemini-extension.json index 062efdf..9111c79 100644 --- a/gemini-extension.json +++ b/gemini-extension.json @@ -1,6 +1,6 @@ { "name": "last30days-skill", - "version": "3.0.0", + "version": "3.0.1", "description": "Research a topic from the last 30 days across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, and the web.", "settings": [ { diff --git a/skills/last30days/SKILL.md b/skills/last30days/SKILL.md index fea4f86..dc9d18c 100644 --- a/skills/last30days/SKILL.md +++ b/skills/last30days/SKILL.md @@ -1,6 +1,6 @@ --- name: last30days-v3-spec -version: "3.0.0" +version: "3.0.1" description: "Internal architecture spec for the v3 last30days runtime pipeline. Not user-invocable." argument-hint: "last30days codex vs claude code" allowed-tools: Bash, Read, Write, WebSearch