- 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>
44 lines
786 B
YAML
44 lines
786 B
YAML
# Claude Flow V3 Runtime Configuration
|
|
# Generated: 2026-03-02T23:31:30.874Z
|
|
|
|
version: "3.0.0"
|
|
|
|
swarm:
|
|
topology: hierarchical-mesh
|
|
maxAgents: 15
|
|
autoScale: true
|
|
coordinationStrategy: consensus
|
|
|
|
memory:
|
|
backend: hybrid
|
|
enableHNSW: true
|
|
persistPath: .claude-flow/data
|
|
cacheSize: 100
|
|
# ADR-049: Self-Learning Memory
|
|
learningBridge:
|
|
enabled: true
|
|
sonaMode: balanced
|
|
confidenceDecayRate: 0.005
|
|
accessBoostAmount: 0.03
|
|
consolidationThreshold: 10
|
|
memoryGraph:
|
|
enabled: true
|
|
pageRankDamping: 0.85
|
|
maxNodes: 5000
|
|
similarityThreshold: 0.8
|
|
agentScopes:
|
|
enabled: true
|
|
defaultScope: project
|
|
|
|
neural:
|
|
enabled: true
|
|
modelPath: .claude-flow/neural
|
|
|
|
hooks:
|
|
enabled: true
|
|
autoExecute: true
|
|
|
|
mcp:
|
|
autoStart: false
|
|
port: 3000
|