mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
feat: add Vue ecosystem review support
This commit is contained in:
parent
6865316ab3
commit
86e2a2061a
17 changed files with 89 additions and 59 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"schemaVersion": 1,
|
||||
"totalCommands": 84,
|
||||
"totalCommands": 85,
|
||||
"commands": [
|
||||
{
|
||||
"command": "aside",
|
||||
|
|
@ -919,6 +919,23 @@
|
|||
"allAgents": [],
|
||||
"skills": [],
|
||||
"path": "commands/update-docs.md"
|
||||
},
|
||||
{
|
||||
"command": "vue-review",
|
||||
"description": "Comprehensive Vue.js code review for Composition API correctness, reactivity, composable patterns, template security, accessibility, and Vue-specific performance. Invokes the vue-reviewer agent (and typescript-reviewer alongside on .vue/.ts changes).",
|
||||
"type": "testing",
|
||||
"primaryAgents": [
|
||||
"typescript-reviewer",
|
||||
"vue-reviewer"
|
||||
],
|
||||
"allAgents": [
|
||||
"typescript-reviewer",
|
||||
"vue-reviewer"
|
||||
],
|
||||
"skills": [
|
||||
"vue-patterns"
|
||||
],
|
||||
"path": "commands/vue-review.md"
|
||||
}
|
||||
],
|
||||
"statistics": {
|
||||
|
|
@ -929,7 +946,7 @@
|
|||
"planning": 2,
|
||||
"refactoring": 1,
|
||||
"review": 9,
|
||||
"testing": 52
|
||||
"testing": 53
|
||||
},
|
||||
"topAgents": [
|
||||
{
|
||||
|
|
@ -940,6 +957,10 @@
|
|||
"agent": "flutter-reviewer",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"agent": "typescript-reviewer",
|
||||
"count": 2
|
||||
},
|
||||
{
|
||||
"agent": "cpp-build-resolver",
|
||||
"count": 1
|
||||
|
|
@ -967,10 +988,6 @@
|
|||
{
|
||||
"agent": "planner",
|
||||
"count": 1
|
||||
},
|
||||
{
|
||||
"agent": "python-reviewer",
|
||||
"count": 1
|
||||
}
|
||||
],
|
||||
"topSkills": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue