From 3c34d1cc18aa8d58d43f9d5e3f21f889a1685fda Mon Sep 17 00:00:00 2001 From: reugenio Date: Thu, 11 Dec 2025 19:33:50 +0100 Subject: [PATCH] docs: Renombrar TEAM_STANDARDS a teamdocs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- CLAUDE.md | 10 +++++----- docs/PROYECTO_COMPLETO.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index e745d89..86e67b7 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -124,7 +124,7 @@ email,destinatario@email.com email_smtp,smtp.servidor.com,587,usuario,password,from@email.com ``` -**Credenciales completas**: `TEAM_STANDARDS/INFRASTRUCTURE/NOTIFICACIONES.md` +**Credenciales completas**: `teamdocs/INFRASTRUCTURE/NOTIFICACIONES.md` --- @@ -134,7 +134,7 @@ email_smtp,smtp.servidor.com,587,usuario,password,from@email.com **IMPORTANTE**: Todas las normas de trabajo estan en: ``` -/mnt/cello2/arno/re/recode/TEAM_STANDARDS/ +/mnt/cello2/arno/re/recode/teamdocs/ ``` **Archivos clave a leer**: @@ -238,9 +238,9 @@ curl -s --url "smtp://smtp.mailbox.org:587" --ssl-reqd \ ## Referencias - Documentacion tecnica completa: `docs/PROYECTO_COMPLETO.md` -- Guia Zig 0.15: `TEAM_STANDARDS/INFRASTRUCTURE/ZIG_0.15_GUIA.md` -- Credenciales: `TEAM_STANDARDS/INFRASTRUCTURE/NOTIFICACIONES.md` -- Servidor Simba: `TEAM_STANDARDS/INFRASTRUCTURE/SERVIDOR_HETZNER.md` +- Guia Zig 0.15: `teamdocs/INFRASTRUCTURE/ZIG_0.15_GUIA.md` +- Credenciales: `teamdocs/INFRASTRUCTURE/NOTIFICACIONES.md` +- Servidor Simba: `teamdocs/INFRASTRUCTURE/SERVIDOR_HETZNER.md` --- diff --git a/docs/PROYECTO_COMPLETO.md b/docs/PROYECTO_COMPLETO.md index 7f220d5..d196c74 100644 --- a/docs/PROYECTO_COMPLETO.md +++ b/docs/PROYECTO_COMPLETO.md @@ -330,12 +330,12 @@ curl -s --url "smtp://smtp.mailbox.org:587" --ssl-reqd \ | Usuario | reugenio@mailbox.org | | Tipo password | App password (solo envío) | -**Nota**: Credenciales completas en `TEAM_STANDARDS/INFRASTRUCTURE/NOTIFICACIONES.md` +**Nota**: Credenciales completas en `teamdocs/INFRASTRUCTURE/NOTIFICACIONES.md` ## Referencias - Zig 0.15 stdlib: https://ziglang.org/documentation/0.15.0/std/ - SMTP RFC 5321: https://tools.ietf.org/html/rfc5321 - Telegram Bot API: https://core.telegram.org/bots/api -- Guía Zig 0.15: /mnt/cello2/arno/re/recode/TEAM_STANDARDS/INFRASTRUCTURE/ZIG_0.15_GUIA.md -- Credenciales: /mnt/cello2/arno/re/recode/TEAM_STANDARDS/INFRASTRUCTURE/NOTIFICACIONES.md +- Guía Zig 0.15: /mnt/cello2/arno/re/recode/teamdocs/INFRASTRUCTURE/ZIG_0.15_GUIA.md +- Credenciales: /mnt/cello2/arno/re/recode/teamdocs/INFRASTRUCTURE/NOTIFICACIONES.md