refactor: comentarii strict functionale, fara referinte PRD/stories

Curatare globala a comentariilor si docstring-urilor (app, tools, teste,
scripturi): eliminate referintele la PRD-uri, US-xxx, task-uri istorice si
review-uri; pastrata doar informatia functionala, formulata scurt. Regula
adaugata in CLAUDE.md (sectiunea Stil). Fara modificari de cod sau comportament.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-07-06 13:48:38 +00:00
parent 86408887e5
commit 44f261e269
226 changed files with 1313 additions and 1760 deletions

View File

@@ -1,6 +1,4 @@
"""Teste US-004: wizard import cu stepper vizual (4 pasi numerotati).
TDD — testele sunt scrise INAINTE de implementare (RED), apoi se face GREEN.
"""Wizard import cu stepper vizual (4 pasi numerotati).
Verifica:
- Pasul 1 activ (aria-current="step") in fragmentul de upload
@@ -125,7 +123,7 @@ def _get_preview_via_mapare(client, import_id: int) -> str:
# ---------------------------------------------------------------------------
# US-004 Teste stepper
# Teste stepper
# ---------------------------------------------------------------------------
def test_stepper_pas1_la_upload(client):
@@ -294,7 +292,7 @@ def test_import_forms_pastreaza_csrf(client):
# ---------------------------------------------------------------------------
# US-013 Teste: import colapsat + tokeni scala + pill-uri cu dot (PRD 5.16)
# Import colapsat + tokeni scala + pill-uri cu dot
# ---------------------------------------------------------------------------
def test_import_colapsat_implicit(client):
@@ -358,11 +356,11 @@ def test_wizard_foloseste_scala_tokeni(client):
def test_preview_stari_pill_dot(client):
"""Pill-urile de stare din preview contin un dot consistent cu designul 5.16.
"""Pill-urile de stare din preview contin un dot consistent cu designul curent.
Verifica ca pill-urile din tabelul de preview si din rezumatul de stari contin
un element dot (span cu border-radius:99px ca inline style), consistent cu stripul
slim si cu designul 5.16 (dot + text, nu text gol).
slim (dot + text, nu text gol).
Eticheta umana: din STARI_PREVIEW ('Gata de trimis', 'Cod RAR lipsa' etc.) — nicio
eticheta noua.
"""