[AZ-588] Remove empty scaffolding dirs Entities/ + DTOs/Requests/

Refactor 02-baseline-cleanup C01. Both directories were untracked
empty placeholders surviving the May 14 missions rename; deleted from
working tree via rmdir (git was not tracking either). No source-code
diff. Verified post-removal: dotnet build OK (0/0 warn/err);
scripts/run-tests.sh = 48 pass / 0 fail / 30 skip (baseline match).

Batch report: _docs/03_implementation/batch_05_cycle1_report.md
Autodev: Step 10 (Implement) -> Step 11 (Run Tests), cycle 1.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-05-16 12:36:05 +03:00
parent a26d7b163b
commit 039563dc58
3 changed files with 76 additions and 5 deletions
@@ -1,5 +1,7 @@
# Refactor 02-baseline-cleanup C01 — Remove empty scaffolding dirs
**Status**: Done (2026-05-16) — batch report: `_docs/03_implementation/batch_05_cycle1_report.md`
**Task**: AZ-588_refactor_remove_empty_scaffolding_dirs
**Name**: Remove empty scaffolding dirs `Entities/` and `DTOs/Requests/`
**Description**: Delete the two empty placeholder directories at the repo root that survived the May 14 missions/vehicles rename. Closes the only remaining open item from the architecture-compliance baseline scan (F4 partial).