Skip to content

Commit c523105

Browse files
committed
Add new rules documentation and implement rule content retrieval endpoint
- Introduced multiple new markdown files for rules including button animations, component splitting, environment secrets, and more. - Added a new endpoint to retrieve rule content for appending to CLAUDE.md. - Updated the frontend to handle rule installation and content integration into the workspace.
1 parent 2973549 commit c523105

17 files changed

+74
-40
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Button interactions: hover should lift (translate up/left), click should push (translate down/right)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Keep frontend split in multiple components

app/actions/rules/env-secrets.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Store secrets in a .env file (never commit it)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Run development server with: uvicorn app.main:app --reload
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Task is always defined in @TASK.md or @TASK2.md, prioritize task file over user prompt

app/actions/rules/minimal-code.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Always keep code SUPER minimal, never introduce features not explicitly mentioned

app/actions/rules/minimal-deps.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Keep dependencies minimal and updated

app/actions/rules/no-unit-tests.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Never write unit tests

app/actions/rules/python.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/actions/rules/update-docs.md

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

0 commit comments

Comments
 (0)