aqe-v2-v3-migration
✓Migrez les projets Agentic QE de la v2 vers la v3 sans perte de données
Installation
SKILL.md
| Component | v2 Location | v3 Location | Auto-Migrate |
| Memory DB | .agentic-qe/memory.db | .aqe/agentdb/ | Yes | | Config | .agentic-qe/config.json | .aqe/config.json | Yes | | Patterns | .agentic-qe/patterns/ | .aqe/reasoning-bank/ | Yes | | Cache | .agentic-qe/cache/ | .aqe/cache/ | Optional | | Logs | .agentic-qe/logs/ | .aqe/logs/ | No (fresh start) |
| aqe init | aqe init | Different binary | | aqe.generateTests() | testGeneration.generate() | Domain-based | | aqe.analyzeGaps() | coverageAnalysis.findGaps() | O(log n) now | | memory.store() | agentDB.store() | HNSW-indexed | | patterns.learn() | reasoningBank.record() | With verdicts |
Migrez les projets Agentic QE de la v2 vers la v3 sans perte de données Source : proffesor-for-testing/agentic-qe.
Faits (prêts à citer)
Champs et commandes stables pour les citations IA/recherche.
- Commande d'installation
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill aqe-v2-v3-migration- Catégorie
- </>Développement
- Vérifié
- ✓
- Première apparition
- 2026-02-01
- Mis à jour
- 2026-02-18
Réponses rapides
Qu'est-ce que aqe-v2-v3-migration ?
Migrez les projets Agentic QE de la v2 vers la v3 sans perte de données Source : proffesor-for-testing/agentic-qe.
Comment installer aqe-v2-v3-migration ?
Ouvrez votre terminal ou outil de ligne de commande (Terminal, iTerm, Windows Terminal, etc.) Copiez et exécutez cette commande : npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill aqe-v2-v3-migration Une fois installé, le skill sera automatiquement configuré dans votre environnement de programmation IA et prêt à être utilisé dans Claude Code ou Cursor
Où se trouve le dépôt source ?
https://github.com/proffesor-for-testing/agentic-qe
Détails
- Catégorie
- </>Développement
- Source
- skills.sh
- Première apparition
- 2026-02-01