Releases: owenshuo/open-bounty-radar
Releases · owenshuo/open-bounty-radar
Open Bounty Radar v0.3.0
Highlights
- Added a scheduled GitHub Pages live discovery dashboard refreshed every 30 minutes.
- Published clear hosted entry points for the live dashboard and offline demo.
- Refreshed the scan dashboard with a darker live-radar UI while keeping it self-contained and static.
- Improved GitHub API proxy stability with Undici ProxyAgent.
- Added faster broad discovery defaults for live scans.
Dashboard
- Live dashboard: https://owenshuo.github.io/open-bounty-radar/live/discovery-dashboard.html
- Offline demo: https://owenshuo.github.io/open-bounty-radar/demo/demo-dashboard.html
- Pages entry: https://owenshuo.github.io/open-bounty-radar/
Reliability
- Added request timeout and proxy configuration documentation.
- Added payment-risk detection for broken bounty or payout flows.
- Improved false-positive handling for bounty-like dates.
- Reduced low-return crowded candidate noise.
Validation
npm run release:checkpassed before tagging.- CI and Pages workflows run on push.
Open Bounty Radar v0.2.0
Open Bounty Radar v0.2.0 improves real-world bounty discovery and triage quality.
Highlights:
- Add issue comment signal analysis for proposal density, reviewer activity, and fixed/closing signals.
- Avoid downgrading simple interest comments such as "I can work on this" unless real proposals or reviewer activity are present.
- Downgrade crowded proposal issues from
act-nowtomanual-revieworskip. - Add broader discovery scan mode with
npm run scan:discovery. - Add reward and amount search presets for wider candidate discovery.
- Keep discovery output separate from compact example reports.
Why it matters:
- The scanner now avoids obvious duplicate/proposal-crowded work more reliably.
- Discovery mode increases recall while preserving responsible contribution risk labels.
Validation:
npm test: 111 passednpm run release:check: ok- GitHub Actions CI: success
- Pages Demo workflow: success
Try discovery mode:
export GITHUB_TOKEN=github_pat_xxx
npm run scan:discoveryDocs:
- README: https://github.com/owenshuo/open-bounty-radar#readme
- Hosted demo: https://owenshuo.github.io/open-bounty-radar/
- Responsible contribution: https://github.com/owenshuo/open-bounty-radar/blob/main/docs/responsible-contribution.md
- Codex for OSS notes: https://github.com/owenshuo/open-bounty-radar/blob/main/docs/codex-for-oss.md
Open Bounty Radar v0.1.1
Open Bounty Radar v0.1.1 aligns the public release with the latest OSS review-readiness work on main.
What changed since v0.1.0:
- CI now runs the full
npm run release:checkgate. - The offline demo fixture now shows an actionable
act-now/readycandidate in the dashboard. - The README demo screenshot has been refreshed for public review.
- Added responsible contribution guidance for avoiding duplicate, spammy, or rule-evading bounty PRs.
Validation:
npm test: 105 passednpm run release:check: ok- GitHub Actions CI: success
Start with:
npm test
npm run init
npm run doctor
npm run radarFor an offline demo:
npm run demo:offline
npm run serveDocs:
- README: https://github.com/owenshuo/open-bounty-radar#readme
- Responsible contribution: https://github.com/owenshuo/open-bounty-radar/blob/main/docs/responsible-contribution.md
- Codex for OSS notes: https://github.com/owenshuo/open-bounty-radar/blob/main/docs/codex-for-oss.md
- Release checklist: https://github.com/owenshuo/open-bounty-radar/blob/main/docs/release.md
Open Bounty Radar v0.1.0
Open Bounty Radar v0.1.0 is the first public CLI release for discovering, scoring, and monitoring paid open-source issues and bounty-style pull request opportunities.
Highlights:
- Local-first scan and watch workflows.
- Markdown, JSON, CSV, JSONL, static HTML, and dashboard outputs.
- Linked PR competition analysis, readiness checks, watch insights, and notification rules.
- GitHub Actions template, JSON schema, offline demo fixtures, release checks, and CI.
- Demo dashboard screenshot for quick project review.
- Responsible contribution guidance for avoiding duplicate, spammy, or rule-evading bounty PRs.
Start with:
npm test
npm run init
npm run doctor
npm run radarFor an offline demo:
npm run demo:offline
npm run serveDocs:
- README: https://github.com/owenshuo/open-bounty-radar#readme
- Configuration: https://github.com/owenshuo/open-bounty-radar/blob/main/docs/configuration.md
- Responsible contribution: https://github.com/owenshuo/open-bounty-radar/blob/main/docs/responsible-contribution.md
- Release checklist: https://github.com/owenshuo/open-bounty-radar/blob/main/docs/release.md
- Codex for OSS notes: https://github.com/owenshuo/open-bounty-radar/blob/main/docs/codex-for-oss.md