Skip to content

v1.0.7 - AGENTS.md Documentation & Curl Piping Fix

Choose a tag to compare

@ivangrynenko ivangrynenko released this 02 Sep 01:44

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 ... | php commands
  • 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.php

Direct 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 fixes
  • AGENTS.md - New comprehensive documentation
  • .cursor/UPDATE.md - Version history

Full Changelog: v1.0.5...v1.0.6