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:
@@ -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 <path-locale-repo>
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user