Fixed
/cursor:reviewworks on Windows again (#26). The prompt — which for a review carries the whole diff — was passed tocursor-agentas a single argv element. Windows caps the entire command line at 32,767 characters and Node'sspawnrejects anything longer withENAMETOOLONG, so any realistic diff failed. The prompt now travels over stdin on all platforms;buildArgscarries flags only. A regression test pushes a 260 KB prompt throughrunHeadless./cursor:from-planno longer discards genuineRisk*/Effort*spec sections (#25). The reviewer-commentary drop-list prefix-matched barerisk/risks/effort, silently dropping real sections like## Risk mitigation. The list now holds only the exact plan-mode headings; everything else flows into## Additional specification context.
Full changelog: https://github.com/freema/cursor-plugin-cc/blob/main/CHANGELOG.md