Skip to content

v0.7.0

Latest

Choose a tag to compare

@usrrname usrrname released this 28 Dec 20:47
· 3 commits to main since this release
5563465

Release Date: 2025-12-28
Previous Version: v0.6.0

🎯 Release Highlights

This release introduces Playwright testing standards, a new changelog generation command, and multiple refactoring improvements to existing rules.


🚀 New Features

Changelog Generation Command

  • Added .cursor/commands/changelog.md for generating changelogs from git history
  • Includes git commands for tag analysis and commit categorization
  • Integrates with existing changelog-generator-manual rule

Playwright End-to-End Testing Standards

  • Comprehensive Playwright best practices for e2e testing (#72)
  • Covers test organization, selectors, assertions, and CI integration

🔧 Refactoring

Architecture Command Improvements

  • Renamed architecture command and updated documentation (#71)
  • Better workflow integration

Testing Pyramid Agent

  • Refactored testing pyramid agent for improved clarity (#70)

Git Commit Rules Enhancement

  • Commit rules now identify file/folder renaming operations (#69)
  • More concise commit message guidelines (20-word limit for body)

📚 Documentation Updates

  • Next.js React 19 Rules - Clarified data fetching methods and project structure (#73)
  • COMMANDS.md - Updated command documentation

🔒 Security Fixes

  • Fixed workflow permissions for code scanning alerts (#67, #68)
  • Added explicit permissions to GitHub workflow files

📦 Installation

npx @usrrname/cursorrules@0.7.0

🔗 Links