-
Notifications
You must be signed in to change notification settings - Fork 64
docs(cc-widgets): add AI documentation - AGENTS.md and ARCHITECTURE.md #597
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
This pull request is automatically being deployed by Amplify Hosting (learn more). |
|
|
||
| CC Widgets serves as the main entry point for contact center widgets. It: | ||
|
|
||
| - **Eliminates dependency complexity** - Install one package (`@webex/cc-widgets`) instead of multiple widget packages (`@webex/cc-station-login`, `@webex/cc-user-state`, `@webex/cc-task`, etc.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nitpick: First and third point here have dependency mentioned there so maybe different wording might be helpful
|
|
||
| | Package | Purpose | | ||
| | ---------------------------------- | -------------------------------------------- | | ||
| | `@momentum-ui/react-collaboration` | Momentum UI components (required by widgets) | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We might need to add old momentum also for digital widgets
COMPLETES N/A - Documentation Enhancement
This pull request addresses
Adding AI-optimized documentation for the cc-widgets package to help AI assistants understand the Web Component wrappers using r2wc.
by making the following changes
packages/contact-center/cc-widgets/ai-docs/AGENTS.md- Usage documentation and custom element registrationpackages/contact-center/cc-widgets/ai-docs/ARCHITECTURE.md- Technical r2wc implementation detailsChange Type
The following scenarios were tested
The GAI Coding Policy And Copyright Annotation Best Practices
Checklist before merging
Make sure to have followed the contributing guidelines before submitting.