docs/plans/2026-03-17-root-typecheck-cleanup.md
Restore a passing root pnpm typecheck after the Turbo typecheck graph started building dependencies first.
Keep bun run test green as well.
apps/www/src/__tests__/package-integration instead of patching package manifests or non-test source.pnpm typecheck and bun run test pass or a new external blocker appears.typecheck honest. No fake green by weakening checks.src typing hacks.apps/www when package-local seams stop being honest.completed: establish cleanup strategy and constraintscompleted: move invalid docx integration tests into apps/www and relocalize package-only helperscompleted: make root pnpm typecheck use a warm-build wrapper plus Turbo typecheck --onlycompleted: rerun bun run test and root pnpm typecheckdocx integration tests living under packages/docx/src/lib/__tests__platejs and @udecode/react-hotkeyssrc typing patchespackage.json: g:typecheck now does (pnpm g:build || pnpm g:build) && turbo --filter "./packages/**" typecheck --only.