docs: sync CHANGELOG/CURRENT-STATE for library-drift-audit plan completion (PRs #128, #130, #129, #131, #132)#133
Conversation
…etion (PRs #128, #130, #129, #131, #132) Records the Library Drift Audit (Context7) plan completion in two docs: - CHANGELOG.md: adds [1.5.0] section at top (before [1.4.0]) summarizing the 5 merged PRs (1 CRITICAL CDN cache-bleed fix + observability modernization + zod forward-compat + 2 hotfixes). Mirrors the [1.4.0] Keep a Changelog style with Fixed / Changed / Tests / Out of Scope subsections. - docs/CURRENT-STATE.md: replaces 2026-06-04 entry with 2026-06-06 reflecting audit completion; references all 5 PRs, all 4 quality gates green, 101/101 vitest across 14 suites. No code changes. package.json not bumped (per task spec). 1 atomic commit since both files document the same single event (plan completion) and PR review requires seeing them together.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedPull request was closed or merged during review WalkthroughThis PR updates documentation for the 1.5.0 release completion. It adds a CHANGELOG entry recording library drift audit fixes (Supabase middleware, Genkit modernization, Sentry instrumentation) and updates project tracking in CURRENT-STATE.md to reflect 1.5.0 status, test metrics, and deferred technical debt items. ChangesRelease 1.5.0 Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Records the Library Drift Audit (Context7) plan completion in two docs.
The 5 underlying PRs are already merged in
main(HEAD3808cbe):fix(supabase): forward cache-bust headers in middleware setAll (Supabase SSR 0.10)(CRITICAL CDN cache-bleed)feat(observability): Genkit 1.36 modernize + Sentry 10.56 instrumentation(7 atomic commits)refactor(schemas): zod forward-compat(2 atomic commits)test(sentry): fix TS spread error in @sentry/nextjs mock(hotfix)test(treinos): fix v4-UUID test data regression(hotfix)Changes
CHANGELOG.mdAdds
[1.5.0] — 2026-06-06 — Library Drift Audit (Context7)section at the top, before the existing[1.4.0]entry. Mirrors the existing Keep a Changelog style with### Fixed,### Changed,### Tests, and### Out of Scopesubsections. All facts cross-checked against.sisyphus/evidence/audit-context7-2026-06-05.md.docs/CURRENT-STATE.mdReplaces the
2026-06-04"Code Quality Phase 2" entry with a2026-06-06"Library Drift Audit" entry. References all 5 PRs, all 4 quality gates green, 101/101 vitest across 14 suites.Pendências Técnicasnow lists audit-by-audit outcomes instead of PR-scoped notes.Scope discipline
package.jsonnot bumped (per task spec)origin/mainHEAD3808cbevia worktree at/tmp/opencode/wt-audit-syncdocs:scope, matches repo convention from docs: sync CHANGELOG/README/CURRENT-STATE with PR #118 + 5 follow-ups #120)--no-verifyused (docs only, prettier config gap on 13 evidence files is known LOW, not PR-introduced)Quality gates (inherited from main HEAD 3808cbe)
.sisyphus/evidence/*.mdis a known LOW, not PR-introduced)Evidence
.sisyphus/evidence/t18-docs-sync.log(full task spec compliance + fact-check table).sisyphus/evidence/audit-context7-2026-06-05.md(source of truth for all numbers).sisyphus/plans/library-drift-audit-2026-06-05.md(DoD: 4 quality gates green, F1-F4 reviews APPROVE)Merge strategy
Squash merge to main. After merge:
git log origin/main --oneline -3will show this docs commit at HEAD.🤖 Generated with Claude Code
Summary by cubic
Syncs docs to record completion of the Library Drift Audit (Context7) and the 1.5.0 release. Adds [1.5.0] — 2026-06-06 to
CHANGELOG.mdsummarizing PRs #128, #130, #129, #131, #132, and updatesdocs/CURRENT-STATE.mdto 2026-06-06 with 4/4 quality gates green and 101/101 tests.Written for commit 4ce87a0. Summary will update on new commits.
Summary by CodeRabbit
Bug Fixes
Changed
Tests
Documentation