learning_ai_common_plat/services/cowork-service/src/lib
Saravana Achu Mac 6978ddb209 chore(cowork-service): type test doubles
Replace cowork-service test any casts with structural test doubles for IPC bridges, Fastify request payloads, and private IPC bridge probes.

Verification: pnpm --filter @lysnrai/cowork-service build; pnpm --filter @lysnrai/cowork-service test; pnpm --filter @lysnrai/cowork-service exec eslint . --ext .ts,.tsx; pnpm lint.
2026-05-04 15:25:43 -07:00
..
auth.ts feat(cowork-service): ecosystem alignment + IPC bridge to Rust runtime 2026-04-02 22:14:24 -07:00
config.ts feat(cowork-service): H.10 extraction proxy routes + EXTRACTION_SERVICE_URL config 2026-04-03 00:04:11 -07:00
feature-flags.test.ts test(cowork-service): add product-config, feature-flags, health routes tests 2026-04-02 22:22:59 -07:00
feature-flags.ts fix(cowork-service): audit flush field name mismatch + server test mock gap 2026-04-02 23:02:38 -07:00
flush-scheduler.test.ts fix(cowork-service): audit flush field name mismatch + server test mock gap 2026-04-02 23:02:38 -07:00
flush-scheduler.ts fix(cowork-service): audit flush field name mismatch + server test mock gap 2026-04-02 23:02:38 -07:00
ipc-bridge.test.ts chore(cowork-service): type test doubles 2026-05-04 15:25:43 -07:00
ipc-bridge.ts feat(cowork-service): IPC LLM interception — Rust runtime delegates LLM calls to multi-provider router 2026-04-03 01:11:34 -07:00
llm-router.ts fix(cowork-service): audit H.7 — fix LLM timeout, harden test mocks, add Ollama config 2026-04-02 23:37:50 -07:00
platform-client.test.ts test(cowork-service): platform-client + flush-scheduler tests (17 new tests) 2026-04-02 22:53:04 -07:00
platform-client.ts fix(audit): preserve source event timestamps 2026-04-04 11:27:21 -07:00
product-config.test.ts test(cowork-service): add product-config, feature-flags, health routes tests 2026-04-02 22:22:59 -07:00
product-config.ts feat(cowork-service): ecosystem alignment + IPC bridge to Rust runtime 2026-04-02 22:14:24 -07:00
request-context.ts feat(cowork-service): ecosystem alignment + IPC bridge to Rust runtime 2026-04-02 22:14:24 -07:00
telemetry.ts feat(cowork-service): ecosystem alignment + IPC bridge to Rust runtime 2026-04-02 22:14:24 -07:00