Skip to content

subscope v0.2.0

Latest

Choose a tag to compare

@dancolta dancolta released this 28 May 22:42
· 41 commits to main since this release

Second release. Everything since v0.1.0.

Live subreddit discovery (onboarding)

Onboarding no longer seeds target subreddits from a generic founder template. It now searches Reddit live against your own pain phrasing + competitor brands, recommends only subreddits with a real buyer thread in the last 7 days (clickable link + absolute timestamp), explains why each was picked in plain English, and has Claude review every candidate to drop false positives a keyword search cannot catch (career questions, self-promo, brand-name collisions). Each recommendation carries a 0-100 confidence score. See "How subscope finds your subreddits" in the README.

DataForSEO + Firecrawl enrichment (optional)

Conditional consumers: when keys are present, DataForSEO seeds your competitor list and Firecrawl scrapes your homepage for positioning. Silent no-op without keys. Results cached in SQLite; daily scans are cache-read only.

Reddit OAuth removed

Public JSON only. The account-creation captcha was blocking too many users from the value path; the reply-tracking feature that needed OAuth went with it. Zero keys required on day 1.

Skills renamed

All 15 skills now carry the subscope- prefix (/subscope-run, /subscope-onboard, ...) so they are unambiguous in the slash-command menu.

Scan quality (live-feedback fixes)

Clearer /subscope-tune prompts, a grouped plain-English "what was filtered" footer on /subscope-run, a 24h freshness floor, author-quality thresholds externalized to weights.yml, and backfill so a run reliably returns 5 to 12 surfaces.

274 tests. MIT.