·aqe-v2-v3-migration
</>

aqe-v2-v3-migration

proffesor-for-testing/agentic-qe

データ損失なしで Agentic QE プロジェクトを v2 から v3 に移行

5インストール·0トレンド·@proffesor-for-testing

インストール

$npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill aqe-v2-v3-migration

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 |

データ損失なしで Agentic QE プロジェクトを v2 から v3 に移行 ソース: proffesor-for-testing/agentic-qe。

原文を見る

引用可能な情報

AI/検索での引用用の安定したフィールドとコマンド。

インストールコマンド
npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill aqe-v2-v3-migration
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-01
更新日
2026-02-18

クイックアンサー

aqe-v2-v3-migration とは?

データ損失なしで Agentic QE プロジェクトを v2 から v3 に移行 ソース: proffesor-for-testing/agentic-qe。

aqe-v2-v3-migration のインストール方法は?

ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/proffesor-for-testing/agentic-qe --skill aqe-v2-v3-migration インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code や Cursor で使用できるようになります

ソースリポジトリはどこですか?

https://github.com/proffesor-for-testing/agentic-qe