From b413bc119a8eb401c73fb18fb3247b7719b40928 Mon Sep 17 00:00:00 2001 From: zhi Date: Sat, 21 Mar 2026 11:53:48 +0000 Subject: [PATCH] docs: plan retirement of legacy backend python cli --- plans/harborforge-cli-go-plan.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/plans/harborforge-cli-go-plan.md b/plans/harborforge-cli-go-plan.md index 8a19b7c..208145d 100644 --- a/plans/harborforge-cli-go-plan.md +++ b/plans/harborforge-cli-go-plan.md @@ -1031,6 +1031,19 @@ The backend should support: --- +## Legacy Python CLI Retirement + +After the new `hf` CLI is complete and functionally replaces the old workflow, the old Python CLI in the backend project should be removed. + +That means: +- remove the legacy backend CLI implementation (currently under `HarborForge.Backend`) +- update backend docs so they no longer point users to the old Python CLI +- treat the Go-based `hf` binary as the canonical HarborForge CLI going forward + +This removal should happen only after the new CLI is sufficiently complete for the intended workflows. + +--- + ## Non-Goals (for now) - do not directly port the old Python CLI architecture