Skip to content

v0.1.0

Pre-release
Pre-release

Choose a tag to compare

@imflawlezz imflawlezz released this 21 Aug 08:50
· 14 commits to main since this release

Added

  • Initial release of reusable Cursor slash commands:
    • /commit — propose atomic Conventional Commits without executing them
    • /changelog — update the [Unreleased] section of CHANGELOG.md
    • /changelog-draft — propose [Unreleased] changelog entries without
      modifying files
    • /changelog-review — audit CHANGELOG.md for Keep a Changelog and SemVer
      issues
    • /release — convert [Unreleased] into a dated SemVer release section
    • /cleanup — remove or rewrite low-value comments without changing behavior
    • /clean-arch — review architecture boundaries and apply minimal refactors
      when appropriate
    • /readme — create or update README.md from the current project
    • /readme-review — audit README.md against the current implementation
    • /docs — maintain technical documentation based on the current project
    • /docs-review — audit project documentation against the implementation