v1.0.7 - AGENTS.md Documentation & Curl Piping Fix
What's New in v1.0.7
📚 AGENTS.md Documentation Added
- Comprehensive guide for using Cursor Rules with Cursor AI
- Links to all rule bundles (Core, Web Stack, Python, JavaScript Security)
- Tag-based selection documentation and examples
- Installation options reference guide
🐛 Installer Improvements
- Fixed hanging issue when piping installer through curl
- Added proper STDIN handling for piped execution
- Improved argument parsing for curl-based installation
- Added
fclose(STDIN)to prevent PHP from waiting for input after completion
🔧 Bug Fixes
- Resolved script hanging when using
curl ... | phpcommands - Fixed argument parsing when using
--separator with piped input - Corrected PHP_SELF detection for piped execution
📦 Installation
Interactive Installation
curl -s https://raw.githubusercontent.com/ivangrynenko/cursor-rules/main/install.php -o install.php
php install.phpDirect Installation (Now Fixed!)
# Install web stack rules
curl -s https://raw.githubusercontent.com/ivangrynenko/cursor-rules/main/install.php | php -- --ws
# Install all rules
curl -s https://raw.githubusercontent.com/ivangrynenko/cursor-rules/main/install.php | php -- --all
# See options
curl -s https://raw.githubusercontent.com/ivangrynenko/cursor-rules/main/install.php | php -- --help📝 Files Changed
install.php- Installer improvements and fixesAGENTS.md- New comprehensive documentation.cursor/UPDATE.md- Version history
Full Changelog: v1.0.5...v1.0.6