From 32a16769eea64b7111fa27d57224c1b655f57cbf Mon Sep 17 00:00:00 2001 From: zap Date: Mon, 9 Mar 2026 00:32:55 +0000 Subject: [PATCH] chore(boot): refresh startup health snapshot --- memory/boot-last-run.json | 2 +- memory/startup-health.json | 24 +++++++++++++++--------- 2 files changed, 16 insertions(+), 10 deletions(-) diff --git a/memory/boot-last-run.json b/memory/boot-last-run.json index 810d96e..599f8f9 100644 --- a/memory/boot-last-run.json +++ b/memory/boot-last-run.json @@ -1,4 +1,4 @@ { - "last_run_utc": "2026-03-09T00:27:10Z", + "last_run_utc": "2026-03-09T00:32:40Z", "status": "ok" } diff --git a/memory/startup-health.json b/memory/startup-health.json index cd79ff6..5034192 100644 --- a/memory/startup-health.json +++ b/memory/startup-health.json @@ -1,23 +1,29 @@ { - "last_run_utc": "2026-03-09T00:27:10Z", + "last_run_utc": "2026-03-09T00:32:40Z", "status": "ok", "checks_passed": [ "core workspace files present", "required local skill folders present", "task state exists (memory/tasks.json)", - "required hooks ready via openclaw hooks", + "hook ready: session-memory", + "hook ready: command-logger", + "hook ready: boot-md", "~/.openclaw permissions are 700", - "credential file permissions under ~/.openclaw/credentials are 600", - "gateway is not unexpectedly exposed on 0.0.0.0", - "expected local services reachable", + "credential file permissions are 600", + "gateway bind is local-only", + "service reachable: openclaw-gateway", + "service reachable: whisper-server", + "service reachable: brave-search-mcp", + "service reachable: searxng", + "service reachable: minio", "backup signal fresh (<8h)", - "security audit --deep current (<=24h)", - "openclaw update status retrieved" + "security audit --deep refreshed (<24h)", + "update status read: up-to-date" ], "checks_failed": [], "warnings": [], "gateway_exposure": "local-only", - "last_backup_age_hours": 0.17, + "last_backup_age_hours": 0.26, "last_security_audit_age_hours": 0.0, - "update_status": "pnpm \u00b7 npm latest 2026.3.7" + "update_status": "up-to-date (2026.3.7)" }