fix: move package management rule to AI_RULES.md (Single Source of Truth)

This commit is contained in:
Daniel Bedeleanu
2026-04-11 14:35:44 +03:00
parent 1767b38373
commit 427be99f67
2 changed files with 1 additions and 11 deletions

View File

@@ -9,14 +9,3 @@ Before taking any action or writing code, you MUST read the following Single Sou
3. `dev_docs/SESSION_STATE.md` (Contains the current handover status from the previous AI).
Do not proceed with any task until you have analyzed these three files.
## Mandatory Rules
1. **Package Management** — MANDATORY
- Any new package installed via `pip install` MUST be added to `backend/requirements.txt`
- Keep requirements.txt synchronized with actual installed packages
- Document version constraints (e.g., `slowapi>=0.1.9`)
2. **English Only** — MANDATORY
- All code, comments, docstrings, and commit messages must be in English
- Production files (code, docs) are English-only; only user-AI discussion may use Romanian