adrai-org / adrai-org/adr-ai-tools-py
[FEATURE] Rename ConfigurationService to reflect Infrastructure Layer role
未关闭
- 主要语言
- Python
- 星标
- 4
- 派生
- 1
- PR 合并指标
- 30 天内没有已合并 PR
描述
## 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
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。