chore(plugin): clean up plugin manifests

- Remove no-op `"hooks": {}` from .claude-plugin/plugin.json (auto-discovery from hooks/hooks.json picks up the SessionStart hook).
- Remove redundant `version` from marketplace.json plugin entry; plugin.json is the source of truth per the spec.
- Sync description / longDescription across .claude-plugin and .codex-plugin manifests so all surfaces show the same copy.
This commit is contained in:
Trevin Chow
2026-04-24 23:16:29 -07:00
parent d1823a2d05
commit ceec99b24c
3 changed files with 4 additions and 6 deletions
+1 -2
View File
@@ -10,8 +10,7 @@
"plugins": [ "plugins": [
{ {
"name": "last30days", "name": "last30days",
"description": "Research any topic across Reddit, X, YouTube, TikTok, Instagram, HN, Polymarket, GitHub, and 5+ more sources.", "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.",
"version": "3.1.1",
"author": { "author": {
"name": "Matt Van Horn", "name": "Matt Van Horn",
"url": "https://github.com/mvanhorn" "url": "https://github.com/mvanhorn"
+1 -2
View File
@@ -10,6 +10,5 @@
"homepage": "https://github.com/mvanhorn/last30days-skill", "homepage": "https://github.com/mvanhorn/last30days-skill",
"repository": "https://github.com/mvanhorn/last30days-skill", "repository": "https://github.com/mvanhorn/last30days-skill",
"license": "MIT", "license": "MIT",
"keywords": ["research", "reddit", "twitter", "youtube", "tiktok", "instagram", "trends", "prompts", "polymarket", "github", "perplexity", "threads", "pinterest", "eli5", "hacker-news"], "keywords": ["research", "reddit", "twitter", "youtube", "tiktok", "instagram", "trends", "prompts", "polymarket", "github", "perplexity", "threads", "pinterest", "eli5", "hacker-news"]
"hooks": {}
} }
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"name": "last30days", "name": "last30days",
"version": "3.1.1", "version": "3.1.1",
"description": "Research any topic across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and more sources.", "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": { "author": {
"name": "Matt Van Horn", "name": "Matt Van Horn",
"email": "mvanhorn@gmail.com", "email": "mvanhorn@gmail.com",
@@ -26,7 +26,7 @@
"interface": { "interface": {
"displayName": "Last 30 Days", "displayName": "Last 30 Days",
"shortDescription": "Research recent discussion across social and web sources", "shortDescription": "Research recent discussion across social and web sources",
"longDescription": "Use Last 30 Days to research what people are saying, upvoting, sharing, and betting on across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and web sources.", "longDescription": "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.",
"developerName": "Matt Van Horn", "developerName": "Matt Van Horn",
"category": "Research", "category": "Research",
"capabilities": [ "capabilities": [