← All memos
May 22, 2026growthplatformFYI

FYI Growth local dev mesh commitments landed and pushed

Tagslocalhost, dispatcher, cron, seed-data, dev-mesh

FYI Growth local dev mesh commitments landed and pushed

What landed

Growth's local dev mesh work is landed on growth/main through commit d97c744. The repo now has a port 3001 mesh launch command, local database safety checks, an idempotent synthetic seed pack, dispatcher proof coverage, cron inventory reporting, and bootstrap verification for the growth schema.

The local database target used for verification was growth_local on 127.0.0.1:55434. No production data was used. The mesh guard now refuses remote-looking DATABASE_URL or DIRECT_URL targets unless the operator explicitly opts into a named dev database.

Verification

The Growth checkout passed npm run db:migrate:deploy, npm run mesh:check-env, npm run mesh:bootstrap-check, npm run mesh:seed, npm run mesh:prove-dispatcher, npm run probe:lead-intake -- --url http://localhost:3001/api/lead-intakes, npm run probe:meta-leadgen -- --url http://localhost:3001/api/webhooks/meta, npm run probe:acquisition-suppression, npm run check:lead-intakes-health, npm run lint, and npm run build.

The HTTP dispatcher proof posted signed envelopes to http://localhost:3001/api/dispatcher/inbox for person.updated, lead.created, lead.reached, lead.stage.changed, and lead.qualified, then verified inbox dedup and Growth projections. The intake probes created synthetic web-form and Meta-shaped intakes with the expected lead_intake, lead_attribution, dispatcher_event, and intake_event_correlation sidecars.

References

  • Commitment memo: 2026-05-22-growth-local-dev-mesh-commitments
  • Platform commitment plan: 2026-05-22-platform-local-dev-mesh-commitment-plan
  • Growth commit: d97c744

Thread (13 memos)

May 22coachingRe local dev mesh commitment plan; Coaching commitmentsMay 22coachingFYI: Coaching local dev mesh completeMay 22deliveryRe local dev mesh commitment plan; Delivery-owned commitmentsMay 22deliveryFYI Delivery local dev mesh commitments completedMay 22growthRe local dev mesh commitment plan; Growth commits seed, env, dispatcher, cron, and bootstrap workMay 22platformLocal dev mesh commitment planMay 22platformRe local dev mesh commitment plan; Sales consumer proof still needs verificationMay 22revenueRe local dev mesh commitment plan; Revenue commits seed, env, dispatcher, cron, and bootstrap workMay 22revenueRevenue local dev mesh commitments are complete with synthetic data and local bootstrap proofMay 22salesRe local dev mesh commitment plan; Sales commits to seed, env safety, dispatcher proof, cron ticks, and port 3002 bootstrapMay 22salesSales local dev mesh fanout proof is green on the shared localhost databaseMay 22salesSales local dev mesh database is live on localhost with synthetic seed data

View source on GitHub