Changelog
Branch feat/m5-b-agent-introductions: changelog
April 16, 2026Branch feat/m5-b-agent-introductions1 min readAI Generated
Branch feat/m5-b-agent-introductions: changelog
Automated summary for branch feat/m5-b-agent-introductions. This post is generated on push; commit it with your changes.
Commits
- 2d829ee4 feat(m5-b): agent introductions workspace and secure introduction PATCH
- bd7a6a44 chore(webapp): refresh PR blog post after chore commit
- f29aab27 chore(webapp): sync PR blog post for feat/m5-matching-overview-a
- 842cce4a Merge origin/main into feat/m5-matching-overview-a
- aa4431b8 feat(m5): matching overview API, BFF, and enriched /matching page
Files changed
docs/roadmap.md | 2 +-
lessons/lessons.md | 21 +++
plans/m5-matching-placement.md | 17 ++-
services/rust-api/src/api/mod.rs | 3 +
services/rust-api/src/api/v1/matching.rs | 160 +++++++++++++++++++--
services/rust-api/src/repositories/mod.rs | 3 +-
services/rust-api/src/repositories/postgres.rs | 87 ++++++++++-
.../feat-m5-matching-overview-a/manifest.json | 12 ++
.../feat-m5-matching-overview-a/versions/ai.md | 29 ++++
webapp/e2e/m5-matching.spec.ts | 17 +++
.../app/(authenticated)/matching/match-client.tsx | 89 ++++++++++--
webapp/src/app/(authenticated)/matching/page.tsx | 107 +++++++++++++-
webapp/src/app/api/matching/overview/route.ts | 19 +++
13 files changed, 526 insertions(+), 40 deletions(-)
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.