From bb89d04e83814bee867a51ad7e967e7c9dfb0b77 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Feb 2026 10:27:45 +0200 Subject: Install slash commands for both Cursor and Claude Code Rename cursor/commands to cursor/slashcommands, rename the Rex task from home_cursor to home_slashcommands, and install the same commands to both ~/.cursor/commands/ and ~/.claude/commands/. Co-Authored-By: Claude Opus 4.6 --- cursor/commands/commit-and-push-to-git.md | 3 --- cursor/commands/increment-version-and-push.md | 3 --- cursor/slashcommands/commit-and-push-to-git.md | 3 +++ cursor/slashcommands/increment-version-and-push.md | 3 +++ 4 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 cursor/commands/commit-and-push-to-git.md delete mode 100644 cursor/commands/increment-version-and-push.md create mode 100644 cursor/slashcommands/commit-and-push-to-git.md create mode 100644 cursor/slashcommands/increment-version-and-push.md (limited to 'cursor') diff --git a/cursor/commands/commit-and-push-to-git.md b/cursor/commands/commit-and-push-to-git.md deleted file mode 100644 index 42132bd..0000000 --- a/cursor/commands/commit-and-push-to-git.md +++ /dev/null @@ -1,3 +0,0 @@ -# Commit and push to git - -Commit and push to git all changes you made. diff --git a/cursor/commands/increment-version-and-push.md b/cursor/commands/increment-version-and-push.md deleted file mode 100644 index 015038b..0000000 --- a/cursor/commands/increment-version-and-push.md +++ /dev/null @@ -1,3 +0,0 @@ -# Increment version and push - -Increment the version of the project, tag it in git, commit, and push. For Go-based projects, look for the internal/version.go file. For bug fixes, increment only the minor version. We are using semantic versioning, e.g., x.y.z, where z is the minor version. For new features, increment y. Never increment x (the major version) unless specified. diff --git a/cursor/slashcommands/commit-and-push-to-git.md b/cursor/slashcommands/commit-and-push-to-git.md new file mode 100644 index 0000000..42132bd --- /dev/null +++ b/cursor/slashcommands/commit-and-push-to-git.md @@ -0,0 +1,3 @@ +# Commit and push to git + +Commit and push to git all changes you made. diff --git a/cursor/slashcommands/increment-version-and-push.md b/cursor/slashcommands/increment-version-and-push.md new file mode 100644 index 0000000..015038b --- /dev/null +++ b/cursor/slashcommands/increment-version-and-push.md @@ -0,0 +1,3 @@ +# Increment version and push + +Increment the version of the project, tag it in git, commit, and push. For Go-based projects, look for the internal/version.go file. For bug fixes, increment only the minor version. We are using semantic versioning, e.g., x.y.z, where z is the minor version. For new features, increment y. Never increment x (the major version) unless specified. -- cgit v1.2.3