QAMap 0.3.0
QAMap 0.3.0 is the agent-first QA loop release.
Install and run:
pnpm dlx @ivorycanvas/qamap qa . --base origin/main --head HEADHighlights:
- Renames the package to
@ivorycanvas/qamapwhile keepingqamapas the CLI binary. - Adds
qamap qa --format agentfor compact coding-agent handoff. - Binds manifest check hints to generated Playwright draft steps.
- Observes changed endpoints instead of hiding them behind synthetic mocks.
- Excludes generated drafts from test-suite evidence.
Validation:
pnpm testpassed: 95 tests.npm publish --dry-run --access publicpassed for@ivorycanvas/qamap@0.3.0.- Published package smoke passed:
pnpm dlx @ivorycanvas/qamap --version->0.3.0.