product-dev-os-OPEN/PROJECTRULES.md

8 lines
265 B
Markdown
Raw Permalink Normal View History

2026-03-13 19:30:36 +00:00
# Project Rules
1. Never modify production database schemas without migration scripts.
2. Update documentation when architecture changes.
3. Follow directory structure strictly.
4. Do not place business logic in API controllers.
5. All new features require tests.