- Rename _archivo to _archive (standard convention) - Move analisis/, planes/ to _archive/ - Archive extra root files - Update _MAP.md with standardized structure Standard: SIMCO-ESTANDAR-ORCHESTRATION v1.0.0 Level: PROVIDER (L1A) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
117 lines
3.4 KiB
Markdown
117 lines
3.4 KiB
Markdown
# Mapa de Enlaces Rotos
|
|
|
|
**Fecha:** 2026-01-10
|
|
**Fase:** 3.5 - Validacion de Enlaces Internos
|
|
**Estado:** COMPLETADO
|
|
|
|
---
|
|
|
|
## Resumen Ejecutivo
|
|
|
|
| Metrica | Valor |
|
|
|---------|-------|
|
|
| Total enlaces analizados | 56 |
|
|
| Enlaces validos | 48 (85.7%) |
|
|
| Enlaces rotos | 8 (14.3%) |
|
|
| Referencias obsoletas | 2 |
|
|
|
|
---
|
|
|
|
## Enlaces Rotos por Archivo
|
|
|
|
### orchestration/analisis/_INDEX.md (5 enlaces)
|
|
|
|
| Linea | Enlace Actual | Ubicacion Correcta |
|
|
|-------|---------------|-------------------|
|
|
| 22 | `../planes/PLAN-SPRINT-1-TESTS.md` | `../_archivo/PLAN-SPRINT-1-TESTS.md` |
|
|
| 23 | `../planes/PLAN-SPRINT-2-ONBOARDING.md` | `../_archivo/PLAN-SPRINT-2-ONBOARDING.md` |
|
|
| 24 | `../planes/PLAN-SPRINT-3-E2E.md` | `../_archivo/PLAN-SPRINT-3-E2E.md` |
|
|
| 25 | `../planes/PLAN-SPRINT-4-DOCS.md` | `../_archivo/PLAN-SPRINT-4-DOCS.md` |
|
|
| 26 | `../planes/PLAN-SPRINT-5-WHATSAPP.md` | `../_archivo/PLAN-SPRINT-5-WHATSAPP.md` |
|
|
|
|
**Causa:** Archivos movidos de `planes/` a `_archivo/`
|
|
|
|
### docs/01-modulos/SAAS-014-whatsapp.md (1 enlace)
|
|
|
|
| Linea | Enlace Actual | Ubicacion Correcta |
|
|
|-------|---------------|-------------------|
|
|
| 391 | `../../orchestration/planes/PLAN-SPRINT-5-WHATSAPP.md` | `../../orchestration/_archivo/PLAN-SPRINT-5-WHATSAPP.md` |
|
|
|
|
### orchestration/analisis/FASE-5-PLAN-REFINADO-EJECUCION-2026-01-10.md (1 enlace)
|
|
|
|
| Linea | Enlace Actual | Ubicacion Correcta |
|
|
|-------|---------------|-------------------|
|
|
| 632 | `./SAAS-014-whatsapp.md` | `../../docs/01-modulos/SAAS-014-whatsapp.md` |
|
|
|
|
---
|
|
|
|
## Referencias Obsoletas
|
|
|
|
### orchestration/00-guidelines/CONTEXTO-PROYECTO.md
|
|
|
|
| Linea | Referencia Obsoleta | Referencia Correcta |
|
|
|-------|---------------------|---------------------|
|
|
| 153 | `docs/97-adr/` | `docs/architecture/adr/` |
|
|
|
|
### orchestration/GUIA-ORQUESTACION-SUBAGENTES.md
|
|
|
|
| Linea | Referencia Obsoleta | Referencia Correcta |
|
|
|-------|---------------------|---------------------|
|
|
| 197 | `docs/97-adr/ADR-{NNN}-{decision}.md` | `docs/architecture/adr/ADR-{NNN}-{decision}.md` |
|
|
|
|
---
|
|
|
|
## Correcciones Requeridas
|
|
|
|
### Prioridad CRITICA (7 correcciones)
|
|
|
|
1. **_INDEX.md linea 22:**
|
|
```
|
|
- [../planes/PLAN-SPRINT-1-TESTS.md](../planes/PLAN-SPRINT-1-TESTS.md)
|
|
+ [../_archivo/PLAN-SPRINT-1-TESTS.md](../_archivo/PLAN-SPRINT-1-TESTS.md)
|
|
```
|
|
|
|
2. **_INDEX.md linea 23-26:** Similar al anterior
|
|
|
|
3. **SAAS-014-whatsapp.md linea 391:**
|
|
```
|
|
- [Sprint 5 Plan](../../orchestration/planes/PLAN-SPRINT-5-WHATSAPP.md)
|
|
+ [Sprint 5 Plan](../../orchestration/_archivo/PLAN-SPRINT-5-WHATSAPP.md)
|
|
```
|
|
|
|
4. **FASE-5-PLAN-REFINADO linea 632:**
|
|
```
|
|
- Ver [SAAS-014-whatsapp.md](./SAAS-014-whatsapp.md)
|
|
+ Ver [SAAS-014-whatsapp.md](../../docs/01-modulos/SAAS-014-whatsapp.md)
|
|
```
|
|
|
|
### Prioridad MEDIA (2 correcciones)
|
|
|
|
1. **CONTEXTO-PROYECTO.md linea 153:**
|
|
```
|
|
- @ADR: "docs/97-adr/"
|
|
+ @ADR: "docs/architecture/adr/"
|
|
```
|
|
|
|
2. **GUIA-ORQUESTACION-SUBAGENTES.md linea 197:**
|
|
```
|
|
- `docs/97-adr/ADR-{NNN}-{decision}.md`
|
|
+ `docs/architecture/adr/ADR-{NNN}-{decision}.md`
|
|
```
|
|
|
|
---
|
|
|
|
## Archivos Afectados
|
|
|
|
| Archivo | Enlaces Rotos | Prioridad |
|
|
|---------|---------------|-----------|
|
|
| orchestration/analisis/_INDEX.md | 5 | CRITICA |
|
|
| docs/01-modulos/SAAS-014-whatsapp.md | 1 | CRITICA |
|
|
| orchestration/analisis/FASE-5-PLAN-REFINADO-EJECUCION-2026-01-10.md | 1 | CRITICA |
|
|
| orchestration/00-guidelines/CONTEXTO-PROYECTO.md | 1 | MEDIA |
|
|
| orchestration/GUIA-ORQUESTACION-SUBAGENTES.md | 1 | MEDIA |
|
|
|
|
---
|
|
|
|
**Entregable de:** FASE 3.5
|