265 B
265 B
Project Rules
- Never modify production database schemas without migration scripts.
- Update documentation when architecture changes.
- Follow directory structure strictly.
- Do not place business logic in API controllers.
- All new features require tests.