LLM context files cleanup

This commit is contained in:
Juan José Mata
2025-09-24 00:19:09 +02:00
committed by GitHub
parent 2716fad72c
commit 7245dd79a2
8 changed files with 10 additions and 6 deletions

View File

@@ -12,6 +12,7 @@ alwaysApply: true
- Read [project-conventions.mdc](mdc:.cursor/rules/project-conventions.mdc) to understand _how_ to write code for the codebase
- Read [ui-ux-design-guidelines.mdc](mdc:.cursor/rules/ui-ux-design-guidelines.mdc) to understand how to implement frontend code specifically
- Ignore i18n methods and files. Hardcode strings in English for now to optimize speed of development.
- ActiveRecord migrations must inherit from `ActiveRecord::Migration[7.2]`. Do **not** use version 8.0 yet.
## Prohibited actions