Bujidao
|
6bde9be36c
|
feat(agents): add vue-reviewer agent for Vue.js code review
Add vue-reviewer agent specializing in:
- Composition API correctness and reactivity pitfalls (ref/reactive/computed/watch)
- Vue 3.5+ reactive props destructure (stabilized, with watch limitation notes)
- Composable patterns, template security, accessibility
- Pinia state management, Vue Router navigation, Nuxt SSR safety
- Vue-specific performance (shallowRef, v-memo, KeepAlive)
Scope clearly delineated from typescript-reviewer for cross-invocation on .vue PRs.
|
2026-06-12 17:53:07 +08:00 |
|