- Quick start:
LAUNCH_QUICK_START.md - Stripe setup:
STRIPE_CHECKLIST.md - Full launch docs:
docs/launch/
- Bulk-merge open pull requests from CLI:
npm run pr:merge:all -- --dry-runthennpm run pr:merge:all. - Change-safety plan (local):
node .github/skills/secpriva-change-safety/scripts/select-validation.mjs --base origin/main - Install pre-push hook (lint + impacted tests):
npm run hooks:install .github/workflows/ci.yml- Runs core validation checks for code quality and test coverage..github/workflows/change-safety-plan.yml- Publishes scope-based validation recommendations on pull requests..github/workflows/deploy-smoke.yml- Executes post-deploy smoke checks for critical runtime paths..github/workflows/security.yml- Runs security-focused checks and scanning workflows..github/workflows/dependency-review.yml- Reviews dependency changes for known risk signals..github/workflows/db-backup.yml- Performs scheduled database backup automation..github/workflows/db-restore-check.yml- Verifies backup integrity with restore validation checks.
- In repository branch protection settings for
main, require these checks before merge:CISecurity ChecksDeploy Smoke TestChange Safety Plan
- Process and implementation docs:
docs/project/ - Documentation index:
docs/README.md