File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed
Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 11# Cursor Rules Updates
22
3+ ## Version 1.0.6 - 2025-08-20
4+
5+ ### AGENTS.md Documentation Added
6+
7+ ** New Documentation:**
8+ - Added comprehensive AGENTS.md guide for using Cursor Rules with Cursor AI
9+ - Links to all rule bundles (Core, Web Stack, Python, JavaScript Security)
10+ - Tag-based selection documentation and examples
11+ - Installation options reference guide
12+
13+ ** Installer Improvements:**
14+ - Fixed hanging issue when piping installer through curl
15+ - Added proper STDIN handling for piped execution
16+ - Improved argument parsing for curl-based installation
17+ - Added fclose(STDIN) to prevent PHP from waiting for input after completion
18+
19+ ** Bug Fixes:**
20+ - Resolved script hanging when using ` curl ... | php ` commands
21+ - Fixed argument parsing when using ` -- ` separator with piped input
22+ - Corrected PHP_SELF detection for piped execution
23+
24+ ** File:** ` install.php ` , ` AGENTS.md `
25+ ** Impact:** Major improvement to installation experience and documentation
26+ ** Breaking Changes:** None - backward compatible
27+
28+ ---
29+
330## Version 1.0.5 - 2025-01-03
431
532### Major Updates to Pull Request Review Instructions
You can’t perform that action at this time.
0 commit comments