Releases: ivangrynenko/cursorrules
Releases · ivangrynenko/cursorrules
1.0.8
Added
- Integrated installation of Cursor slash commands, including project/home/both targets and new
--commands/--skip-commandsflags. - Captured command installation outcomes in generated
AGENTS.mdandUPDATE.mdfiles for downstream visibility.
Changed
- Bumped
CURSOR_RULES_VERSIONto1.0.8to synchronise the installer metadata with the new feature set.
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
0.1.0
What's Changed
- Add Claude Code GitHub Workflow by @ivangrynenko in #4
- feat: add JavaScript OWASP Top 10 security rules and enhanced installer functionality by @ivangrynenko in #5
Full Changelog: 0.0.2...0.1.0
0.0.2
What's Changed
- Update issue templates by @ivangrynenko in #2
- Owasp top ten rules by @kurtfoster in #1
New Contributors
- @ivangrynenko made their first contribution in #2
- @kurtfoster made their first contribution in #1
Full Changelog: 0.0.1...0.0.2
v0.0.1
Release Notes v0.0.1
🎉 Initial Release of Cursor AI Project Rules
This release introduces a comprehensive set of Cursor AI rules designed to enhance web development workflows, with particular focus on PHP, Drupal, JavaScript, and frontend frameworks.
✨ Key Features
Core Rule Sets
- Established foundational cursor-rules structure and organization
- Implemented Git commit message standardization with semantic prefixes
- Added AI query optimization detection and improvement suggestions
Frontend Development Rules
- Vue 3 and NuxtJS best practices and optimization standards
- React component patterns and hooks usage guidelines
- Tailwind CSS class organization and utility patterns
- WCAG compliance and accessibility standards implementation
Backend Development Rules
- PHP 8.3+ features and Drupal coding standards integration
- Database schema management and query optimization patterns
- Comprehensive security practices for PHP, JavaScript, and Drupal
Build & Integration Rules
- Webpack/Vite configuration optimization guidelines
- Node.js dependency management standards
- RESTful API design patterns and documentation
- Third-party service integration protocols
🔧 Installation Options
Two installation methods are provided:
- Quick Install via curl command
- Manual installation through git clone
📚 Documentation
- Comprehensive README with detailed rule descriptions
- Clear contribution guidelines
- Future enhancement roadmap
🔒 Security
- Implemented secure coding practices
- Added database interaction safety measures
- Included proper error handling protocols
💻 Developer Experience
- Streamlined installation process
- Automated rule enforcement
- Integrated with existing development workflows
🤝 Contributing
The project welcomes community contributions through pull requests and issue submissions.
📋 Requirements
- PHP 8.3+
- Node.js (latest LTS recommended)
- Git
🐛 Known Issues
None at this time.
For detailed information and documentation, please refer to the README.md.
Full Changelog: https://github.com/username/cursor-rules/commits/v0.0.1