product-dev-os-OPEN/PROJECTRULES.md
Eddie Soehnel 3a357dc862 repo setup
2026-03-13 13:30:36 -06:00

265 B

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.