Skip to content

feat(console-web): make member lifecycle context strict#660

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

feat(console-web): make member lifecycle context strict#660
potter-sun wants to merge 1 commit into
devfrom
feat/2026-05-14_console-web-member-lifecycle-context

Conversation

@potter-sun
Copy link
Copy Markdown
Collaborator

Summary

  • Make Bind present the current member publication as the default contract source instead of service browsing.
  • Keep published service ids in the supporting diagnostics area only.
  • Make Invoke target selection prefer the selected member identity over stale Bind/Invoke refs.
  • Add regression coverage for stale selection continuity and Bind's member-first default surface.

Verification

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

Closes #654

@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 (c5c4b20).

@@            Coverage Diff             @@
##              dev     #660      +/-   ##
==========================================
- Coverage   72.13%   72.12%   -0.02%     
==========================================
  Files        1261     1261              
  Lines       91065    91065              
  Branches    11924    11924              
==========================================
- Hits        65691    65680      -11     
- Misses      20675    20681       +6     
- Partials     4699     4704       +5     
Flag Coverage Δ
ci 72.12% <ø> (-0.02%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.
see 4 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): make Bind Invoke Observe strictly member-scoped

1 participant