From 137287176e9afc2fe1160871ef9c7fdf6f6ccb90 Mon Sep 17 00:00:00 2001 From: Simone Date: Thu, 14 May 2026 18:31:51 +0200 Subject: [PATCH] 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. --- README.md | 2 +- plans/PhaseA-user-checklist.md | 10 +++++----- plans/PhaseB-user-checklist.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 71630e4..f14ff5c 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/plans/PhaseA-user-checklist.md b/plans/PhaseA-user-checklist.md index fb17443..a48ac90 100644 --- a/plans/PhaseA-user-checklist.md +++ b/plans/PhaseA-user-checklist.md @@ -1,6 +1,6 @@ # Fase A — Checklist finale per l'utente -La Fase A è **code-complete e pushata** sul branch `feature/python-rewrite-phase-a`. +La Fase A è **code-complete e pushata** sul branch `feature/python-rewrite-and-linux-migration`. Restano solo le validazioni che richiedono accesso fisico all'host CI con VMware Workstation, snapshot template attivi e act_runner registrato. @@ -18,12 +18,12 @@ Il codice nuovo va installato nel venv che act_runner usa - [ ] Aprire PowerShell **come amministratore** sull'host CI. - [ ] Posizionarsi nella copia git aggiornata del repo (pull del branch - `feature/python-rewrite-phase-a`): + `feature/python-rewrite-and-linux-migration`): ```powershell cd git fetch origin - git checkout feature/python-rewrite-phase-a + git checkout feature/python-rewrite-and-linux-migration git pull ``` @@ -186,7 +186,7 @@ Valida A3+A4 insieme: clone → wait → build → collect → cleanup. Validazione di A4 lato runner reale. - [ ] Aprire la UI Gitea, repo `local-ci-cd-system`, branch - `feature/python-rewrite-phase-a`. + `feature/python-rewrite-and-linux-migration`. - [ ] Triggerare manualmente i 3 workflow (Actions → Run workflow): - [ ] `lint.yml` → atteso PASS - [ ] `self-test.yml` → atteso PASS @@ -244,7 +244,7 @@ Confronto Python vs PowerShell. Pendenza A4. Solo dopo che i passi 3–7 sono tutti `[x]` PASS. -- [ ] Aprire PR su Gitea: `feature/python-rewrite-phase-a` → `main`. +- [ ] Aprire PR su Gitea: `feature/python-rewrite-and-linux-migration` → `main`. - [ ] Verificare diff atteso: ~20 file Python nuovi sotto `src/ci_orchestrator/`, ~10 shim PS in `scripts/`, doc in `plans/A*-closeout.md`, AGENTS.md/ARCHITECTURE.md/README.md diff --git a/plans/PhaseB-user-checklist.md b/plans/PhaseB-user-checklist.md index 00a1c53..8702cc9 100644 --- a/plans/PhaseB-user-checklist.md +++ b/plans/PhaseB-user-checklist.md @@ -5,7 +5,7 @@ nuovo host **Linux Mint LTS** con VMware Workstation Pro Linux. > **Stato repo**: solo lo step **B5** (unit `systemd` per i task > periodici) è già committato in `deploy/systemd/` sul branch -> `feature/python-rewrite-phase-a` (commit `50d37b5`). +> `feature/python-rewrite-and-linux-migration` (commit `50d37b5`). > Tutti gli altri step (B1–B4, B6–B8) sono **operazioni hardware** > sull'host Linux nuovo e devono essere eseguiti dall'utente.