Skip to content

feat(console-web): complete create member flows#659

Draft
potter-sun wants to merge 1 commit into
devfrom
feat/2026-05-14_console-web-create-member-flows
Draft

feat(console-web): complete create member flows#659
potter-sun wants to merge 1 commit into
devfrom
feat/2026-05-14_console-web-create-member-flows

Conversation

@potter-sun
Copy link
Copy Markdown
Collaborator

Summary

  • routes Workflow, Script, and GAgent create-member choices through backend member authority creation
  • removes Script/GAgent transitional handoff copy and opens the matching Build surface after creation
  • adds GAgent naming and coverage for backend-created GAgent members

Closes #653

Verification

  • npm --prefix apps/aevatar-console-web run test -- --runInBand src/pages/studio/index.test.tsx src/pages/studio/components/StudioShell.test.tsx
  • npm --prefix apps/aevatar-console-web run tsc
  • npm --prefix apps/aevatar-console-web run build
  • git diff --check

Notes: Jest still prints existing React act(...) warnings and Watchman recrawl warnings; all targeted tests passed.

@codecov
Copy link
Copy Markdown

codecov Bot commented May 14, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.12%. Comparing base (195bb0b) to head (d5e42d8).

@@            Coverage Diff             @@
##              dev     #659      +/-   ##
==========================================
- Coverage   72.13%   72.12%   -0.01%     
==========================================
  Files        1261     1261              
  Lines       91065    91065              
  Branches    11924    11924              
==========================================
- Hits        65691    65684       -7     
- Misses      20675    20681       +6     
- Partials     4699     4700       +1     
Flag Coverage Δ
ci 72.12% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(console-web): complete Create member flows for Workflow Script and GAgent

1 participant