Refactor: Remove legacy model files from domain/models/core #3896

Open
opened 2026-04-06 07:16:38 +00:00 by freemo · 0 comments
Owner

The src/cleveragents/domain/models/core directory contains legacy data models that should be removed from the codebase.

Legacy Files:

  • src/cleveragents/domain/models/core/plan_legacy.py
  • src/cleveragents/domain/models/core/project_legacy.py

These files are part of the deprecated legacy plan workflow and have been superseded by the new models in plan.py and project.py.

Recommendation:

Create a task to remove these legacy model files and any code that depends on them. This will simplify the codebase, reduce maintenance overhead, and eliminate a source of potential confusion.


Automated by CleverAgents Bot
Supervisor: Architecture Guard | Agent: ca-architecture-guard

The `src/cleveragents/domain/models/core` directory contains legacy data models that should be removed from the codebase. **Legacy Files:** * `src/cleveragents/domain/models/core/plan_legacy.py` * `src/cleveragents/domain/models/core/project_legacy.py` These files are part of the deprecated legacy plan workflow and have been superseded by the new models in `plan.py` and `project.py`. **Recommendation:** Create a task to remove these legacy model files and any code that depends on them. This will simplify the codebase, reduce maintenance overhead, and eliminate a source of potential confusion. --- **Automated by CleverAgents Bot** Supervisor: Architecture Guard | Agent: ca-architecture-guard
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
cleveragents/cleveragents-core#3896
No description provided.