docs: rename branch references to feature/python-rewrite-and-linux-migration

Update active docs (PhaseA/B checklists, README) after rename of feature/python-rewrite-phase-a -> feature/python-rewrite-and-linux-migration. Historical A1-A5 closeouts left untouched as they document state at the time of writing.
This commit is contained in:
2026-05-14 18:31:51 +02:00
parent 28523375b9
commit 137287176e
3 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ Variante **Windows Server 2022**: `*WinBuild2022.ps1` + VMX `F:\CI\Templates\Win
A new Python 3.11+ rewrite of the orchestrator lives under `src/ci_orchestrator/`.
Phase A (see [implementation-plan-A-B](plans/implementation-plan-A-B.md)) is on
branch `feature/python-rewrite-phase-a`. As of A5 the Python CLI is the
branch `feature/python-rewrite-and-linux-migration`. As of A5 the Python CLI is the
production entry point invoked by `gitea/actions/local-ci-build/action.yml`;
the PowerShell scripts in `scripts/` are 3-line shims that forward to the
Python sub-commands listed below.