Testing and Release Gate
Test strategy
- command contract tests
- parser extraction tests
- config/persistence integrity tests
- MCP and VS Code adapter tests
- release gate inventory and end-to-end flow tests
Run all tests:
npm test
Release gate artifacts
init-docs/PARITY_AUDIT_CHECKLIST.mdinit-docs/PARITY_AUDIT_RESULT.mdinit-docs/TEST_EVIDENCE.mdinit-docs/FINAL_SIGNOFF.json
Recommended pre-release checks
npm run build
npm test
npm pack --dry-run