Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
| 2026-08-17 | codex/therapy-global-convergence-20260814 | a3d81a66ca1340f93cbda6a00df85b3d7802ae89 | PR #1992 CI-blocker fix (format + regex anchor) | fixed 2 required-CI blockers: prettier format on tests/therapy-pr-unblocking-contract.test.ts, and a JS-regex end-anchor bug in tests/audit-navigation-auth-regressions.test.ts (missing \s* before $ meant it never matched under JS $ semantics for a sourceSegment slice ending in a trailing newline). Merged origin/main (1 commit, clean tree). Local verification: typecheck, lint, full format:check, and full vitest suite (626 files / 6726 tests) all green. Lighthouse mobile-root CLS CI regression investigated: no code in the diff plausibly explains a home-page CLS shift; single local reproduction measured CLS 0.013, matching baseline (CI's own budget script treats a single breach as needing majority-of-3 confirmation, consistent with CI noise). Production UI (3) differentials Playwright failure investigated: PR diff does not touch any differentials/navigation files; not reproducible locally (Playwright browser revision mismatch in this environment). Left both for the fresh CI run to confirm; did not make speculative product-code changes. | typecheck,lint,format:check,test(vitest full 626/626) |
Loading