ما الذي تضيفه إلى 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.”





