adrai-org / adrai-org/adr-ai-tools-py
[FEATURE] Rename ConfigurationService to reflect Infrastructure Layer role
- Lenguaje dominante
- Python
- Estrellas
- 4
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
## Feature Description
Rename `ConfigurationService` to `ConfigurationRepository` or `ConfigurationFileHandler` to better reflect its Infrastructure Layer responsibilities.
## Use Case
Current name suggests Service Layer but handles file operations and data persistence (Infrastructure Layer per ADR-0015).
## Proposed Solution
- Rename class and update all references
- Consider ADR for naming conventions
## Acceptance Criteria
- [ ] Class renamed to appropriate Infrastructure Layer name
- [ ] All imports/tests updated
- [ ] Consider naming convention ADR
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.