Samir Boulahtit
d987274e2c
feat: complete dev_tools module self-containment
Migrate dev_tools module to self-contained structure:
- routes/api/ - API endpoints
- models/architecture_scan.py - Architecture scan models
- models/test_run.py - Test run models
- schemas/ - Pydantic schemas
- services/ - Business logic services
- tasks/ - Celery background tasks
- exceptions.py - Module exceptions
Updated definition.py with self-contained paths.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>