·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 中使用

这个 Skill 的源码在哪?

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