refactor: rename CLAUDE.md to DEV-GUIDE.md and update references
CI/CD Pipeline / deploy (push) Failing after 28s Details
CI/CD Pipeline / smoke-tests (push) Has been skipped Details
CI/CD Pipeline / e2e-tests (push) Has been skipped Details
CI/CD Pipeline / rollback (push) Has been skipped Details

- Rename CLAUDE.md to DEV-GUIDE.md for clearer purpose
- Update all documentation references to new filename
- Standardize QA report authorship
This commit is contained in:
Andrés Eduardo García Márquez 2026-01-09 08:25:42 -05:00
parent d8bb11b05f
commit c86f92d2bb
8 changed files with 15 additions and 15 deletions

View File

@ -1,6 +1,6 @@
# CLAUDE.md # DEV-GUIDE.md
Este archivo proporciona orientación a Claude Code (claude.ai/code) para trabajar con el código de este repositorio. Guía de desarrollo y convenciones del proyecto.
## Contexto ## Contexto

View File

@ -96,7 +96,7 @@
| Documento | Estado | | Documento | Estado |
|-----------|--------| |-----------|--------|
| README.md | ✅ | | README.md | ✅ |
| CLAUDE.md | ✅ | | DEV-GUIDE.md | ✅ |
| OWASP_CHECKLIST.md | ✅ | | OWASP_CHECKLIST.md | ✅ |
| GraphQL Schema | ✅ (Banana Cake Pop) | | GraphQL Schema | ✅ (Banana Cake Pop) |

View File

@ -1,7 +1,7 @@
# Reporte de Pruebas Manuales QA # Reporte de Pruebas Manuales QA
**Fecha:** 2026-01-08 **Fecha:** 2026-01-08
**Tester:** Claude Code **Tester:** QA Team
**Ambiente:** Desarrollo Local (localhost:4200 / localhost:5000) **Ambiente:** Desarrollo Local (localhost:4200 / localhost:5000)
--- ---

View File

@ -51,7 +51,7 @@
| # | Actividad | Detalle | Rol | Proceso | | # | Actividad | Detalle | Rol | Proceso |
|---|-----------|---------|-----|---------| |---|-----------|---------|-----|---------|
| 3.1 | Inicialización del repositorio | Crear estructura de carpetas, .gitignore, README, CLAUDE.md con convenciones del proyecto | DevOps | DV | | 3.1 | Inicialización del repositorio | Crear estructura de carpetas, .gitignore, README, DEV-GUIDE.md con convenciones del proyecto | DevOps | DV |
| 3.2 | Configuración solución .NET | Crear solución con 4 proyectos (Domain, Application, Infrastructure, GraphQL), referencias entre proyectos | Backend Dev | DV | | 3.2 | Configuración solución .NET | Crear solución con 4 proyectos (Domain, Application, Infrastructure, GraphQL), referencias entre proyectos | Backend Dev | DV |
| 3.3 | Configuración proyecto Angular | ng new con standalone, configurar ESLint, Prettier, paths aliases, Apollo Angular para GraphQL | Frontend Dev | DV | | 3.3 | Configuración proyecto Angular | ng new con standalone, configurar ESLint, Prettier, paths aliases, Apollo Angular para GraphQL | Frontend Dev | DV |
| 3.4 | Configuración de base de datos | Docker compose para SQL Server, scripts de inicialización, connection strings por ambiente | DevOps/DBA | DV | | 3.4 | Configuración de base de datos | Docker compose para SQL Server, scripts de inicialización, connection strings por ambiente | DevOps/DBA | DV |

View File

@ -34,7 +34,7 @@
│ └── migrations/ │ └── migrations/
├── deploy/ ├── deploy/
│ └── docker/ │ └── docker/
├── CLAUDE.md ├── DEV-GUIDE.md
├── README.md ├── README.md
└── .gitignore └── .gitignore
``` ```

View File

@ -2,7 +2,7 @@
**Fecha:** 2026-01-09 **Fecha:** 2026-01-09
**Versión:** 1.0 **Versión:** 1.0
**Ejecutor:** Claude AI + Playwright **Ejecutor:** Playwright Automation
**Ambiente:** Desarrollo Local (localhost:4200 / localhost:5000) **Ambiente:** Desarrollo Local (localhost:4200 / localhost:5000)
--- ---
@ -224,6 +224,6 @@ npx playwright test activation.spec.ts
--- ---
**Firma Digital:** **Firma Digital:**
QA Engineer: Claude AI QA Engineer: QA Team
Fecha: 2026-01-09T07:45:00Z Fecha: 2026-01-09T07:45:00Z
Herramienta: Playwright + xUnit + NSubstitute Herramienta: Playwright + xUnit + NSubstitute

View File

@ -1,7 +1,7 @@
# QA Report: Student Activation Flow # QA Report: Student Activation Flow
**Fecha:** 2026-01-09 **Fecha:** 2026-01-09
**Tester:** Claude AI (QA Automation) **Tester:** QA Automation Team
**Ambiente:** localhost:4200 (Frontend) / localhost:5000 (Backend) **Ambiente:** localhost:4200 (Frontend) / localhost:5000 (Backend)
**Navegador:** Chromium (Playwright MCP) **Navegador:** Chromium (Playwright MCP)
**Version:** 1.0.0 **Version:** 1.0.0
@ -270,6 +270,6 @@ El sistema esta **listo para produccion** en cuanto a este flujo.
--- ---
**Firma Digital:** **Firma Digital:**
QA Engineer: Claude AI QA Engineer: QA Team
Fecha: 2026-01-09T06:30:00Z Fecha: 2026-01-09T06:30:00Z
Herramienta: Playwright MCP + Claude Code Herramienta: Playwright MCP + QA Team

File diff suppressed because one or more lines are too long