chore(memory): update boot last run and startup health data

This commit is contained in:
zap
2026-03-10 00:38:07 +00:00
parent 54b4435aaa
commit d74eae62bd
4 changed files with 30 additions and 24 deletions

View File

@@ -1,29 +1,25 @@
{
"last_run_utc": "2026-03-09T03:32:32Z",
"status": "ok",
"last_run_utc": "2026-03-09T17:31:00Z",
"status": "warn",
"checks_passed": [
"core workspace files present",
"required local skill folders present",
"task state exists (memory/tasks.json)",
"hook ready: session-memory",
"hook ready: command-logger",
"hook ready: boot-md",
"~/.openclaw permissions are 700",
"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 refreshed (<24h)",
"update status read: up-to-date"
"workspace_files_present",
"required_skill_folders_present",
"tasks_state_present",
"required_hooks_ready",
"permissions_ok_home_and_credentials",
"gateway_local_only_listener",
"expected_service_posture_ok",
"backup_signal_fresh_within_8h",
"security_audit_fresh_within_24h",
"update_status_checked"
],
"checks_failed": [],
"warnings": [],
"warnings": [
"security_audit_warn: security.trust_model.multi_user_heuristic",
"update_available: npm 2026.3.8"
],
"gateway_exposure": "local-only",
"last_backup_age_hours": 3.26,
"last_backup_age_hours": 5.44,
"last_security_audit_age_hours": 0.0,
"update_status": "up-to-date (2026.3.7)"
"update_status": "available (npm 2026.3.8)"
}