learning_ai_common_plat/services/platform-service/src/lib
Saravana Achu Mac 663dcdecab chore(platform): replace runtime console diagnostics
What changed:
- Replaced platform-service runtime console diagnostics with structured stderr logging helpers.
- Preserved push notification, AI diagnostics, auto-trigger, and diagnostics repository error handling semantics.

Warning impact:
- Platform runtime no-console warnings: 12 -> 0.
- Workspace lint: 12 -> 0 warnings.

Verification:
- pnpm --filter @lysnrai/platform-service build
- pnpm --filter @lysnrai/platform-service test
- pnpm --filter @lysnrai/platform-service exec eslint <runtime files> --ext .ts
- pnpm lint
2026-05-04 16:48:25 -07:00
..
api-key-auth.test.ts feat(ratelimit): back api throttles with datastore 2026-03-15 09:37:03 +00:00
api-key-auth.ts fix(platform): fix 2 type errors found in typecheck sweep 2026-03-19 19:02:57 -07:00
auth.ts refactor: merge tracker-service into platform-service 2026-02-14 21:34:21 -08:00
auto-register.test.ts feat(platform-service): auto-registration on first request (Phase 4.1) — 8 tests 2026-03-19 22:00:57 -07:00
auto-register.ts feat(platform-service): auto-registration on first request (Phase 4.1) — 8 tests 2026-03-19 22:00:57 -07:00
blob.ts refactor(storage): migrate to storage abstraction 2026-03-02 09:07:33 -08:00
config.test.ts docs(config): align rate limit settings 2026-03-15 09:42:42 +00:00
config.ts feat(jobs): register devintelli-daily-sync cron job (0 6 * * *) 2026-04-04 23:37:25 -07:00
cosmos-init.test.ts fix(platform): replace 3 console.* calls with process.stdout/stderr in cosmos-init + server startup 2026-03-01 17:41:02 -08:00
cosmos-init.ts feat(timeline): add platform timeline ingest and query api 2026-04-04 00:54:07 -07:00
cosmos.ts fix(common): configure ESLint 9 and fix lint issues 2026-02-12 16:37:30 -08:00
datastore.ts feat(platform-service): migrate 6 repositories to @bytelyst/datastore (flags, settings, comments, votes, products, themes) — 756/756 tests pass 2026-03-02 00:51:03 -08:00
declarative-loader.test.ts chore(platform-service): remove stale lint disables 2026-05-04 15:22:37 -07:00
declarative-loader.ts feat(platform-service): declarative YAML module loader (4.4) — 34 tests 2026-03-19 21:16:58 -07:00
declarative-schema.ts feat(platform-service): declarative YAML module loader (4.4) — 34 tests 2026-03-19 21:16:58 -07:00
errors.test.ts fix(common): configure ESLint 9 and fix lint issues 2026-02-12 16:37:30 -08:00
errors.ts fix(common): configure ESLint 9 and fix lint issues 2026-02-12 16:37:30 -08:00
event-bus.test.ts feat(events): add durable event bus worker path 2026-03-14 16:02:40 +00:00
event-bus.ts feat(events): add durable event bus worker path 2026-03-14 16:02:40 +00:00
event-dispatcher.ts feat(flags): production-grade feature flag system — multi-variate, segments, audit, SSE, scheduling, prerequisites 2026-03-21 11:44:49 -07:00
event-store-bridge.ts feat(platform): Phase 1 — Durable Event Bus + Worker Runtime 2026-03-20 03:12:54 -07:00
pii-redaction.ts fix(lint): repair pre-existing baseline lint errors blocking W1 gates 2026-04-16 13:06:37 -07:00
product-config.ts refactor: merge tracker-service into platform-service 2026-02-14 21:34:21 -08:00
push-notifications.ts chore(platform): replace runtime console diagnostics 2026-05-04 16:48:25 -07:00
request-context.ts feat(platform-service): auto-registration on first request (Phase 4.1) — 8 tests 2026-03-19 22:00:57 -07:00
stripe.ts refactor: merge billing-service into platform-service 2026-02-14 21:31:04 -08:00
webhooks.ts feat(waitlist): add pre-launch waitlist module (types, repo, routes) 2026-02-16 22:45:14 -08:00