From 9407a69d8e491494f4dd54c014fbe4c0c8a8bc60 Mon Sep 17 00:00:00 2001 From: Josh Guice Date: Sat, 10 Jan 2026 09:33:53 -0800 Subject: [PATCH 1/2] chore: add .vscode/ to gitignore Adds IDE workspace files to gitignore to prevent committing editor-specific configuration. Credit to @djtjwillia from PR #24 for this contribution. Co-Authored-By: Taylor Williams --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cc881b2..b2c219d 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ coverage.xml # Misc temp/ + +# IDE specific files +.vscode/ From 990feb2d2dd0b14b2b6e89fc0bef48c17dfb0463 Mon Sep 17 00:00:00 2001 From: Josh Guice Date: Sat, 10 Jan 2026 10:13:17 -0800 Subject: [PATCH 2/2] docs: improve uv installation instructions - Link directly to uv installation docs instead of main page - Add concrete `brew install uv` command for macOS & Linux Credit to @djtjwillia from PR #24 for this improvement. Co-Authored-By: Taylor Williams --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52f5481..212036e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Think of these prompts as reusable playbooks that keep AI agents focused and con Install these prompts as native `/slash-commands` in your AI assistant (Cursor, Windsurf, Claude Code, etc.) using the [slash-command-manager](https://github.com/liatrio-labs/slash-command-manager) utility: -**Prerequisite:** `uvx` comes from [uv](https://docs.astral.sh/uv/). Install uv first if you don’t already have it. +**Prerequisite:** `uvx` comes from [uv](https://docs.astral.sh/uv/getting-started/installation/). Use `brew install uv` on macOS & Linux. ```bash uvx --from git+https://github.com/liatrio-labs/slash-command-manager \