docs(messaging): add architecture README#5586
Conversation
Signed-off-by: San Dang <sdang@nvidia.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
E2E Advisor RecommendationRequired E2E: None Full advisor summaryE2E Recommendation AdvisorBase: Required E2E
Optional E2E
New E2E recommendations
|
Vitest E2E Scenario RecommendationRequired Vitest E2E scenarios: None Full Vitest E2E advisor summaryVitest E2E Scenario AdvisorBase: Required Vitest E2E scenarios
Optional Vitest E2E scenarios
Relevant changed files
|
PR Review AdvisorReview posture: No blocking advisor findings Review findings by urgency: 0 required fixes, 0 items to resolve/justify, 1 in-scope improvement🚨 Required before mergeAddress these before merging unless a maintainer explicitly overrides the advisor with rationale.
|
Signed-off-by: San Dang <sdang@nvidia.com>
Summary
Adds a package-level README for
src/lib/messagingthat documents the manifest-first messaging architecture introduced by the Teams onboarding work.The README gives contributors a single reference for the plan flow, hook phases, manifest shape, host-forward behavior, and channel registration path.
Related Issue
Part of #5492.
Changes
src/lib/messaging/README.mdwith architecture flow and class diagrams.Type of Change
Verification
Verifiedin GitHubnpx prek run --from-ref main --to-ref HEADpassesnpm testpasses (broad runtime changes only)npm run docsbuilds without warnings (doc changes only)Verification run:
npx prek run --from-ref origin/feat/ms-teams-messaging-onboard --to-ref HEADnpm run docspassed with 0 errors and 2 existing Fern warnings06aada998aba787a1d43b619279332a753bbda18 verified=true reason=validSigned-off-by: San Dang sdang@nvidia.com