Add full CAPVED lifecycle documentation: - METADATA.yml: Task metadata and metrics - 01-CONTEXTO.md: Context and initial state - 02-ANALISIS.md: Impact analysis - 03-PLANEACION.md: Execution plan with subtasks - 04-VALIDACION.md: Validation gates and incidents - 05-EJECUCION.md: Execution log - 06-DOCUMENTACION.md: Lessons learned Update _INDEX.yml with correct date and CAPVED files list Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
# Indice de Tareas - trading-platform
|
|
version: "1.0.0"
|
|
proyecto: trading-platform
|
|
tipo: STANDALONE
|
|
created: "2026-01-24"
|
|
updated: "2026-01-25"
|
|
|
|
resumen:
|
|
total_tareas: 1
|
|
completadas: 1
|
|
en_progreso: 0
|
|
pendientes: 0
|
|
|
|
formato_id:
|
|
patron: "TASK-{YYYY-MM-DD}-{NNN}"
|
|
ejemplo: "TASK-2026-01-24-001"
|
|
|
|
por_fecha:
|
|
2026-01-25:
|
|
- id: TASK-2026-01-25-FRONTEND-ANALYSIS
|
|
titulo: "Analisis y Documentacion Frontend"
|
|
estado: COMPLETADA
|
|
tipo: ANALYSIS
|
|
|
|
tareas_activas: []
|
|
|
|
tareas_completadas:
|
|
- id: TASK-2026-01-25-FRONTEND-ANALYSIS
|
|
fecha_inicio: "2026-01-25"
|
|
fecha_fin: "2026-01-25"
|
|
entregables: 14
|
|
tipo: ANALYSIS
|
|
archivos_capved:
|
|
- METADATA.yml
|
|
- 01-CONTEXTO.md
|
|
- 02-ANALISIS.md
|
|
- 03-PLANEACION.md
|
|
- 04-VALIDACION.md
|
|
- 05-EJECUCION.md
|
|
- 06-DOCUMENTACION.md
|
|
- SUMMARY.md
|
|
|
|
instrucciones:
|
|
crear_tarea: |
|
|
1. Crear carpeta YYYY-MM-DD/ si no existe
|
|
2. Copiar _templates/TASK-TEMPLATE/ a YYYY-MM-DD/TASK-NNN-descripcion/
|
|
3. Completar METADATA.yml
|
|
4. Documentar fases CAPVED conforme avanza
|
|
5. Actualizar este indice al completar
|