adrai-org / adrai-org/adr-ai-tools-py
[FEATURE] Rename ConfigurationService to reflect Infrastructure Layer role
- Ngôn ngữ chính
- Python
- Star
- 4
- Fork
- 1
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
## 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
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.