Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ To install all packages, including all development requirements:

```bash
npm install
poetry install
poetry install --all-extras
Copy link

Copilot AI Apr 17, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

README now recommends poetry install --all-extras, but the repo’s GitHub workflows install only the cli extra (poetry install --extras cli ...). Consider switching to --extras cli here to keep docs aligned with CI and avoid installing unrelated optional dependencies if more extras are added later.

Suggested change
poetry install --all-extras
poetry install --extras cli

Copilot uses AI. Check for mistakes.
```

As this repository uses the [prek][prek] framework, all changes
Expand Down
Loading