Changelog
feat(m1): /matching with 100% profile gate
April 12, 2026Branch feat/m1-matching-full-profile-gatePR #2021 min readAI Generated
feat(m1): /matching with 100% profile gate
Automated summary for branch feat/m1-matching-full-profile-gate. This post is generated on push; commit it with your changes.
Commits
- 703c5800 feat(m1): /matching route with full-profile middleware gate
Files changed
CHANGELOG.md | 1 +
.../added-202-matching-full-profile-gate.md | 1 +
.../manifest.json | 14 +++++
.../versions/ai.md | 27 ++++++++++
.../account/home/account-home-client.tsx | 15 ++++++
webapp/src/app/(authenticated)/matching/page.tsx | 31 +++++++++++
webapp/src/lib/auth-funnel-routes.ts | 2 +
webapp/src/lib/profile-gate.ts | 60 +++++++++++++++++++++-
webapp/src/middleware.ts | 30 +++++++++++
webapp/test/middleware-profile-gate.test.ts | 11 ++++
10 files changed, 191 insertions(+), 1 deletion(-)
How this works
This file is produced by webapp/tools/sync-pr-blog-post.ts. Add a versions/human.md file in the same folder to publish a human-written alternative; the site will show tabs for AI Draft and Human when both exist.