Exclude test app src/ directories from SDK tsconfig.json instead of
using a .d.ts hack. These directories contain standalone app code
(with their own tsconfig.json) that should not be typechecked as SDK
root files.
- Exclude src/app-seeds/*/src/** and src/cli/__tests__/apps/*/src/**
- Add check-core-client logic function that verifies CoreApiClient
- Add E2E test asserting CoreApiClient has real query/mutation methods
- Add app-build integration test documenting current stub behavior
Made-with: Cursor