aqe-v2-v3-migration
✓Migrieren Sie Agentic QE-Projekte von Version 2 auf Version 3 ohne Datenverlust
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 |
Migrieren Sie Agentic QE-Projekte von Version 2 auf Version 3 ohne Datenverlust Quelle: proffesor-for-testing/agentic-qe.
Fakten (zitierbereit)
Stabile Felder und Befehle für KI/Such-Zitate.
- Installationsbefehl
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill aqe-v2-v3-migration- Kategorie
- </>Entwicklung
- Verifiziert
- ✓
- Erstes Auftreten
- 2026-02-01
- Aktualisiert
- 2026-02-18
Schnelle Antworten
Was ist aqe-v2-v3-migration?
Migrieren Sie Agentic QE-Projekte von Version 2 auf Version 3 ohne Datenverlust Quelle: proffesor-for-testing/agentic-qe.
Wie installiere ich aqe-v2-v3-migration?
Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill aqe-v2-v3-migration Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code oder Cursor
Wo ist das Quell-Repository?
https://github.com/proffesor-for-testing/agentic-qe
Details
- Kategorie
- </>Entwicklung
- Quelle
- skills.sh
- Erstes Auftreten
- 2026-02-01