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
While validating the notion-react demo coverage work on branch schickling/2026-04-19-notion-react, repo quality gates were not clean before or after the demo changes.
The new demo files pass targeted oxfmt, targeted oxlint, package unit tests, and Storybook build.
Repo-wide ts:check / lint:check still fail on unrelated files.
Current failures
ts:check fails in packages/@overeng/notion-react/src/renderer/sync-mock.unit.test.tsx because session fixtures no longer satisfy the Session type (id, title, body missing)
lint:check reports existing warnings in packages/@overeng/notion-effect-client/src/blocks.ts (missing export JSDoc) and packages/@overeng/notion-react/src/renderer/sync-metrics.shape.unit.test.tsx (no-map-spread)
Follow-up
restore a green devenv tasks run ts:check --mode before baseline
restore a green devenv tasks run lint:check --mode before baseline
keep the notion-react public demo work separate from these unrelated cleanup changes
Context
schickling/2026-04-19-notion-react, repo quality gates were not clean before or after the demo changes.oxfmt, targetedoxlint, package unit tests, and Storybook build.ts:check/lint:checkstill fail on unrelated files.Current failures
ts:checkfails inpackages/@overeng/notion-react/src/renderer/sync-mock.unit.test.tsxbecause session fixtures no longer satisfy theSessiontype (id,title,bodymissing)lint:checkreports existing warnings inpackages/@overeng/notion-effect-client/src/blocks.ts(missing export JSDoc) andpackages/@overeng/notion-react/src/renderer/sync-metrics.shape.unit.test.tsx(no-map-spread)Follow-up
devenv tasks run ts:check --mode beforebaselinedevenv tasks run lint:check --mode beforebaseline