Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
182df328 chore: remove packages/typescript/smoke-tests — fully replaced by testing/e2e
The smoke-tests E2E suite and adapters package have been fully consolidated
into the new testing/e2e/ infrastructure:
- E2E tests: all 29 smoke-test specs (chat, approval, client tools, race
conditions, server-client sequences) now live in testing/e2e/tests/tools-test/
- Adapter tests: all features (chat, one-shot, tool-calling, structured output,
multimodal, summarize, etc.) covered by testing/e2e/ provider-coverage tests
- LLM simulator: replaced by aimock fixtures across all test scenarios
Also:
- Remove packages/typescript/smoke-tests/* from pnpm-workspace.yaml
- Remove smoke-tests entries from knip.json
- Update scripts/distribute-keys.ts to use testing/e2e/.env.local
- Update testing/e2e/README.md to remove LLM simulator references