chore(boot): refresh startup health status

This commit is contained in:
zap
2026-03-09 00:27:26 +00:00
parent 607571d0c9
commit c065895af1
2 changed files with 14 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
{
"last_run_utc": "2026-03-09T00:16:00Z",
"status": "warn"
"last_run_utc": "2026-03-09T00:27:10Z",
"status": "ok"
}

View File

@@ -1,24 +1,23 @@
{
"last_run_utc": "2026-03-09T00:16:00Z",
"status": "warn",
"last_run_utc": "2026-03-09T00:27:10Z",
"status": "ok",
"checks_passed": [
"core workspace files present (AGENTS.md, SOUL.md, USER.md, TOOLS.md, HEARTBEAT.md)",
"core workspace files present",
"required local skill folders present",
"task state file exists (memory/tasks.json)",
"required hooks ready: session-memory, command-logger, bootstrap-extra-files, boot-md, model-skill-injector",
"task state exists (memory/tasks.json)",
"required hooks ready via openclaw hooks",
"~/.openclaw permissions are 700",
"credential file permissions under ~/.openclaw/credentials are 600",
"gateway listener is local-only (127.0.0.1/[::1] for OpenClaw ports)",
"gateway is not unexpectedly exposed on 0.0.0.0",
"expected local services reachable",
"backup signal fresh (<8h)",
"security audit --deep current (<=24h)",
"openclaw update status retrieved"
],
"checks_failed": [],
"warnings": [
"security audit --deep freshness stale (~74.56h; target <=24h)",
"documented core service ports 18801/18802/18803 not reachable on localhost (may be hosted on LAN IPs)"
],
"warnings": [],
"gateway_exposure": "local-only",
"last_backup_age_hours": 5.95,
"last_security_audit_age_hours": 74.56,
"update_status": "update available (stable pnpm latest: 2026.3.7)"
"last_backup_age_hours": 0.17,
"last_security_audit_age_hours": 0.0,
"update_status": "pnpm \u00b7 npm latest 2026.3.7"
}