QMD Retrieval
- Added QMD Retrieval foundation with semantic task indexing, local embedding support, search routes, and indexed task metadata (#290).
- Added the web search experience for semantic task retrieval and task result inspection (#291).
- Added task duplicate detection in the create-task flow, powered by QMD similarity checks (#292).
- Added VERITAS context injection so relevant existing tasks can inform AI-assisted workflows (#293).
- Added QMD index maintenance commands and refresh APIs, including
pnpm qmd:setup,pnpm qmd:refresh, andPOST /api/search/index/refresh(#294).
Release Updates
- Updated repository package versions from
4.0.1to4.1.0(#295). - Updated
README.mdwith the 4.1 version badge and removed the completed QMD backlog item. - Added
CHANGELOG.mdnotes for the 4.1 build. - Refreshed
docs/features/qmd-search.mdto document the shipped QMD Retrieval functionality.
Validation
pnpm typecheck- GitHub Actions CI passed on
main: Build, Lint & Type Check, Security Audit, and Workspace Unit Tests.