npm install
npm run build
npm test- Create a branch from
main. - Make focused changes with tests.
- Run
npm run buildandnpm testbefore opening a PR. - Run
npm run verify-releaseto check version and config consistency. - If your change affects Cortex API behavior, also run
npm run test:integrationwithCORTEX_API_KEYset.
src/plugin source codetests/unit/unit teststests/integration/live API integration teststests/manual/manual harness/proof scriptsdocs/internal architecture, planning, testing, and agent docs
- Keep PRs scoped to one concern.
- Update docs when behavior or configuration changes.
- Add or adjust tests for bug fixes and features.
- Bug reports and feature requests: GitHub Issues
- Questions and ideas: GitHub Discussions