Danijel Martinek
a9f27f0d7e
refactor: remove core-events from main (scaffoldable via gen core-package events)
- Delete packages/core-events/ (15 files)
- Strip @repo/core-events from all 5 feature package.json + apps/web-next/package.json
- Strip @repo/core-events from apps/web-next/next.config.mjs transpilePackages
- Strip E1 + J no-restricted-syntax blocks from core-eslint/base.js (anchor remains)
- Update bind-production.ts: drop bus construction + IEventBus import; rename
resolveEventsAndJobsProduction → resolveJobsProduction (queue only),
resolveEventsAndJobsDevSeed → resolveJobsDevSeed (queue only);
ctx no longer has bus field; BindProductionContext generic arg narrowed
- Update bind-production.test.ts: assert ctx.bus is undefined, drop
PayloadJobsEventBus/InMemoryEventBus instanceof checks
- Update sign-up-welcome-email.test.ts: assert mailer stays empty without bus
- Inline userSignedUpEvent in auth (drop defineEvent import from core-events)
- Drop InMemoryEventBus fallback from auth/di/module.ts
Feature binders' bus?.subscribe/publish calls remain as no-ops. Scaffold
@repo/core-events back via: pnpm turbo gen core-package events
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-09 14:00:35 +02:00
..
2026-05-07 19:09:50 +02:00
2026-05-05 23:34:32 +02:00
2026-05-06 19:04:33 +02:00
2026-05-09 13:17:04 +02:00
2026-05-09 14:00:35 +02:00
2026-05-06 15:33:28 +02:00
2026-05-09 14:00:35 +02:00
2026-05-07 19:09:50 +02:00
2026-05-08 12:23:52 +02:00
2026-05-08 16:28:21 +02:00
2026-05-06 12:58:10 +02:00
2026-05-05 00:38:49 +02:00
2026-05-08 22:05:27 +02:00