Documentación inicial de Control de Misión

This commit is contained in:
Daniel Arroyo
2026-03-27 18:18:52 +00:00
parent f1e9265bd2
commit bd4eab54ce
7 changed files with 575 additions and 2 deletions

24
CONFIGURACION.md Normal file
View File

@@ -0,0 +1,24 @@
# Configuración para Gitea
## Repo Remoto
- **URL**: https://gitea.danielarroyo.cl/openclaw-team/control-mision
- **Estado**: Pendiente de configuración
## Pasos para Conectar
```bash
# 1. Agregar login de Gitea (requiere token API)
tea login add --name=gitea --url=https://gitea.danielarroyo.cl --token=TU_TOKEN
# 2. Verificar conexión
tea repos list
# 3. Agregar remote al repo local
git remote add origin https://gitea.danielarroyo.cl/openclaw-team/control-mision.git
# 4. Push inicial
git push -u origin main
```
## Nota
La documentación local está completa y lista para ser empujada al remote cuando se configure el acceso a Gitea.