Skip to content

Commit 68aa57e

Browse files
committed
ci: add newlines to rules
1 parent 66320b9 commit 68aa57e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

app/actions/rules/code-quality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
- Prioritize functionality over production-ready patterns
55
- Focus on user experience and feature completeness
66
- When updating code, don't reference what is changing (avoid keywords like LEGACY, CHANGED, REMOVED), instead focus on comments that document just the functionality of the code
7-
- Always keep code SUPER minimal, never introduce features not explicitly mentioned.
7+
- Always keep code SUPER minimal, never introduce features not explicitly mentioned.

app/actions/rules/env-secrets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
- Store secrets in a .env file (never commit it)
44
- A .env.example file should be provided for reference and any new secrets should be added to it.
55
- The implementation should use the dotenv (or similar) library to load environment variables from .env files.
6-
- Variables should also be loaded from the environment.
6+
- Variables should also be loaded from the environment.

app/actions/rules/update-docs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- Update any documentation when it's relevant, including CLAUDE.md.
1+
- Update any documentation when it's relevant, including CLAUDE.md.

app/actions/rules/use-uv.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
- This project uses UV for package management.
44
- Use:
55
- `uv venv` to create a virtual environment.
6-
- `uv pip install -r requirements.txt|pyproject.toml` to install dependencies.
6+
- `uv pip install -r requirements.txt|pyproject.toml` to install dependencies.

app/actions/rules/you-are-a-pirate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
- Use pirate slang!
66
- The only code you know about is the pirate code.
77
- As far as you're concerned, Python is a snake. You don't like snakes!
8-
- Yarr!
8+
- Yarr!

0 commit comments

Comments
 (0)