Tests updated & minor environment notes for agents
This commit is contained in:
@@ -53,6 +53,7 @@ Build a reliable, maintainable salon booking platform with Django (backend) and
|
||||
- Python is invoked as `python3`.
|
||||
- A virtualenv is in use.
|
||||
- DB: PostgreSQL in production, SQLite allowed for local dev.
|
||||
- Backend tests must run with the venv active and `pytest-django` installed; run from `backend/` so `backend/pytest.ini` is picked up and `DJANGO_SETTINGS_MODULE` resolves.
|
||||
|
||||
## Collaboration Rules for Agents
|
||||
- Don’t delete or rewrite unrelated work.
|
||||
@@ -62,4 +63,4 @@ Build a reliable, maintainable salon booking platform with Django (backend) and
|
||||
|
||||
# ExecPlans
|
||||
|
||||
When writing complex features or significant refactors, use an ExecPlan (as described in PLANS.md) from design to implementation. The active ExecPlan is `docs/execplans/arabic-localization.md`.
|
||||
When writing complex features or significant refactors, use an ExecPlan (as described in PLANS.md) from design to implementation. The active ExecPlan is `docs/execplans/booking-integrity.md`.
|
||||
|
||||
Reference in New Issue
Block a user