Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/data/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down
7 changes: 7 additions & 0 deletions src/data/plugin-meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading