Remove Project's get-build-plan
Metadata
Current evaluation
The get_build_plan method was removed from the Project class and superseded by the BuildPlanner. The issue was closed to complete the code cleanup.
Suggested action: —
No scores available.
Issue body
### What needs to get done
Remove get_build_plan from a Project since we're using a BuildPlanner
### Why it needs to get done
Cleanup
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | The get_build_plan method was removed from the Project class and superseded by the BuildPlanner. The issue was closed to complete the code cleanup. | |
| qwen/qwen3.6-35b-a3b | — | — | Closed as completed. get_build_plan was removed from Project and replaced by BuildPlanner as part of code cleanup. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Closed and completed. The get_build_plan method was removed from the Project class in favor of the BuildPlanner as part of a code cleanup. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #209 refactor!: remove get_build_plan from project | craft-application | merged | Successfully merged following two reviewer approvals and passing CI checks. The change refactors the codebase by removing the get_build_plan function, directly resolving issue #208. |