feat: CRM Clinicas SaaS - MVP completo
- Auth: Login/Register con creacion de clinica - Dashboard: KPIs reales, graficas recharts - Pacientes: CRUD completo con busqueda - Agenda: FullCalendar, drag-and-drop, vista recepcion - Expediente: Notas SOAP, signos vitales, CIE-10 - Facturacion: Facturas con IVA, campos CFDI SAT - Inventario: Productos, stock, movimientos, alertas - Configuracion: Clinica, equipo, catalogo servicios - Supabase self-hosted: 18 tablas con RLS multi-tenant - Docker + Nginx para produccion Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
135
.claude-flow/daemon-state.json
Normal file
135
.claude-flow/daemon-state.json
Normal file
@@ -0,0 +1,135 @@
|
||||
{
|
||||
"running": true,
|
||||
"startedAt": "2026-03-02T23:36:19.941Z",
|
||||
"workers": {
|
||||
"map": {
|
||||
"runCount": 30,
|
||||
"successCount": 30,
|
||||
"failureCount": 0,
|
||||
"averageDurationMs": 0.3333333333333333,
|
||||
"isRunning": false,
|
||||
"nextRun": "2026-03-03T07:06:21.305Z",
|
||||
"lastRun": "2026-03-03T06:51:21.304Z"
|
||||
},
|
||||
"audit": {
|
||||
"runCount": 45,
|
||||
"successCount": 45,
|
||||
"failureCount": 0,
|
||||
"averageDurationMs": 375.0222222222221,
|
||||
"isRunning": false,
|
||||
"nextRun": "2026-03-03T06:58:38.691Z",
|
||||
"lastRun": "2026-03-03T06:58:39.190Z"
|
||||
},
|
||||
"optimize": {
|
||||
"runCount": 30,
|
||||
"successCount": 30,
|
||||
"failureCount": 0,
|
||||
"averageDurationMs": 222.36666666666667,
|
||||
"isRunning": false,
|
||||
"nextRun": "2026-03-03T07:10:28.238Z",
|
||||
"lastRun": "2026-03-03T06:55:28.238Z"
|
||||
},
|
||||
"consolidate": {
|
||||
"runCount": 15,
|
||||
"successCount": 15,
|
||||
"failureCount": 0,
|
||||
"averageDurationMs": 0.5333333333333333,
|
||||
"isRunning": false,
|
||||
"nextRun": "2026-03-03T07:12:20.964Z",
|
||||
"lastRun": "2026-03-03T06:42:20.964Z"
|
||||
},
|
||||
"testgaps": {
|
||||
"runCount": 22,
|
||||
"successCount": 22,
|
||||
"failureCount": 0,
|
||||
"averageDurationMs": 220.95454545454547,
|
||||
"isRunning": false,
|
||||
"nextRun": "2026-03-03T07:04:25.479Z",
|
||||
"lastRun": "2026-03-03T06:44:25.478Z"
|
||||
},
|
||||
"predict": {
|
||||
"runCount": 0,
|
||||
"successCount": 0,
|
||||
"failureCount": 0,
|
||||
"averageDurationMs": 0,
|
||||
"isRunning": false
|
||||
},
|
||||
"document": {
|
||||
"runCount": 0,
|
||||
"successCount": 0,
|
||||
"failureCount": 0,
|
||||
"averageDurationMs": 0,
|
||||
"isRunning": false
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"autoStart": false,
|
||||
"logDir": "/root/CrmClinicas/.claude-flow/logs",
|
||||
"stateFile": "/root/CrmClinicas/.claude-flow/daemon-state.json",
|
||||
"maxConcurrent": 2,
|
||||
"workerTimeoutMs": 300000,
|
||||
"resourceThresholds": {
|
||||
"maxCpuLoad": 2,
|
||||
"minFreeMemoryPercent": 20
|
||||
},
|
||||
"workers": [
|
||||
{
|
||||
"type": "map",
|
||||
"intervalMs": 900000,
|
||||
"offsetMs": 0,
|
||||
"priority": "normal",
|
||||
"description": "Codebase mapping",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"type": "audit",
|
||||
"intervalMs": 600000,
|
||||
"offsetMs": 120000,
|
||||
"priority": "critical",
|
||||
"description": "Security analysis",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"type": "optimize",
|
||||
"intervalMs": 900000,
|
||||
"offsetMs": 240000,
|
||||
"priority": "high",
|
||||
"description": "Performance optimization",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"type": "consolidate",
|
||||
"intervalMs": 1800000,
|
||||
"offsetMs": 360000,
|
||||
"priority": "low",
|
||||
"description": "Memory consolidation",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"type": "testgaps",
|
||||
"intervalMs": 1200000,
|
||||
"offsetMs": 480000,
|
||||
"priority": "normal",
|
||||
"description": "Test coverage analysis",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"type": "predict",
|
||||
"intervalMs": 600000,
|
||||
"offsetMs": 0,
|
||||
"priority": "low",
|
||||
"description": "Predictive preloading",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"type": "document",
|
||||
"intervalMs": 3600000,
|
||||
"offsetMs": 0,
|
||||
"priority": "low",
|
||||
"description": "Auto-documentation",
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"savedAt": "2026-03-03T06:58:39.190Z"
|
||||
}
|
||||
Reference in New Issue
Block a user