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

@@ -70,3 +70,4 @@ All code should maximize readability and simplicity.
- Enforce `null` checks, unique indexes, and other simple validations in the DB
- ActiveRecord validations _may_ mirror the DB level ones, but not 100% necessary. These are for convenience when error handling in forms. Always prefer client-side form validation when possible.
- Complex validations and business logic should remain in ActiveRecord