From 581435c86424a8b9e035dc9d5692f674398ae9e0 Mon Sep 17 00:00:00 2001 From: djtjwillia Date: Tue, 28 Oct 2025 11:11:44 -0600 Subject: [PATCH 1/4] docs: adding install instructions for uv, and gitignore update for vscode --- .gitignore | 3 +++ README.md | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index cc881b2..792579a 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,6 @@ coverage.xml # Misc temp/ + +#IDE specific files +.vscode/ \ No newline at end of file diff --git a/README.md b/README.md index 335ed30..fd250f8 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,12 @@ ## TLDR +0. Install `uv` on your system: + + ```bash + brew install uv + ``` + 1. Install the workflow prompts as slash commands in all your [local AI tools](#supported-ai-tools): ```bash From d3c8f6724bc62b11961f98afaf68ba6af81466d3 Mon Sep 17 00:00:00 2001 From: Taylor Williams Date: Thu, 30 Oct 2025 09:18:51 -0600 Subject: [PATCH 2/4] docs: Update README.md uv instructions thanks to a recommendation by Damien Co-authored-by: Damien Storm --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index fd250f8..36b92dc 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,7 @@ ## TLDR -0. Install `uv` on your system: - - ```bash - brew install uv - ``` +Ensure `uv` is [installed on your system](https://docs.astral.sh/uv/getting-started/installation/). Use `brew install uv` on macOS & Linux 1. Install the workflow prompts as slash commands in all your [local AI tools](#supported-ai-tools): From 6234049920aaae4a7690fc8f4c4c4805bbba5e4c Mon Sep 17 00:00:00 2001 From: Damien Storm Date: Thu, 30 Oct 2025 12:27:47 -0400 Subject: [PATCH 3/4] chore: linter fix to add new line at end of file --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 792579a..a41ec19 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,4 @@ coverage.xml temp/ #IDE specific files -.vscode/ \ No newline at end of file +.vscode/ From 10f461ce86e255e92fe69d92853c0d38ebdf8633 Mon Sep 17 00:00:00 2001 From: Damien Storm Date: Thu, 30 Oct 2025 12:52:53 -0400 Subject: [PATCH 4/4] chore: style tweak Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a41ec19..b2c219d 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,5 @@ coverage.xml # Misc temp/ -#IDE specific files +# IDE specific files .vscode/