Cursor rule Cursor
A workflow for Selvage, a command-line code review tool that uses a large language model to inspect Git differences. A Git diff is the record of changes between versions of files.
Cursor rule Cursor
A workflow for Selvage, a command-line code review tool that uses a large language model to inspect Git differences. A Git diff is the record of changes between versions of files.
Cursor rule Cursor
Coding conventions for the Selvage project, including Python style, imports, and type hints. Type hints are annotations that describe the kinds of values code expects.
Cursor rule Cursor
Guidelines for creating pull requests on GitHub. A pull request is a request to review and merge proposed code changes.
Cursor rule Cursor
A set of project rules for configuring linting in the Selvage project. Linting checks source code for style problems and common mistakes.
Cursor rule Cursor
Project notes describing how language models and gateway components are organised.
Cursor rule Cursor
A review workflow that splits a prompt when it exceeds the context limit and combines the separate results.
Cursor rule Cursor
Project notes describing a codebase and its folder structure.