You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found independently by two parallel work branches: npm run typecheck covers core/cli/mcp but not packages/app, and electron-vite builds don't type-gate — so renderer type errors survive indefinitely. Currently two exist on main:
Add app to the root typecheck (per-target tsc --noEmit for main/preload/renderer) and to check.yml — mind the CI-minutes economy; it's cheap relative to the existing app build step
Found independently by two parallel work branches:
npm run typecheckcovers core/cli/mcp but not packages/app, and electron-vite builds don't type-gate — so renderer type errors survive indefinitely. Currently two exist on main:RegisterProjectDialog.tsx:161—TypeSelectValuemismatchOverviewTab.tsx:55— renderer'sProjectBrieftype missingsource_inspection(the Close the registration → enrichment gap with a post-registration next-steps surface #37 branch fixes this one in passing)tsc --noEmitfor main/preload/renderer) and to check.yml — mind the CI-minutes economy; it's cheap relative to the existing app build step