diff --git a/memory/startup-health.json b/memory/startup-health.json index d4793c5..05a67bd 100644 --- a/memory/startup-health.json +++ b/memory/startup-health.json @@ -5,6 +5,7 @@ "core-workspace-files: AGENTS.md, SOUL.md, USER.md, TOOLS.md, HEARTBEAT.md", "skill-folders: all 7 required skills present", "tasks-state: memory/tasks.json exists", + "hooks: 5/5 ready (boot-md, bootstrap-extra-files, command-logger, model-skill-injector, session-memory)", "permissions: ~/.openclaw is 700; all credentials are 600", "network-exposure: gateway local-only (127.0.0.1 / ::1 only)", "backup-freshness: last backup ~4.1h ago (within 8h threshold)", @@ -12,7 +13,6 @@ ], "checks_failed": [], "warnings": [ - "hooks: 0 hooks installed — session-memory, command-logger, bootstrap-extra-files, boot-md all missing/not installed", "security-audit: no recent openclaw security audit --deep result found (stale/missing)" ], "gateway_exposure": "local-only", diff --git a/memory/startup-health.md b/memory/startup-health.md index 46e4b12..3b3bfb0 100644 --- a/memory/startup-health.md +++ b/memory/startup-health.md @@ -2,3 +2,4 @@ [2026-03-04T21:38:45Z] check: security audit findings present (1 critical, 2 warn) | fix: review plugin acpx.bak, set plugins.allow allowlist, rerun openclaw security audit --deep [2026-03-05T04:28:00Z] WARN hooks-missing: 0 hooks installed (expected: session-memory, command-logger, bootstrap-extra-files, boot-md). Fix: run `openclaw hooks install ` for each required hook. [2026-03-05T04:28:00Z] WARN security-audit-stale: no recent `openclaw security audit --deep` result found. Fix: run `openclaw security audit --deep` and save output to memory/. +[2026-03-05T21:33:31Z] RESOLVED hooks-missing: `openclaw hooks` reports 5/5 ready (boot-md, bootstrap-extra-files, command-logger, model-skill-injector, session-memory).