chore(memory): clear stale hooks warning from startup health

This commit is contained in:
zap
2026-03-05 21:34:19 +00:00
parent bf6581f242
commit 23c2546fc1
2 changed files with 2 additions and 1 deletions

View File

@@ -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",

View File

@@ -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 <pack>` 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).