Skip to content

v2.2.1

Choose a tag to compare

@dev-inho dev-inho released this 20 Mar 04:48
· 804 commits to main since this release

QA Audit & Quality Fixes

Full framework inspection (921/921 tests passing) with the following improvements:

Fixes

  • ESM migration: install.js, uninstall.js converted from CommonJS to ESM
  • Added "type": "module" to package.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_tiers mapping to intent-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-audit skill — 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.json and plugin.json descriptions
  • README updates across en/ko/ja/zh for accuracy