diff --git a/src/data/marketplace.json b/src/data/marketplace.json index 9b9545e..dbcb65f 100644 --- a/src/data/marketplace.json +++ b/src/data/marketplace.json @@ -50,6 +50,16 @@ }, "homepage": "https://github.com/heurema/anvil" }, + { + "name": "reporter", + "description": "Report bugs, request features, and ask questions for any heurema product. Auto-detects repo from git remote, collects environment context (OS, shell, Claude Code version), previews the issue, and submits via gh CLI with clipboard fallback.", + "category": "productivity", + "source": { + "source": "url", + "url": "https://github.com/heurema/reporter.git" + }, + "homepage": "https://github.com/heurema/reporter" + }, { "name": "sentinel", "description": "Core sentiment stack for crypto trading — Fear & Greed Index, news scanning with sentiment scoring, social intelligence via LunarCrush, and prediction market odds from Polymarket. Unified SignalOutput v1 format. Three skills work free, one requires API key.", diff --git a/src/data/plugin-meta.json b/src/data/plugin-meta.json index 790e6b9..c2e5d69 100644 --- a/src/data/plugin-meta.json +++ b/src/data/plugin-meta.json @@ -53,6 +53,13 @@ "tags": ["plugin-development", "testing", "validation", "scaffold", "heurema"], "verified": true }, + "reporter": { + "version": "0.1.0", + "license": "MIT", + "status": "alpha", + "tags": ["issue-reporting", "feedback", "github", "productivity"], + "verified": true + }, "sentinel": { "version": "0.1.0", "license": "MIT",