93fbed2705
The harness rejects "./" in the skills array with Path escapes plugin directory: ./ (skills) even though 2.1.94's changelog explicitly sanctioned this pattern. This prevents the plugin from loading on current releases. "./" also created a latent duplicate name: it registered the root SKILL.md as "last30days", while auto-discovery of skills/last30days-nux/SKILL.md (a symlink to ../../SKILL.md) registered the same content under the same name. The duplicate only surfaced once the registration succeeded. Dropping "./" makes skills/ auto-discovery the single source for the harness: skills/last30days-nux/ registers as "last30days", and skills/last30days/ registers as "last30days-v3-spec" via its frontmatter name. The root SKILL.md continues to serve the other harnesses that rely on it (.agents/, .hermes-plugin/, .codex-plugin/, gemini-extension).
16 lines
727 B
JSON
16 lines
727 B
JSON
{
|
|
"name": "last30days",
|
|
"version": "3.0.0",
|
|
"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",
|
|
"email": "mvanhorn@gmail.com",
|
|
"url": "https://github.com/mvanhorn"
|
|
},
|
|
"homepage": "https://github.com/mvanhorn/last30days-skill",
|
|
"repository": "https://github.com/mvanhorn/last30days-skill",
|
|
"license": "MIT",
|
|
"keywords": ["research", "reddit", "twitter", "youtube", "tiktok", "instagram", "trends", "prompts", "polymarket", "github", "perplexity", "threads", "pinterest", "eli5", "hacker-news"],
|
|
"hooks": {}
|
|
}
|