['status' => $health['status'] ?? 'unknown', 'reports' => $reports['count'] ?? 0], 'infrastructure' => ['score' => $arch['recommendations']['score'] ?? 0, 'docker' => count($arch['docker'] ?? [])], 'actions' => ['Generate prediction report', 'Chat with report', 'Run simulation', 'CEO insights'], 'timestamp' => date('Y-m-d H:i:s'), ]; file_put_contents('/var/www/html/api/mirofish-ceo-cache.json', json_encode($cache, JSON_PRETTY_PRINT)); echo json_encode($cache) . "\n";