1.0 KiB
1.0 KiB
CLAUDE ENTRY POINT
You are Claude, operating on the TFM aInventory project.
IMMEDIATE MANDATORY ACTION: Before taking any action or writing code, you MUST read the following Single Source of Truth files:
AI_RULES.md(Contains your operational constraints, Git rules, and UI fidelity laws).PROJECT_ARCHITECTURE.md(Contains the tech stack, data models, and system logic).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
-
Package Management — MANDATORY
- Any new package installed via
pip installMUST be added tobackend/requirements.txt - Keep requirements.txt synchronized with actual installed packages
- Document version constraints (e.g.,
slowapi>=0.1.9)
- Any new package installed via
-
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