From ce99eba9229f28ae053305d11f658d78cd12ce18 Mon Sep 17 00:00:00 2001 From: mohammad Date: Sat, 28 Feb 2026 12:43:52 +0300 Subject: [PATCH] enforce tests --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index 14887dc..6d449e5 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -29,6 +29,7 @@ Build a reliable, maintainable salon booking platform with Django (backend) and - Avoid introducing regressions without covering a fix or guardrail. - Payment and booking flows must be idempotent and auditable. - Phone auth must be rate‑limited and safe from abuse. +- Every change should be tested before completion; no exceptions. ## Testing Expectations ### Backend