- 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>
39 lines
965 B
Markdown
39 lines
965 B
Markdown
# Mapa de Agentes Locales - Template-SaaS
|
|
|
|
**Version:** 1.0
|
|
**Fecha:** 2026-01-24
|
|
|
|
---
|
|
|
|
## Perfiles Disponibles
|
|
|
|
### Del Workspace (Heredados)
|
|
|
|
| Perfil | Path |
|
|
|--------|------|
|
|
| DDL Developer | workspace-v2/orchestration/agents/perfiles/PERFIL-DDL-DEVELOPER.md |
|
|
| Backend Developer | workspace-v2/orchestration/agents/perfiles/PERFIL-BACKEND-DEVELOPER.md |
|
|
| Frontend Developer | workspace-v2/orchestration/agents/perfiles/PERFIL-FRONTEND-DEVELOPER.md |
|
|
| Full Stack | workspace-v2/orchestration/agents/perfiles/PERFIL-FULLSTACK-DEVELOPER.md |
|
|
|
|
### Locales (Este Proyecto)
|
|
|
|
Actualmente no hay perfiles locales. Usar los del workspace.
|
|
|
|
---
|
|
|
|
## Uso
|
|
|
|
Para tareas estandar, cargar el perfil apropiado del workspace:
|
|
|
|
```
|
|
@PERFIL-DDL # Para trabajo en database/ddl/
|
|
@PERFIL-BACKEND # Para trabajo en apps/backend/
|
|
@PERFIL-FRONTEND # Para trabajo en apps/frontend/
|
|
@PERFIL-FULLSTACK # Para tareas cross-domain
|
|
```
|
|
|
|
---
|
|
|
|
**Actualizado:** 2026-01-24
|