82 lines
2.3 KiB
JSON
82 lines
2.3 KiB
JSON
{
|
|
"version": "2.0",
|
|
"proyecto": "platform_marketing_content",
|
|
"fecha_creacion": "2025-12-12",
|
|
"ultima_actualizacion": "2025-12-12T00:00:00Z",
|
|
"limite_maximo": 15,
|
|
"slots_disponibles": 15,
|
|
"subagentes": {
|
|
"NEXUS-DATABASE": {
|
|
"nombre": "NEXUS-DATABASE",
|
|
"tipo": "especializado",
|
|
"estado": "disponible",
|
|
"responsabilidades": [
|
|
"Gestion de esquemas SQL (PostgreSQL 15+)",
|
|
"DDL: tablas, indices, constraints, triggers",
|
|
"Seeds para desarrollo y produccion",
|
|
"Row Level Security (RLS) policies",
|
|
"Optimizacion de queries",
|
|
"Validacion de integridad referencial"
|
|
],
|
|
"areas": [
|
|
"database/ddl/",
|
|
"database/seeds/",
|
|
"database/scripts/"
|
|
],
|
|
"prompt": "core/orchestration/agents/perfiles/PERFIL-DATABASE.md",
|
|
"ultima_interaccion": null,
|
|
"validaciones_pendientes": [],
|
|
"salud": {
|
|
"status": "ready",
|
|
"ultimo_chequeo": "2025-12-12T00:00:00Z"
|
|
}
|
|
},
|
|
"NEXUS-BACKEND": {
|
|
"nombre": "NEXUS-BACKEND",
|
|
"tipo": "especializado",
|
|
"estado": "disponible",
|
|
"responsabilidades": [
|
|
"API REST endpoints (NestJS/Express)",
|
|
"Services y DTOs",
|
|
"Autenticacion y autorizacion",
|
|
"Logica de negocio",
|
|
"Entities y repositorios",
|
|
"Testing backend"
|
|
],
|
|
"areas": [
|
|
"apps/backend/src/",
|
|
"apps/backend/test/"
|
|
],
|
|
"prompt": "core/orchestration/agents/perfiles/PERFIL-BACKEND.md",
|
|
"ultima_interaccion": null,
|
|
"validaciones_pendientes": [],
|
|
"salud": {
|
|
"status": "ready",
|
|
"ultimo_chequeo": "2025-12-12T00:00:00Z"
|
|
}
|
|
},
|
|
"NEXUS-FRONTEND": {
|
|
"nombre": "NEXUS-FRONTEND",
|
|
"tipo": "especializado",
|
|
"estado": "disponible",
|
|
"responsabilidades": [
|
|
"Componentes React",
|
|
"Paginas y layouts",
|
|
"Hooks y stores",
|
|
"Integracion con APIs",
|
|
"Testing frontend"
|
|
],
|
|
"areas": [
|
|
"apps/frontend/src/"
|
|
],
|
|
"prompt": "core/orchestration/agents/perfiles/PERFIL-FRONTEND.md",
|
|
"ultima_interaccion": null,
|
|
"validaciones_pendientes": [],
|
|
"salud": {
|
|
"status": "ready",
|
|
"ultimo_chequeo": "2025-12-12T00:00:00Z"
|
|
}
|
|
}
|
|
}
|
|
}
|