Skip to main content

Daily Command Set

pnpm dev:full
DISABLE_BACKGROUND_JOBS=true pnpm dev:full
pnpm check
pnpm test:unit
pnpm test:integration
pnpm docs:check
Add pnpm test:e2e for auth/public/UI-routing changes. Use DISABLE_BACKGROUND_JOBS=true for local UI smoke tests against shared or production-like credentials so the backend does not process Sheets sync queues, two-way Sheets imports, reminders, or recurring task checks during validation. Production Render does not set this flag.

Required Merge Gates

  1. typecheck passes
  2. relevant tests pass
  3. docs updated in same change
  4. risk note and rollback note included

Branch and Scope Rules

  • keep one logical change per PR
  • avoid mixed feature + refactor + schema bundles
  • escalate risky auth/public changes for manager review

Extension Workflow

WhatsApp:
cd /whatsapp-extension-react
pnpm dev
pnpm build
LinkShot:
cd /linkshot-extension
pnpm build