Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ coverage.xml

# Misc
temp/

#IDE specific files
.vscode/
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading