- Updated CONTEXT-MAP.yml: workspace-v1 -> workspace-v2 (all paths) - Created .claude/ directory structure for agent integration: - README.md: Agent system documentation - agents/_MAP.md: Agent profiles map - constants/CONSTANTS-PROJECT.yml: Project constants - directivas/DIRECTIVAS-LOCALES.md: Local directives - directivas/_MAP.md: Directives map - referencias/PATHS-TRABAJO.md: Work paths reference Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
46 lines
1.2 KiB
Markdown
46 lines
1.2 KiB
Markdown
# Mapa de Directivas Locales - Template-SaaS
|
|
|
|
**Version:** 1.0
|
|
**Fecha:** 2026-01-24
|
|
|
|
---
|
|
|
|
## Directivas Disponibles
|
|
|
|
### Del Workspace (Heredadas - OBLIGATORIAS)
|
|
|
|
| ID | Nombre | Path |
|
|
|----|--------|------|
|
|
| DV-MASTER | Validacion contra docs | workspace-v2/orchestration/directivas/triggers/TRIGGER-VALIDACION-DOCUMENTACION.md |
|
|
| CAPVED | Ciclo de 6 fases | workspace-v2/orchestration/directivas/principios/PRINCIPIO-CAPVED.md |
|
|
| FETCH | Sincronizar antes de operar | workspace-v2/orchestration/directivas/triggers/TRIGGER-FETCH-OBLIGATORIO.md |
|
|
| COMMIT-PUSH | Persistir cambios | workspace-v2/orchestration/directivas/triggers/TRIGGER-COMMIT-PUSH-OBLIGATORIO.md |
|
|
|
|
### Locales (Este Proyecto)
|
|
|
|
| ID | Nombre | Path |
|
|
|----|--------|------|
|
|
| DL-001 | Propagacion a erp-core | directivas/DIRECTIVAS-LOCALES.md |
|
|
| DL-002 | Multi-tenancy RLS | directivas/DIRECTIVAS-LOCALES.md |
|
|
|
|
---
|
|
|
|
## Quick Reference
|
|
|
|
```
|
|
# Antes de cualquier tarea
|
|
git fetch origin
|
|
@DV-MASTER # Validar contra documentacion
|
|
|
|
# Durante la tarea
|
|
@CAPVED # Seguir ciclo de 6 fases
|
|
|
|
# Despues de la tarea
|
|
git add && git commit && git push
|
|
# Evaluar propagacion a erp-core (DL-001)
|
|
```
|
|
|
|
---
|
|
|
|
**Actualizado:** 2026-01-24
|