From 5b9c9fb42b0b46b60ec16d7eba9399f38badb502 Mon Sep 17 00:00:00 2001 From: komkida91 Date: Thu, 12 Feb 2026 19:13:28 +0100 Subject: [PATCH] chore(versioning): unificar url local canonica y control de rama --- codex/VERSIONADO_IA.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/codex/VERSIONADO_IA.md b/codex/VERSIONADO_IA.md index 5a91aab..a431a55 100644 --- a/codex/VERSIONADO_IA.md +++ b/codex/VERSIONADO_IA.md @@ -44,3 +44,14 @@ - Objetivo: consolidar estilos reutilizables y subir calidad visual en hero, features, cards y contact del preview. - Revert: - `git revert 1c04f04` + +## URL local canonica (unificada) +- Base local: `http://127.0.0.1:5001` +- Builder local: `http://127.0.0.1:5001/elementor/1` +- Regla: usar siempre `127.0.0.1` (no `localhost`) en scripts, pruebas y documentacion local. + +## Control de rama (local/remoto) +- Rama local activa: `ai/ub24-builder-v1` +- Upstream remoto: `origin/ai/ub24-builder-v1` +- Estado al registrar: local `ahead 5` +- Politica: seguir commits atomicos y luego `git push origin ai/ub24-builder-v1` por lote validado.