Skip to content

Releases: ivangrynenko/cursorrules

1.0.8

25 Oct 09:33
2c5b288

Choose a tag to compare

Added

  • Integrated installation of Cursor slash commands, including project/home/both targets and new --commands / --skip-commands flags.
  • Captured command installation outcomes in generated AGENTS.md and UPDATE.md files for downstream visibility.

Changed

  • Bumped CURSOR_RULES_VERSION to 1.0.8 to synchronise the installer metadata with the new feature set.

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

02 Sep 01:44

Choose a tag to compare

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

0.1.0

01 Jun 10:08
eef2c22

Choose a tag to compare

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

28 Feb 06:49

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.1...0.0.2

v0.0.1

12 Feb 07:38

Choose a tag to compare

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:

  1. Quick Install via curl command
  2. 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