Skip to content

Commit 2209d4a

Browse files
committed
uv instructions
1 parent 24babd9 commit 2209d4a

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

skills/optimize/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Run the `codeflash` CLI to optimize code for performance.
1010

1111
## Build the command
1212

13-
Start with: `codeflash --subagent` for Python and Java Code
13+
Start with: `codeflash --subagent` for Python and Java Code or `uv run codeflash --subagent` if a `uv.lock` file is present.
1414
Start with: `npx codeflash --subagent`for JS/TS Code
1515

1616
Then add flags based on `$ARGUMENTS`:

skills/setup/SKILL.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ For python and java code
1919
```bash
2020
which codeflash
2121
```
22-
22+
or
23+
```bash
24+
uv run codeflash --version
25+
```
26+
if a `uv.lock` file is present in the directory.
2327
For JS/TS code
2428
```bash
2529
npx codeflash --version

0 commit comments

Comments
 (0)