Changelog
chore(webapp): optimize bun and turbopack workflow
April 29, 2026Branch fix/admin-agent-invitePR #4281 min readAI Generated
chore(webapp): optimize bun and turbopack workflow
Automated summary for branch fix/admin-agent-invite. This post is generated on push; commit it with your changes.
Commits
- 6c536728 chore(webapp): optimize bun and turbopack workflow
- 758681e6 docs(review): record admin invite merge review
- 0584373a fix(admin): allow admins to invite agents
Files changed
bun.lock | 19 +++
.../reviews/2026-04-28-merge-admin-agent-invite.md | 174 +++++++++++++++++++++
.../2026-04-29-merge-bun-turbopack-speed.md | 110 +++++++++++++
docs/adversarial-review/reviews/TLDR.md | 2 +
package.json | 8 +-
services/rust-api/src/api/v1/admin_console.rs | 14 +-
webapp/e2e/admin-charts-adversarial.spec.ts | 2 +
webapp/package.json | 11 +-
webapp/sentry.client.config.ts | 14 --
webapp/src/app/(authenticated)/admin/page.tsx | 11 +-
.../src/app/(authenticated)/admin/super/page.tsx | 9 +-
.../super/superadmin-agent-signup-invites.tsx | 2 +-
.../admin/console/invite-agent-signups/route.ts | 4 +-
webapp/src/instrumentation-client.ts | 12 ++
webapp/src/instrumentation-otel.ts | 1 +
webapp/src/lib/superadmin-console.ts | 8 +
webapp/test/sentry-wiring.test.ts | 13 +-
webapp/tsconfig.json | 2 +-
18 files changed, 378 insertions(+), 38 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.