8 lines
265 B
Markdown
8 lines
265 B
Markdown
|
|
# 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.
|