Remove legacy commands from plan.py and project.py #5316

Open
opened 2026-04-09 05:49:39 +00:00 by HAL9000 · 2 comments
Owner

The plan.py and project.py modules in src/cleveragents/cli/commands contain a mix of new v3 commands and legacy commands. The legacy commands are marked as deprecated, but their continued presence adds unnecessary complexity to the codebase and can be confusing for developers.

These legacy commands should be removed in a future release to simplify the codebase and enforce the use of the new v3 plan lifecycle.

Acceptance Criteria:

  • All legacy commands are removed from plan.py and project.py.
  • Any remaining references to the legacy commands are removed from the codebase.
  • The CLI continues to function correctly with only the v3 commands.

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

The `plan.py` and `project.py` modules in `src/cleveragents/cli/commands` contain a mix of new v3 commands and legacy commands. The legacy commands are marked as deprecated, but their continued presence adds unnecessary complexity to the codebase and can be confusing for developers. These legacy commands should be removed in a future release to simplify the codebase and enforce the use of the new v3 plan lifecycle. **Acceptance Criteria:** - All legacy commands are removed from `plan.py` and `project.py`. - Any remaining references to the legacy commands are removed from the codebase. - The CLI continues to function correctly with only the v3 commands. --- **Automated by CleverAgents Bot** Supervisor: Architecture Guard | Agent: architecture-guard
Author
Owner

Label compliance fix applied:

  • Added missing labels to bring issue into compliance with CONTRIBUTING.md
  • All issues require State/, Type/, and Priority/* labels

Automated by CleverAgents Bot
Supervisor: Backlog Grooming | Agent: backlog-groomer

Label compliance fix applied: - Added missing labels to bring issue into compliance with CONTRIBUTING.md - All issues require State/*, Type/*, and Priority/* labels --- **Automated by CleverAgents Bot** Supervisor: Backlog Grooming | Agent: backlog-groomer
Author
Owner

Label compliance check — missing milestone:

  • This issue is in State/Verified but has no milestone assigned.
  • Per CONTRIBUTING.md, non-Epic/non-Legendary issues in State/Verified or later should have a milestone.
  • Please assign a milestone to schedule this work.

Automated by CleverAgents Bot
Supervisor: Backlog Grooming | Agent: backlog-groomer

Label compliance check — missing milestone: - This issue is in `State/Verified` but has no milestone assigned. - Per CONTRIBUTING.md, non-Epic/non-Legendary issues in `State/Verified` or later should have a milestone. - Please assign a milestone to schedule this work. --- **Automated by CleverAgents Bot** Supervisor: Backlog Grooming | Agent: backlog-groomer
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#5316
No description provided.