v2.2.1
QA Audit & Quality Fixes
Full framework inspection (921/921 tests passing) with the following improvements:
Fixes
- ESM migration:
install.js,uninstall.jsconverted from CommonJS to ESM - Added
"type": "module"topackage.json - Fixed CHANGELOG.md broken link in README
- Corrected agent count (22 → 21) and skill count (65 → 68) across all READMEs
- Added 5 missing supervisor agents to
AGENT_TIERS.md - Added 4 missing skill routes to
intent-routes.json - Added
agent_tiersmapping tointent-routes.json - Simplified
uninstall.js(removed redundant recursive traversal) - Fixed
run_metric.sh(added shebang, eliminated double test execution) - Aligned supervision test expectations with design (haiku default)
- Fixed 6 hook test expectations to match actual script behavior
New
Qqe-auditskill — full framework quality audit with PASS/PARTIAL/FAIL grades- Multilingual trigger phrases for 18 skills (ko, zh, ja, ar, hi, es, pt, fr, de, ru, id)
- Skill priority rule in Qutopia autonomous mode
- Supervision Gate documentation in Qrun-task
Docs
- Updated
package.jsonandplugin.jsondescriptions - README updates across en/ko/ja/zh for accuracy