From cb99f261c58a1847f66a535801dc5bf4cc172426 Mon Sep 17 00:00:00 2001 From: komkida91 Date: Thu, 12 Feb 2026 17:22:03 +0100 Subject: [PATCH] chore(versioning): initialize AI branch workflow and hash policy --- codex/VERSIONADO_IA.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 codex/VERSIONADO_IA.md diff --git a/codex/VERSIONADO_IA.md b/codex/VERSIONADO_IA.md new file mode 100644 index 0000000..fcb32d9 --- /dev/null +++ b/codex/VERSIONADO_IA.md @@ -0,0 +1,28 @@ +# Versionado IA - UB24/Elementor + +## Rama de trabajo +- `ai/ub24-builder-v1` + +## Regla de trabajo +1. Cada cambio funcional se guarda en un commit separado. +2. Cada commit se registra con su hash. +3. Cada commit debe incluir comando de reversión rápida. + +## Registro de hashes +### Baseline +- Commit: `` +- Objetivo: crear rama y política de versionado para trabajo IA. +- Revert: + - `git revert ` + - o volver a commit previo: `git reset --hard ` (solo si se aprueba explícitamente) + +## Convención de mensaje +- `feat(builder): ...` +- `fix(builder): ...` +- `refactor(builder): ...` +- `chore(versioning): ...` + +## Flujo con Gitea +1. Trabajo local en `ai/ub24-builder-v1`. +2. Push continuo a `origin/ai/ub24-builder-v1`. +3. Merge cuando validemos en local y Raspberry.