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.