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,7 +1,7 @@
"""Teste pentru app/import_parse.py (T14 + T3 + T10 + T13).
"""Teste pentru app/import_parse.py.
Fixture-urile xlsx sunt generate in-memory cu openpyxl (nu fisiere binare commituite).
Fiecare sectiune acopera un task distinct.
Fiecare sectiune acopera un scenariu distinct.
"""
from __future__ import annotations
@@ -77,7 +77,7 @@ _ROW2 = ["WVWZZZ1KZAW000124", "CJ001AB", "2026-05-10", "98765", "Reparatie"]
# =========================================================================== #
# T14 — CSV delimiter sniff + encoding + cap #
# CSV delimiter sniff + encoding + cap #
# =========================================================================== #
class TestCsvDelimiter:
@@ -134,7 +134,7 @@ class TestCsvDelimiter:
# =========================================================================== #
# T14 — XLSX read_only dim-check + cap #
# XLSX read_only dim-check + cap #
# =========================================================================== #
class TestXlsxDimcheck:
@@ -176,7 +176,7 @@ class TestXlsxDimcheck:
# =========================================================================== #
# T3 — coercion guard + needs_review + mesaj formule-None #
# Coercion guard + needs_review + mesaj formule-None #
# =========================================================================== #
class TestCoercionNeedsReview:
@@ -278,7 +278,7 @@ class TestCoercionNeedsReview:
# =========================================================================== #
# T10 — dezambiguizare data la nivel de COLOANA (OV-8) #
# Dezambiguizare data la nivel de coloana #
# =========================================================================== #
class TestDateColumnDisambiguation:
@@ -344,7 +344,7 @@ class TestDateColumnDisambiguation:
# =========================================================================== #
# T13 — robustete export RO (multi-sheet + merged header + footer trim) #
# Robustete export RO (multi-sheet + merged header + footer trim) #
# =========================================================================== #
class TestRobustetExportRO: