it0/packages
hailin d8cb2a9c6f fix: use standard TypeORM repos and header-based tenant extraction
- Replace TenantAwareRepository with standard @InjectRepository
  (TenantAwareRepository requires AsyncLocalStorage tenant context
  middleware which agent-service does not have)
- Replace @TenantId() decorator with @Headers('x-tenant-id')
  for direct HTTP header extraction
- Return defaults gracefully when no tenant is selected

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 22:41:30 -08:00
..
gateway fix: resolve runtime errors for NestJS, Kong, and voice-service 2026-02-19 19:00:03 -08:00
services fix: use standard TypeORM repos and header-based tenant extraction 2026-02-21 22:41:30 -08:00
shared fix: add missing @it0/common dependency to @it0/testing 2026-02-19 04:48:49 -08:00