Releases: buzz39/beforeship
Releases · buzz39/beforeship
Release list
BeforeShip v0.1.5
BeforeShip v0.1.4
Adds a Model Context Protocol stdio server with tools for local scans, GitHub repo scans, deduplicated issue creation, and fix prompts.
BeforeShip v0.1.3
Adds GitHub repository scanning without cloning, full GitHub URL support, optional deduplicated issue creation, issue limits, and a manual outreach scan workflow.
BeforeShip v0.1.2
Publishes the CLI package with CI threshold flags. The CLI now supports --fail-on and --min-score for GitHub Actions and other CI workflows.
BeforeShip v0.1.1
Adds CI threshold flags: --fail-on and --min-score.
BeforeShip v0.1.0
BeforeShip v0.1.0
BeforeShip v0.1.0 is the first public beta of the local-first CLI.
Install
npx beforeship@latest scanHighlights
- Local deterministic scanner
- CLI commands:
scan,fix-prompts,loop,init,ignore - HTML, Markdown, JSON, and fix-prompt reports
- Stack detection for Next.js, Supabase, Neon/Postgres, Stripe/Razorpay, Vercel, env files
- Secrets/env scanning
- Next.js API route auth heuristics
- Payment webhook signature and idempotency checks
- Auth rate-limit and input-validation heuristics
- Supabase RLS/service-role heuristics
- Evidence-aware findings with confidence and fixed-when guidance
- Windows path handling
.beforeship/gitignore helper
Example
npx beforeship@latest scan /path/to/app
npx beforeship@latest fix-prompts /path/to/appReports
.beforeship/
launch-report.html
launch-report.md
findings.json
fix-prompts.md
Known Limitations
- Deterministic-only; no AI review yet.
- Best coverage is currently Next.js SaaS-style apps.
- Some findings are heuristic and should be reviewed.
- MCP server and GitHub Action are planned but not included in v0.1.0.
Verification
The release was tested with:
npm test
npm pack --workspace packages/core --dry-run
npm pack --workspace packages/cli --dry-run
npx beforeship@latest --version