它能为 Agent 带来什么
查看 Vercel Composition Patterns 的工作方式、所需输入、返回结果、权限边界以及源代码维护位置。
它能做什么
- Replace behavior flags with composition or explicit component variants
- Build related component APIs around shared context and clear ownership
- Separate state interfaces from storage and synchronization details
- Update component composition for current React 19 APIs
试试这样问
“Refactor this component's boolean-prop API into explicit variants without hiding state ownership.”
“Review this component library for composition, context, and React 19 API problems.”





