Some checks are pending
CI/CD Pipeline / Backend CI (push) Waiting to run
CI/CD Pipeline / Frontend CI (push) Waiting to run
CI/CD Pipeline / WhatsApp Service CI (push) Waiting to run
CI/CD Pipeline / Mobile CI (push) Waiting to run
CI/CD Pipeline / Docker Build (./apps/backend, ./apps/backend/Dockerfile, backend) (push) Blocked by required conditions
CI/CD Pipeline / Docker Build (./apps/frontend, ./apps/frontend/Dockerfile, frontend) (push) Blocked by required conditions
CI/CD Pipeline / Docker Build (./apps/whatsapp-service, ./apps/whatsapp-service/Dockerfile, whatsapp-service) (push) Blocked by required conditions
CI/CD Pipeline / Deploy to Production (push) Blocked by required conditions
- Move 7 non-standard folders to _archive/ - Archive 3 extra root files - Update _MAP.md with standardized structure Standard: SIMCO-ESTANDAR-ORCHESTRATION v1.0.0 Level: CONSUMER (L2) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
69 lines
1.9 KiB
Markdown
69 lines
1.9 KiB
Markdown
# Agentes de MiChangarrito
|
|
|
|
**Version:** 1.0.0
|
|
**Actualizado:** 2026-01-16
|
|
|
|
---
|
|
|
|
## Proposito
|
|
|
|
Este directorio contiene perfiles de agentes especializados para trabajar
|
|
en el proyecto michangarrito y trazas de sus actividades.
|
|
|
|
## Estructura
|
|
|
|
```
|
|
agents/
|
|
├── README.md <- Este archivo
|
|
├── perfiles/ <- Perfiles de agentes especializados
|
|
│ ├── PERFIL-DDL-AGENT.md
|
|
│ ├── PERFIL-BACKEND-AGENT.md
|
|
│ ├── PERFIL-FRONTEND-AGENT.md
|
|
│ └── PERFIL-MOBILE-AGENT.md
|
|
└── trazas/ <- Registro de actividad de agentes
|
|
├── _INDEX.yml
|
|
└── TRAZA-AGENTE-*.md
|
|
```
|
|
|
|
## Perfiles Disponibles
|
|
|
|
| Perfil | Rol | Especialidad |
|
|
|--------|-----|--------------|
|
|
| DDL-AGENT | Database Developer | Schemas, tablas, RLS multi-tenant |
|
|
| BACKEND-AGENT | Backend Developer | NestJS, TypeORM, APIs |
|
|
| FRONTEND-AGENT | Frontend Developer | React, Vite, TailwindCSS |
|
|
| MOBILE-AGENT | Mobile Developer | React Native, Expo |
|
|
|
|
## Herencia de Perfiles
|
|
|
|
Los agentes de michangarrito heredan capacidades del workspace:
|
|
|
|
```
|
|
Workspace Perfiles (39 disponibles)
|
|
│
|
|
├── PERFIL-ORQUESTADOR (coordinacion)
|
|
├── PERFIL-TECH-LEADER (arquitectura)
|
|
├── PERFIL-BACKEND-EXPRESS (implementacion)
|
|
└── ... otros
|
|
│
|
|
└── MiChangarrito Perfiles (especializados)
|
|
├── DDL-AGENT (DDL + RLS)
|
|
├── BACKEND-AGENT (NestJS POS)
|
|
├── FRONTEND-AGENT (React POS)
|
|
└── MOBILE-AGENT (React Native)
|
|
```
|
|
|
|
## Trazas
|
|
|
|
Las trazas registran:
|
|
- Tareas ejecutadas por cada agente
|
|
- Archivos creados/modificados
|
|
- Commits asociados
|
|
- Decisiones tomadas
|
|
|
|
## Referencias
|
|
|
|
- `@WS_PERFILES` - Perfiles del workspace
|
|
- `@MC_AGENTS` - Este directorio
|
|
- `@MC_TRAZAS` - Trazas de agentes
|